public class InfoScmResult extends ScmResult
Modifier and Type | Field and Description |
---|---|
private java.util.List<InfoItem> |
infoItems |
private static long |
serialVersionUID |
PASSWORD_PLACE_HOLDER
Constructor and Description |
---|
InfoScmResult(java.util.List<InfoItem> infoItems,
ScmResult result) |
InfoScmResult(ScmResult result) |
InfoScmResult(java.lang.String commandLine,
java.util.List<InfoItem> files) |
InfoScmResult(java.lang.String commandLine,
java.lang.String providerMessage,
java.lang.String commandOutput,
boolean success) |
Modifier and Type | Method and Description |
---|---|
java.util.List<InfoItem> |
getInfoItems() |
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
private static final long serialVersionUID
private java.util.List<InfoItem> infoItems
public InfoScmResult(java.lang.String commandLine, java.lang.String providerMessage, java.lang.String commandOutput, boolean success)
public InfoScmResult(java.lang.String commandLine, java.util.List<InfoItem> files)
public InfoScmResult(ScmResult result)
public java.util.List<InfoItem> getInfoItems()