Class BitbucketCloudPrFulfilledEvent
- java.lang.Object
-
- com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events.AbstractBitbucketCloudPrEvent
-
- com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events.BitbucketCloudPrFulfilledEvent
-
- All Implemented Interfaces:
AbstractBitbucketCloudEvent
@AsynchronousPreferred public final class BitbucketCloudPrFulfilledEvent extends AbstractBitbucketCloudPrEvent
-
-
Constructor Summary
Constructors Constructor Description BitbucketCloudPrFulfilledEvent(PullRequestDto pullRequest, RepositoryDto repository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events.AbstractBitbucketCloudPrEvent
getPullRequest, getRepository
-
-
-
-
Constructor Detail
-
BitbucketCloudPrFulfilledEvent
public BitbucketCloudPrFulfilledEvent(PullRequestDto pullRequest, RepositoryDto repository)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classAbstractBitbucketCloudPrEvent
-
-