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
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longFields inherited from class 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 ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
infoItems
-
-
Constructor Details
-
InfoScmResult
-
InfoScmResult
-
InfoScmResult
-
InfoScmResult
-
-
Method Details
-
getInfoItems
-