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
- Author:
- Brett Porter, Olivier Lamy
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.ScmResult
PASSWORD_PLACE_HOLDER
-
-
Constructor Summary
Constructors Constructor Description RemoveScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
RemoveScmResult(String commandLine, List<ScmFile> removedFiles)
RemoveScmResult(List<ScmFile> removedFiles, ScmResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ScmFile>
getRemovedFiles()
-
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
-
-
-
Constructor Detail
-
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 Detail
-
getRemovedFiles
public List<ScmFile> getRemovedFiles()
-
-