public class AccuRevUpdateScmResult extends UpdateScmResultWithRevision
Constructor and Description |
---|
AccuRevUpdateScmResult(String commandLines,
List<ScmFile> updatedFiles,
String fromRevision,
String toRevision)
Success constructor
|
AccuRevUpdateScmResult(String commandLine,
String providerMessage,
String commandOutput,
String fromRevision,
String toRevision,
boolean success)
Failed constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getFromRevision() |
String |
getToRevision() |
getRevision
getChanges, getUpdatedFiles, setChanges
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
public AccuRevUpdateScmResult(String commandLine, String providerMessage, String commandOutput, String fromRevision, String toRevision, boolean success)
commandLine
- providerMessage
- commandOutput
- public String getFromRevision()
public String getToRevision()
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.