Uses of Class
com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events.dtos.RepositoryDto
Packages that use RepositoryDto
Package
Description
-
Uses of RepositoryDto in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events
Methods in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events that return RepositoryDtoModifier and TypeMethodDescriptionAbstractBitbucketCloudEvent.getRepository()
AbstractBitbucketCloudPrEvent.getRepository()
AbstractBitbucketCloudPushEvent.getRepository()
Constructors in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events with parameters of type RepositoryDtoModifierConstructorDescriptionAbstractBitbucketCloudPrEvent
(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) -
Uses of RepositoryDto in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events.dtos
Methods in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events.dtos that return RepositoryDtoConstructors in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events.dtos with parameters of type RepositoryDto