public class UpdateScmResult extends ScmResult
PASSWORD_PLACE_HOLDER| Constructor and Description | 
|---|
UpdateScmResult(List<ScmFile> updatedFiles,
                              List<ChangeSet> changes,
                              ScmResult result)  | 
UpdateScmResult(String commandLine,
                              List<ScmFile> updatedFiles)  | 
UpdateScmResult(String commandLine,
                              String providerMessage,
                              String commandOutput,
                              boolean success)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ChangeSet> | 
getChanges()  | 
List<ScmFile> | 
getUpdatedFiles()  | 
void | 
setChanges(List<ChangeSet> changes)  | 
getCommandLine, getCommandOutput, getProviderMessage, isSuccesspublic UpdateScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
public UpdateScmResult(String commandLine, List<ScmFile> updatedFiles)
public List<ScmFile> getUpdatedFiles()
ScmFilepublic List<ChangeSet> getChanges()
public void setChanges(List<ChangeSet> changes)
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.