Uses of Class
org.apache.maven.scm.ScmTagParameters
-
-
Uses of ScmTagParameters in org.apache.maven.scm
Methods in org.apache.maven.scm that return ScmTagParameters Modifier and Type Method Description ScmTagParameters
CommandParameters. getScmTagParameters(CommandParameter parameter)
Methods in org.apache.maven.scm with parameters of type ScmTagParameters Modifier and Type Method Description void
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 ScmTagParameters Modifier and Type Method Description protected 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 ScmTagParameters Modifier and Type Method Description 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 tagTagScmResult
ScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
ScmProviderStub. 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 ScmTagParameters Modifier and Type Method Description protected 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 ScmTagParameters Modifier and Type Method Description protected 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 ScmTagParameters Modifier and Type Method Description protected 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 ScmTagParameters Modifier and Type Method Description ScmResult
AbstractCvsTagCommand. 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 ScmTagParameters Modifier and Type Method Description ScmResult
GitTagCommand. 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 ScmTagParameters Modifier and Type Method Description ScmResult
JGitTagCommand. 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 ScmTagParameters Modifier and Type Method Description protected 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 ScmTagParameters Modifier and Type Method Description JazzScmCommand
JazzTagCommand. 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 ScmTagParameters Modifier and Type Method Description protected 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 ScmTagParameters Modifier and Type Method Description protected 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 ScmTagParameters Modifier and Type Method Description protected 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 ScmTagParameters Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
SvnTagCommand. createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String tag, File messageFile, ScmTagParameters scmTagParameters)
ScmResult
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 ScmTagParameters Modifier and Type Method Description protected 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 ScmTagParameters Modifier and Type Method Description TfsCommand
TfsTagCommand. 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 ScmTagParameters Modifier and Type Method Description protected ScmResult
VssTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters)
-