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, isSuccess
public 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–2021 The Apache Software Foundation. All rights reserved.