Uses of Class
org.apache.maven.scm.ScmTagParameters
Packages that use ScmTagParameters
Package
Description
-
Uses of ScmTagParameters in org.apache.maven.scm
Methods in org.apache.maven.scm that return ScmTagParametersModifier and TypeMethodDescriptionCommandParameters.getScmTagParameters(CommandParameter parameter) Methods in org.apache.maven.scm with parameters of type ScmTagParametersModifier and TypeMethodDescriptionvoidCommandParameters.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 ScmTagParametersModifier and TypeMethodDescriptionprotected 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 ScmTagParametersModifier and TypeMethodDescriptionAbstractScmProvider.tag(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) Tag (or label in some systems) will tag the source file with a certain tag.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.ScmProviderStub.tag(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) -
Uses of ScmTagParameters in org.apache.maven.scm.provider.git.gitexe.command.tag
Methods in org.apache.maven.scm.provider.git.gitexe.command.tag with parameters of type ScmTagParametersModifier and TypeMethodDescriptionGitTagCommand.executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmTagParameters in org.apache.maven.scm.provider.git.jgit.command.tag
Methods in org.apache.maven.scm.provider.git.jgit.command.tag with parameters of type ScmTagParametersModifier and TypeMethodDescriptionJGitTagCommand.executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmTagParameters in org.apache.maven.scm.provider.hg.command.tag
Methods in org.apache.maven.scm.provider.hg.command.tag with parameters of type ScmTagParametersModifier and TypeMethodDescriptionprotected ScmResultHgTagCommand.executeTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmTagParameters in org.apache.maven.scm.provider.local.command.tag
Methods in org.apache.maven.scm.provider.local.command.tag with parameters of type ScmTagParametersModifier and TypeMethodDescriptionprotected ScmResultLocalTagCommand.executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmTagParameters scmTagParameters) -
Uses of ScmTagParameters in org.apache.maven.scm.provider.svn.svnexe.command.tag
Methods in org.apache.maven.scm.provider.svn.svnexe.command.tag with parameters of type ScmTagParametersModifier and TypeMethodDescriptionorg.codehaus.plexus.util.cli.CommandlineSvnTagCommand.createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String tag, File messageFile, ScmTagParameters scmTagParameters) SvnTagCommand.executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters)