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, 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.TagScmResultScmProviderStub. 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 ScmTagParameters Modifier and Type Method Description ScmResultGitTagCommand. 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 ScmResultJGitTagCommand. 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 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 ScmTagParameters Modifier and Type Method Description protected 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 ScmTagParameters Modifier and Type Method Description org.codehaus.plexus.util.cli.CommandlineSvnTagCommand. createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String tag, File messageFile, ScmTagParameters scmTagParameters)ScmResultSvnTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters)
-