Package org.apache.maven.scm.command.add
Class AddScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.add.AddScmResult
- All Implemented Interfaces:
 Serializable
Result of adding files to the SCM
- Author:
 - Brett Porter
 - See Also:
 
- 
Field Summary
Fields inherited from class org.apache.maven.scm.ScmResult
PASSWORD_PLACE_HOLDER - 
Constructor Summary
ConstructorsConstructorDescriptionAddScmResult(String commandLine, String providerMessage, String commandOutput, boolean success) AddScmResult(String commandLine, List<ScmFile> addedFiles) AddScmResult(List<ScmFile> addedFiles, ScmResult result)  - 
Method Summary
Modifier and TypeMethodDescriptionList with all the added files in the SCM operation.Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess 
- 
Constructor Details
- 
AddScmResult
public AddScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)  - 
AddScmResult
 - 
AddScmResult
 
 - 
 - 
Method Details
- 
getAddedFiles
List with all the added files in the SCM operation.- Returns:
 - non null list of added files
 
 
 -