Class InfoScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.info.InfoScmResult
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 GitInfoScmResult,SvnInfoScmResult
- Author:
 - Kenney Westerhof, Olivier Lamy
 - See Also:
 
- 
Field Summary
Fields inherited from class org.apache.maven.scm.ScmResult
PASSWORD_PLACE_HOLDER - 
Constructor Summary
ConstructorsConstructorDescriptionInfoScmResult(String commandLine, String providerMessage, String commandOutput, boolean success) InfoScmResult(String commandLine, List<InfoItem> files) InfoScmResult(List<InfoItem> infoItems, ScmResult result) InfoScmResult(ScmResult result)  - 
Method Summary
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess 
- 
Constructor Details
- 
InfoScmResult
public InfoScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)  - 
InfoScmResult
 - 
InfoScmResult
 - 
InfoScmResult
 
 - 
 - 
Method Details
- 
getInfoItems
 
 -