Class GitInfoScmResult
- java.lang.Object
- 
- org.apache.maven.scm.ScmResult
- 
- org.apache.maven.scm.command.info.InfoScmResult
- 
- org.apache.maven.scm.provider.git.command.info.GitInfoScmResult
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class GitInfoScmResult extends InfoScmResult - Author:
- Kenney Westerhof
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.ScmResultPASSWORD_PLACE_HOLDER
 
- 
 - 
Constructor SummaryConstructors Constructor Description GitInfoScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)GitInfoScmResult(String commandLine, List<GitInfoItem> files)GitInfoScmResult(List<GitInfoItem> files, ScmResult result)
 - 
Method Summary- 
Methods inherited from class org.apache.maven.scm.command.info.InfoScmResultgetInfoItems
 - 
Methods inherited from class org.apache.maven.scm.ScmResultgetCommandLine, getCommandOutput, getProviderMessage, isSuccess
 
- 
 
- 
- 
- 
Constructor Detail- 
GitInfoScmResultpublic GitInfoScmResult(String commandLine, String providerMessage, String commandOutput, boolean success) 
 - 
GitInfoScmResultpublic GitInfoScmResult(String commandLine, List<GitInfoItem> files) 
 - 
GitInfoScmResultpublic GitInfoScmResult(List<GitInfoItem> files, ScmResult result) 
 
- 
 
-