public class GitTagCommand extends AbstractTagCommand implements GitCommand
| Constructor and Description |
|---|
GitTagCommand() |
| Modifier and Type | Method and Description |
|---|---|
static org.codehaus.plexus.util.cli.Commandline |
createCommandLine(GitScmProviderRepository repository,
File workingDirectory,
String tag,
File messageFile,
boolean sign) |
static org.codehaus.plexus.util.cli.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 AbstractTagCommandrepo - TODOfileSet - TODOtag - TODOmessage - TODOScmException - if anypublic ScmResult executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) throws ScmException
executeTagCommand in class AbstractTagCommandScmExceptionpublic static org.codehaus.plexus.util.cli.Commandline createCommandLine(GitScmProviderRepository repository, File workingDirectory, String tag, File messageFile, boolean sign)
public static org.codehaus.plexus.util.cli.Commandline createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, String tag) throws ScmException
ScmExceptionCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.