public class GitUntagCommand extends AbstractUntagCommand implements GitCommand
| Constructor and Description |
|---|
GitUntagCommand() |
| Modifier and Type | Method and Description |
|---|---|
static org.codehaus.plexus.util.cli.Commandline |
createCommandLine(GitScmProviderRepository repository,
File workingDirectory,
String tag) |
static org.codehaus.plexus.util.cli.Commandline |
createPushCommandLine(GitScmProviderRepository repository,
ScmFileSet fileSet,
String tag) |
ScmResult |
executeUntagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmUntagParameters scmUntagParameters)
execute untag command
|
executeCommandexecute, getLogger, setLoggerpublic GitUntagCommand()
public ScmResult executeUntagCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters) throws ScmException
executeUntagCommand in class AbstractUntagCommandrepo - scm repofileSet - set of files (unused)scmUntagParameters - parameters used by untag implementationsScmException - in case of errorpublic static org.codehaus.plexus.util.cli.Commandline createCommandLine(GitScmProviderRepository repository, File workingDirectory, String tag)
public static org.codehaus.plexus.util.cli.Commandline createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, String tag)
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.