public class GitTagCommand extends AbstractTagCommand implements GitCommand
| Constructor and Description |
|---|
GitTagCommand() |
| Modifier and Type | Method and Description |
|---|---|
static Commandline |
createCommandLine(GitScmProviderRepository repository,
File workingDirectory,
String tag,
File messageFile) |
static Commandline |
createPushCommandLine(GitScmProviderRepository repository,
ScmFileSet fileSet,
String tag) |
ScmResult |
executeTagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String tag,
ScmTagParameters scmTagParameters) |
ScmResult |
executeTagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String tag,
String message) |
executeCommandexecute, getLogger, setLoggerpublic GitTagCommand()
public ScmResult executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message) throws ScmException
executeTagCommand in class AbstractTagCommandScmExceptionpublic ScmResult executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) throws ScmException
executeTagCommand in class AbstractTagCommandScmExceptionpublic static Commandline createCommandLine(GitScmProviderRepository repository, File workingDirectory, String tag, File messageFile)
public static Commandline createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, String tag) throws ScmException
ScmExceptionCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.