| Package | Description |
|---|---|
| com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events | |
| com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events.dtos |
| Modifier and Type | Method and Description |
|---|---|
RepositoryDto |
AbstractBitbucketCloudEvent.getRepository() |
RepositoryDto |
AbstractBitbucketCloudPushEvent.getRepository() |
RepositoryDto |
AbstractBitbucketCloudPrEvent.getRepository() |
| Constructor and Description |
|---|
AbstractBitbucketCloudPrEvent(PullRequestDto pullRequest,
RepositoryDto repository) |
AbstractBitbucketCloudPushEvent(ChangeDto change,
RepositoryDto repository) |
BitbucketCloudPrCreatedEvent(PullRequestDto pullRequest,
RepositoryDto repository) |
BitbucketCloudPrFulfilledEvent(PullRequestDto pullRequest,
RepositoryDto repository) |
BitbucketCloudPrRejectedEvent(PullRequestDto pullRequest,
RepositoryDto repository) |
BitbucketCloudPrUpdatedEvent(PullRequestDto pullRequest,
RepositoryDto repository) |
BitbucketCloudPushChangeEvent(ChangeDto change,
RepositoryDto repository) |
BitbucketCloudPushCreationEvent(ChangeDto change,
RepositoryDto repository) |
BitbucketCloudPushDeletionEvent(ChangeDto change,
RepositoryDto repository) |
| Modifier and Type | Method and Description |
|---|---|
RepositoryDto |
PullRequestRefDto.getRepository() |
| Constructor and Description |
|---|
PullRequestRefDto(RepositoryDto repository,
String name) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.