Class BitbucketCloudPrCreatedEvent
- java.lang.Object
-
- com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events.AbstractBitbucketCloudPrEvent
-
- com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events.BitbucketCloudPrCreatedEvent
-
- All Implemented Interfaces:
AbstractBitbucketCloudEvent
@AsynchronousPreferred public final class BitbucketCloudPrCreatedEvent extends AbstractBitbucketCloudPrEvent
-
-
Constructor Summary
Constructors Constructor Description BitbucketCloudPrCreatedEvent(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
-
BitbucketCloudPrCreatedEvent
public BitbucketCloudPrCreatedEvent(PullRequestDto pullRequest, RepositoryDto repository)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classAbstractBitbucketCloudPrEvent
-
-