Uses of Class
org.apache.maven.scm.ScmTagParameters
-
Packages that use ScmTagParameters Package Description org.apache.maven.scm org.apache.maven.scm.command.tag org.apache.maven.scm.provider -
-
Uses of ScmTagParameters in org.apache.maven.scm
Methods in org.apache.maven.scm that return ScmTagParameters Modifier and Type Method Description ScmTagParametersCommandParameters. getScmTagParameters(CommandParameter parameter)Methods in org.apache.maven.scm with parameters of type ScmTagParameters Modifier and Type Method Description voidCommandParameters. setScmTagParameters(CommandParameter parameter, ScmTagParameters scmTagParameters) -
Uses of ScmTagParameters in org.apache.maven.scm.command.tag
Methods in org.apache.maven.scm.command.tag with parameters of type ScmTagParameters Modifier and Type Method Description protected abstract ScmResultAbstractTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) -
Uses of ScmTagParameters in org.apache.maven.scm.provider
Methods in org.apache.maven.scm.provider with parameters of type ScmTagParameters Modifier and Type Method Description TagScmResultAbstractScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters)Tag (or label in some systems) will tag the source file with a certain tag.
-