Uses of Class
org.apache.maven.scm.command.tag.TagScmResult
Packages that use TagScmResult
Package
Description
-
Uses of TagScmResult in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that return TagScmResultModifier and TypeMethodDescriptionAbstractScmManager.tag(ScmRepository repository, ScmFileSet fileSet, String tagName) Tag (or label in some systems) will tag the source file with a certain tag.AbstractScmManager.tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message) Tag (or label in some systems) will tag the source file with a certain tag.ScmManager.tag(ScmRepository repository, ScmFileSet fileSet, String tagName) Tag (or label in some systems) will tag the source file with a certain tag.ScmManager.tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message) Tag (or label in some systems) will tag the source file with a certain tag.ScmManagerStub.tag(ScmRepository repository, ScmFileSet fileSet, String tagName) Tag (or label in some systems) will tag the source file with a certain tag.ScmManagerStub.tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message) Tag (or label in some systems) will tag the source file with a certain tag. -
Uses of TagScmResult in org.apache.maven.scm.provider
Fields in org.apache.maven.scm.provider declared as TagScmResultMethods in org.apache.maven.scm.provider that return TagScmResultModifier and TypeMethodDescriptionScmProviderStub.getTagScmResult()protected TagScmResultAbstractScmProvider.tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractScmProvider.tag(ScmRepository repository, ScmFileSet fileSet, String tagName) Tag (or label in some systems) will tag the source file with a certain tag.AbstractScmProvider.tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message) Tag (or label in some systems) will tag the source file with a certain tag.AbstractScmProvider.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) Deprecated.ScmProvider.tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message) 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 tag) Tag (or label in some systems) will tag the source file with a certain tag.ScmProviderStub.tag(ScmRepository repository, ScmFileSet fileSet, String tag, String message) 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) Methods in org.apache.maven.scm.provider with parameters of type TagScmResultModifier and TypeMethodDescriptionvoidScmProviderStub.setTagScmResult(TagScmResult tagScmResult) -
Uses of TagScmResult in org.apache.maven.scm.provider.git
Methods in org.apache.maven.scm.provider.git that return TagScmResultModifier and TypeMethodDescriptionAbstractGitScmProvider.tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of TagScmResult in org.apache.maven.scm.provider.hg
Methods in org.apache.maven.scm.provider.hg that return TagScmResultModifier and TypeMethodDescriptionHgScmProvider.tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of TagScmResult in org.apache.maven.scm.provider.local
Methods in org.apache.maven.scm.provider.local that return TagScmResultModifier and TypeMethodDescriptionLocalScmProvider.tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of TagScmResult in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn that return TagScmResultModifier and TypeMethodDescriptionAbstractSvnScmProvider.tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
ScmProvider.tag(ScmRepository, ScmFileSet, String, ScmTagParameters)