Uses of Class
org.apache.maven.scm.command.tag.TagScmResult
-
-
Uses of TagScmResult in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that return TagScmResult Modifier and Type Method Description TagScmResultAbstractScmManager. tag(ScmRepository repository, ScmFileSet fileSet, String tagName)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultAbstractScmManager. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultScmManager. tag(ScmRepository repository, ScmFileSet fileSet, String tagName)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultScmManager. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultScmManagerStub. tag(ScmRepository repository, ScmFileSet fileSet, String tagName)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultScmManagerStub. 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
Methods in org.apache.maven.scm.provider that return TagScmResult Modifier and Type Method Description TagScmResultScmProviderStub. getTagScmResult()protected TagScmResultAbstractScmProvider. tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)TagScmResultAbstractScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultAbstractScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message)Tag (or label in some systems) will tag the source file with a certain tag.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)TagScmResultScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message)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 tag)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultScmProviderStub. tag(ScmRepository repository, ScmFileSet fileSet, String tag, String message)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)Methods in org.apache.maven.scm.provider with parameters of type TagScmResult Modifier and Type Method Description voidScmProviderStub. setTagScmResult(TagScmResult tagScmResult) -
Uses of TagScmResult in org.apache.maven.scm.provider.git
Methods in org.apache.maven.scm.provider.git that return TagScmResult Modifier and Type Method Description TagScmResultAbstractGitScmProvider. 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 TagScmResult Modifier and Type Method Description TagScmResultHgScmProvider. 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 TagScmResult Modifier and Type Method Description TagScmResultLocalScmProvider. 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 TagScmResult Modifier and Type Method Description TagScmResultAbstractSvnScmProvider. tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-