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
- Author:
- Kenney Westerhof
- See Also:
-
Field Summary
Fields inherited from class org.apache.maven.scm.ScmResult
PASSWORD_PLACE_HOLDER
-
Constructor Summary
ConstructorsConstructorDescriptionGitInfoScmResult
(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.InfoScmResult
getInfoItems
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
Constructor Details
-
GitInfoScmResult
public GitInfoScmResult(String commandLine, String providerMessage, String commandOutput, boolean success) -
GitInfoScmResult
-
GitInfoScmResult
-