Interface IContext


  • public interface IContext
    The context provided in the execute method of the GitExecutor class.
    Since:
    2020-05-05
    • Method Detail

      • getCommand

        java.lang.String getCommand()
      • getGitExe

        java.lang.String getGitExe()
      • getArgs

        java.util.List<java.lang.String> getArgs()
      • getOpts

        java.util.List<java.lang.String> getOpts()
      • getScript

        java.nio.file.Path getScript()
      • getDirectory

        java.nio.file.Path getDirectory()
      • getExecutable

        java.lang.String getExecutable()
      • getExecArgs

        java.util.List<java.lang.String> getExecArgs()