org.apache.maven.scm.command.remove
public class RemoveScmResult extends ScmResult
Constructor and Description |
---|
RemoveScmResult(java.util.List removedFiles,
ScmResult result) |
RemoveScmResult(java.lang.String commandLine,
java.util.List removedFiles) |
RemoveScmResult(java.lang.String commandLine,
java.lang.String providerMessage,
java.lang.String commandOutput,
boolean success) |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getRemovedFiles() |
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
public RemoveScmResult(java.lang.String commandLine, java.lang.String providerMessage, java.lang.String commandOutput, boolean success)
public RemoveScmResult(java.lang.String commandLine, java.util.List removedFiles)
public RemoveScmResult(java.util.List removedFiles, ScmResult result)
Copyright © 2003-2014. All Rights Reserved.