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 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, java.lang.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, java.lang.String tagName, ScmTagParameters scmTagParameters)Tag (or label in some systems) will tag the source file with a certain tagTagScmResultScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, java.lang.String tagName, ScmTagParameters scmTagParameters)Tag (or label in some systems) will tag the source file with a certain tagTagScmResultScmProviderStub. tag(ScmRepository repository, ScmFileSet fileSet, java.lang.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 ScmResultBazaarTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.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 ScmResultClearCaseTagCommand. executeTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, java.lang.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 TagScmResultAbstractCvsScmProvider. 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 ScmResultAbstractCvsTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.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 ScmResultGitTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.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 ScmResultHgTagCommand. executeTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, java.lang.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 ScmResultLocalTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.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 ScmResultPerforceTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet files, java.lang.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 ScmResultStarteamTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.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.CommandlineSvnTagCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String tag, java.io.File messageFile, ScmTagParameters scmTagParameters)ScmResultSvnTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.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 ScmResultSynergyTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.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 TfsCommandTfsTagCommand. createCommand(ScmProviderRepository r, ScmFileSet f, java.lang.String tag, ScmTagParameters scmTagParameters)protected ScmResultTfsTagCommand. executeTagCommand(ScmProviderRepository r, ScmFileSet f, java.lang.String tag, ScmTagParameters scmTagParameters)
-