Class RemoveScmResult

java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.remove.RemoveScmResult
All Implemented Interfaces:
Serializable

public class RemoveScmResult extends ScmResult
See Also:
  • Field Details

  • Constructor Details

    • RemoveScmResult

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

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

      public RemoveScmResult(List<ScmFile> removedFiles, ScmResult result)
  • Method Details

    • getRemovedFiles

      public List<ScmFile> getRemovedFiles()