Class RemoveScmResult

    • Constructor Detail

      • RemoveScmResult

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

        public RemoveScmResult​(String commandLine,
                               List<ScmFile> removedFiles)
    • Method Detail

      • getRemovedFiles

        public List<ScmFile> getRemovedFiles()