| Package | Description |
|---|---|
| org.apache.maven.scm | |
| org.apache.maven.scm.command.tag | |
| org.apache.maven.scm.provider |
| Modifier and Type | Method and Description |
|---|---|
ScmTagParameters |
CommandParameters.getScmTagParameters(CommandParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandParameters.setScmTagParameters(CommandParameter parameter,
ScmTagParameters scmTagParameters) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ScmResult |
AbstractTagCommand.executeTagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String tagName,
ScmTagParameters scmTagParameters) |
| Modifier and Type | Method and Description |
|---|---|
TagScmResult |
ScmProvider.tag(ScmRepository repository,
ScmFileSet fileSet,
String tagName,
ScmTagParameters scmTagParameters)
Tag (or label in some systems) will tag the source file with a certain tag
|
TagScmResult |
AbstractScmProvider.tag(ScmRepository repository,
ScmFileSet fileSet,
String tagName,
ScmTagParameters scmTagParameters)
Tag (or label in some systems) will tag the source file with a certain tag
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.