Uses of Class
com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events.dtos.PullRequestDto
Packages that use PullRequestDto
-
Uses of PullRequestDto in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events
Methods in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events that return PullRequestDtoConstructors in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events with parameters of type PullRequestDtoModifierConstructorDescriptionAbstractBitbucketCloudPrEvent
(PullRequestDto pullRequest, RepositoryDto repository) BitbucketCloudPrCreatedEvent
(PullRequestDto pullRequest, RepositoryDto repository) BitbucketCloudPrFulfilledEvent
(PullRequestDto pullRequest, RepositoryDto repository) BitbucketCloudPrRejectedEvent
(PullRequestDto pullRequest, RepositoryDto repository) BitbucketCloudPrUpdatedEvent
(PullRequestDto pullRequest, RepositoryDto repository)