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