Uses of Interface
com.atlassian.bitbucket.repository.Tag
Packages that use Tag
Package
Description
-
Uses of Tag in com.atlassian.bitbucket.event.tag
Methods in com.atlassian.bitbucket.event.tag that return TagConstructors in com.atlassian.bitbucket.event.tag with parameters of type TagModifierConstructorDescriptionprotected
AbstractBuilder
(Repository repository, RepositoryHookTrigger trigger, Tag tag) Builder
(Repository repository, Tag tag) Builder
(Repository repository, Tag tag) TagChangedEvent
(Object source, Repository repository, Tag tag, RefChange refChange) TagCreatedEvent
(Object source, Repository repository, Tag tag) TagDeletedEvent
(Object source, Repository repository, Tag tag) -
Uses of Tag in com.atlassian.bitbucket.repository
Methods in com.atlassian.bitbucket.repository that return TagModifier and TypeMethodDescriptionRefService.createTag
(CreateTagRequest request) Create tag with the information provided in therequest
.Methods in com.atlassian.bitbucket.repository that return types with arguments of type TagModifier and TypeMethodDescriptionRefService.getTags
(RepositoryTagsRequest request, PageRequest pageRequest) Retrieves a paged list oftags
for the specified repository, optionally filtered by the provided starting text.Methods in com.atlassian.bitbucket.repository with parameters of type Tag -
Uses of Tag in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return types with arguments of type TagModifier and TypeMethodDescriptionScmCommandFactory.tags
(TagsCommandParameters parameters, PageRequest pageRequest) -
Uses of Tag in com.atlassian.bitbucket.scm.ref
Methods in com.atlassian.bitbucket.scm.ref that return types with arguments of type TagModifier and TypeMethodDescriptionScmRefCommandFactory.createTag
(CreateTagCommandParameters parameters)