Class BranchScmResult

    • Constructor Detail

      • BranchScmResult

        public BranchScmResult​(String commandLine,
                               String providerMessage,
                               String commandOutput,
                               boolean success)
      • BranchScmResult

        public BranchScmResult​(String commandLine,
                               List<ScmFile> branchedFiles)
    • Method Detail

      • getBranchedFiles

        public List<ScmFile> getBranchedFiles()