public class BranchScmResult extends ScmResult
PASSWORD_PLACE_HOLDER| Constructor and Description |
|---|
BranchScmResult(List<ScmFile> branchedFiles,
ScmResult result) |
BranchScmResult(String commandLine,
List<ScmFile> branchedFiles) |
BranchScmResult(String commandLine,
String providerMessage,
String commandOutput,
boolean success) |
| Modifier and Type | Method and Description |
|---|---|
List<ScmFile> |
getBranchedFiles() |
getCommandLine, getCommandOutput, getProviderMessage, isSuccesspublic BranchScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
public BranchScmResult(String commandLine, List<ScmFile> branchedFiles)
public BranchScmResult(List<ScmFile> branchedFiles, ScmResult result)
public List<ScmFile> getBranchedFiles()
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.