public class JazzTagCommand extends AbstractTagCommand
| Constructor and Description |
|---|
JazzTagCommand() |
| Modifier and Type | Method and Description |
|---|---|
JazzScmCommand |
createTagCreateSnapshotCommand(JazzScmProviderRepository repo,
ScmFileSet fileSet,
String tag,
ScmTagParameters scmTagParameters) |
JazzScmCommand |
createTagCreateWorkspaceCommand(JazzScmProviderRepository repo,
ScmFileSet fileSet,
String tag) |
JazzScmCommand |
createTagDeliverCommand(JazzScmProviderRepository repo,
ScmFileSet fileSet,
String tag) |
JazzScmCommand |
createTagSnapshotPromoteCommand(JazzScmProviderRepository repo,
ScmFileSet fileSet,
String tag) |
protected ScmResult |
executeTagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String tag,
ScmTagParameters scmTagParameters) |
executeCommand, executeTagCommandexecute, getLogger, setLoggerpublic JazzTagCommand()
protected ScmResult executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) throws ScmException
executeTagCommand in class AbstractTagCommandScmExceptionpublic JazzScmCommand createTagCreateSnapshotCommand(JazzScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters)
public JazzScmCommand createTagSnapshotPromoteCommand(JazzScmProviderRepository repo, ScmFileSet fileSet, String tag)
public JazzScmCommand createTagDeliverCommand(JazzScmProviderRepository repo, ScmFileSet fileSet, String tag)
public JazzScmCommand createTagCreateWorkspaceCommand(JazzScmProviderRepository repo, ScmFileSet fileSet, String tag)
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.