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, isSuccess
public UpdateScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
public UpdateScmResult(String commandLine, List<ScmFile> updatedFiles)
public List<ScmFile> getUpdatedFiles()
ScmFile
public List<ChangeSet> getChanges()
public void setChanges(List<ChangeSet> changes)
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.