Uses of Interface
com.atlassian.bamboo.tag.TagAndRevision
Packages that use TagAndRevision
Package
Description
-
Uses of TagAndRevision in com.atlassian.bamboo.plugins.bitbucket.v2
Methods in com.atlassian.bamboo.plugins.bitbucket.v2 that return types with arguments of type TagAndRevisionModifier and TypeMethodDescriptionBitbucketCloudTagsHandler.getAllTagsFromRepository
(@NotNull VcsRepositoryData vcsRepositoryData) Methods in com.atlassian.bamboo.plugins.bitbucket.v2 with parameters of type TagAndRevisionModifier and TypeMethodDescriptionboolean
BitbucketCloudTagsHandler.isBranchContainTag
(VcsRepositoryData vcsRepositoryData, String branchName, TagAndRevision tagAndRevision) -
Uses of TagAndRevision in com.atlassian.bamboo.plugins.git
Methods in com.atlassian.bamboo.plugins.git that return types with arguments of type TagAndRevisionModifier and TypeMethodDescriptionRemoteTagsOutputHandler.finalizeAndGetTags()
@NotNull List<TagAndRevision>
GitCommandProcessor.getRemoteTags
(@NotNull GitRepositoryAccessData accessData) GitOperationHelper.getTagsForRepository
(@NotNull GitRepositoryAccessData accessData) JGitOperationHelper.getTagsForRepository
(@NotNull GitRepositoryAccessData accessData) NativeGitOperationHelper.getTagsForRepository
(@NotNull GitRepositoryAccessData accessData) -
Uses of TagAndRevision in com.atlassian.bamboo.plugins.git.v2
Methods in com.atlassian.bamboo.plugins.git.v2 that return types with arguments of type TagAndRevisionModifier and TypeMethodDescriptionGitTagsHandler.getAllTagsFromRepository
(@NotNull VcsRepositoryData vcsRepositoryData) Methods in com.atlassian.bamboo.plugins.git.v2 with parameters of type TagAndRevisionModifier and TypeMethodDescriptionboolean
GitTagsHandler.isBranchContainTag
(VcsRepositoryData vcsRepositoryData, String branchName, TagAndRevision tagAndRevision) -
Uses of TagAndRevision in com.atlassian.bamboo.plugins.github
Methods in com.atlassian.bamboo.plugins.github that return types with arguments of type TagAndRevisionModifier and TypeMethodDescriptionGitHubTagsHandler.getAllTagsFromRepository
(@NotNull VcsRepositoryData vcsRepositoryData) Methods in com.atlassian.bamboo.plugins.github with parameters of type TagAndRevisionModifier and TypeMethodDescriptionboolean
GitHubTagsHandler.isBranchContainTag
(VcsRepositoryData vcsRepositoryData, String branchName, TagAndRevision tagAndRevision) -
Uses of TagAndRevision in com.atlassian.bamboo.plugins.stash.v2
Methods in com.atlassian.bamboo.plugins.stash.v2 that return types with arguments of type TagAndRevisionModifier and TypeMethodDescriptionBitbucketServerTagsHandler.getAllTagsFromRepository
(@NotNull VcsRepositoryData vcsRepositoryData) Methods in com.atlassian.bamboo.plugins.stash.v2 with parameters of type TagAndRevisionModifier and TypeMethodDescriptionboolean
BitbucketServerTagsHandler.isBranchContainTag
(VcsRepositoryData vcsRepositoryData, String branchName, TagAndRevision tagAndRevision) -
Uses of TagAndRevision in com.atlassian.bamboo.tag
Subinterfaces of TagAndRevision in com.atlassian.bamboo.tagModifier and TypeInterfaceDescriptioninterface
Interface for entity which persists data about tag and revisionClasses in com.atlassian.bamboo.tag that implement TagAndRevisionFields in com.atlassian.bamboo.tag with type parameters of type TagAndRevisionModifier and TypeFieldDescriptionstatic final Comparator<TagAndRevision>
TagAndRevision.COMPARATOR
Constructors in com.atlassian.bamboo.tag with parameters of type TagAndRevisionModifierConstructorDescriptionTagAndRevisionImpl
(TagAndRevision tagAndRevision) VcsTagImpl
(TagAndRevision tagAndRevision) -
Uses of TagAndRevision in com.atlassian.bamboo.tag.service
Methods in com.atlassian.bamboo.tag.service with parameters of type TagAndRevisionModifier and TypeMethodDescriptionTagBuildActionFactoryImpl.createTagBuildAction
(ImmutableChain chain, TagAndRevision tag) -
Uses of TagAndRevision in com.atlassian.bamboo.v2.trigger
Methods in com.atlassian.bamboo.v2.trigger that return TagAndRevisionConstructors in com.atlassian.bamboo.v2.trigger with parameters of type TagAndRevisionModifierConstructorDescriptionTagBuildAction
(ImmutableChain chain, TagAndRevision tagAndRevision, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildContextBuilderFactory buildContextBuilderFactory, BuildLoggerManager buildLoggerManager, TriggerManager triggerManager) -
Uses of TagAndRevision in com.atlassian.bamboo.vcs.runtime
Methods in com.atlassian.bamboo.vcs.runtime that return types with arguments of type TagAndRevisionModifier and TypeMethodDescriptionVcsTagsHandler.getAllTagsFromRepository
(@NotNull VcsRepositoryData vcsRepositoryData) Reads from git repository all tags (with revisions).Methods in com.atlassian.bamboo.vcs.runtime with parameters of type TagAndRevisionModifier and TypeMethodDescriptionboolean
VcsTagsHandler.isBranchContainTag
(@NotNull VcsRepositoryData vcsRepositoryData, @NotNull String branchName, @NotNull TagAndRevision tagAndRevision)