public class AddScmResult extends ScmResult
PASSWORD_PLACE_HOLDER| Constructor and Description |
|---|
AddScmResult(List<ScmFile> addedFiles,
ScmResult result) |
AddScmResult(String commandLine,
List<ScmFile> addedFiles) |
AddScmResult(String commandLine,
String providerMessage,
String commandOutput,
boolean success) |
| Modifier and Type | Method and Description |
|---|---|
List<ScmFile> |
getAddedFiles()
List with all the added files in the SCM operation.
|
getCommandLine, getCommandOutput, getProviderMessage, isSuccesspublic AddScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
public AddScmResult(String commandLine, List<ScmFile> addedFiles)
public AddScmResult(List<ScmFile> addedFiles, ScmResult result)
public List<ScmFile> getAddedFiles()
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.