Interface BitbucketPullRequestEvent
- All Known Implementing Classes:
BitbucketCloudPullRequestEvent
,BitbucketServerPullRequestEvent
public interface BitbucketPullRequestEvent
Represents a pull request event coming from Bitbucket (webhooks).
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getPullRequest
BitbucketPullRequest getPullRequest()- Returns:
- the pull request that originates this event.
-
getRepository
BitbucketRepository getRepository()- Returns:
- the destination repository that
getPullRequest()
points to.
-