org.apache.maven.scm.command.add
public class AddScmResult extends ScmResult
Constructor and Description |
---|
AddScmResult(java.util.List addedFiles,
ScmResult result) |
AddScmResult(java.lang.String commandLine,
java.util.List addedFiles) |
AddScmResult(java.lang.String commandLine,
java.lang.String providerMessage,
java.lang.String commandOutput,
boolean success) |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getAddedFiles()
List with all the added files in the SCM operation.
|
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
public AddScmResult(java.lang.String commandLine, java.lang.String providerMessage, java.lang.String commandOutput, boolean success)
public AddScmResult(java.lang.String commandLine, java.util.List addedFiles)
public AddScmResult(java.util.List addedFiles, ScmResult result)
Copyright © 2003-2014. All Rights Reserved.