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 TypeMethodDescriptionvoid
CommandParameters.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 ScmResult
AbstractTagCommand.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 tagScmProvider.tag
(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) Tag (or label in some systems) will tag the source file with a certain tagScmProviderStub.tag
(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) -
Uses of ScmTagParameters in org.apache.maven.scm.provider.bazaar.command.tag
Methods in org.apache.maven.scm.provider.bazaar.command.tag with parameters of type ScmTagParametersModifier and TypeMethodDescriptionprotected ScmResult
BazaarTagCommand.executeTagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) -
Uses of ScmTagParameters in org.apache.maven.scm.provider.clearcase.command.tag
Methods in org.apache.maven.scm.provider.clearcase.command.tag with parameters of type ScmTagParametersModifier and TypeMethodDescriptionprotected ScmResult
ClearCaseTagCommand.executeTagCommand
(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmTagParameters in org.apache.maven.scm.provider.cvslib
Methods in org.apache.maven.scm.provider.cvslib with parameters of type ScmTagParametersModifier and TypeMethodDescriptionprotected TagScmResult
AbstractCvsScmProvider.tag
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters, ScmTagParameters scmParameters) -
Uses of ScmTagParameters in org.apache.maven.scm.provider.cvslib.command.tag
Methods in org.apache.maven.scm.provider.cvslib.command.tag with parameters of type ScmTagParametersModifier and TypeMethodDescriptionAbstractCvsTagCommand.executeTagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String tag, 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 ScmResult
HgTagCommand.executeTagCommand
(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmTagParameters in org.apache.maven.scm.provider.jazz.command.tag
Methods in org.apache.maven.scm.provider.jazz.command.tag with parameters of type ScmTagParametersModifier and TypeMethodDescriptionJazzTagCommand.createTagCreateSnapshotCommand
(JazzScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) protected ScmResult
JazzTagCommand.executeTagCommand
(ScmProviderRepository repo, 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 ScmResult
LocalTagCommand.executeTagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmTagParameters scmTagParameters) -
Uses of ScmTagParameters in org.apache.maven.scm.provider.perforce.command.tag
Methods in org.apache.maven.scm.provider.perforce.command.tag with parameters of type ScmTagParametersModifier and TypeMethodDescriptionprotected ScmResult
PerforceTagCommand.executeTagCommand
(ScmProviderRepository repo, ScmFileSet files, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmTagParameters in org.apache.maven.scm.provider.starteam.command.tag
Methods in org.apache.maven.scm.provider.starteam.command.tag with parameters of type ScmTagParametersModifier and TypeMethodDescriptionprotected ScmResult
StarteamTagCommand.executeTagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String tag, 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 TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
SvnTagCommand.createCommandLine
(SvnScmProviderRepository repository, File workingDirectory, String tag, File messageFile, ScmTagParameters scmTagParameters) SvnTagCommand.executeTagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmTagParameters in org.apache.maven.scm.provider.synergy.command.tag
Methods in org.apache.maven.scm.provider.synergy.command.tag with parameters of type ScmTagParametersModifier and TypeMethodDescriptionprotected ScmResult
SynergyTagCommand.executeTagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmTagParameters in org.apache.maven.scm.provider.tfs.command
Methods in org.apache.maven.scm.provider.tfs.command with parameters of type ScmTagParametersModifier and TypeMethodDescriptionTfsTagCommand.createCommand
(ScmProviderRepository r, ScmFileSet f, String tag, ScmTagParameters scmTagParameters) protected ScmResult
TfsTagCommand.executeTagCommand
(ScmProviderRepository r, ScmFileSet f, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmTagParameters in org.apache.maven.scm.provider.vss.commands.tag
Methods in org.apache.maven.scm.provider.vss.commands.tag with parameters of type ScmTagParametersModifier and TypeMethodDescriptionprotected ScmResult
VssTagCommand.executeTagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters)