| Package | Description |
|---|---|
| com.atlassian.bitbucket.event.tag | |
| com.atlassian.bitbucket.repository | |
| com.atlassian.bitbucket.scm | |
| com.atlassian.bitbucket.scm.ref |
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagHookRequest.getTag() |
Tag |
TagChangedEvent.getTag() |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Tag |
RefService.createTag(CreateTagRequest request)
Create tag with the information provided in the
request. |
| Modifier and Type | Method and Description |
|---|---|
Page<Tag> |
RefService.getTags(RepositoryTagsRequest request,
PageRequest pageRequest)
Retrieves a paged list of
tags for the specified repository, optionally filtered by the provided
starting text. |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
TagCallback.onTag(Tag tag)
Called to process a
tag. |
| Modifier and Type | Method and Description |
|---|---|
Command<Page<Tag>> |
ScmCommandFactory.tags(TagsCommandParameters parameters,
PageRequest pageRequest)
|
| Modifier and Type | Method and Description |
|---|---|
Command<Tag> |
ScmRefCommandFactory.createTag(CreateTagCommandParameters parameters) |
Copyright © 2023 Atlassian. All rights reserved.