Class BitbucketServerPullRequestEvent
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.server.events.BitbucketServerPullRequestEvent
- All Implemented Interfaces:
BitbucketPullRequestEvent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setPullRequest
(BitbucketServerPullRequest pullRequest) void
setRepository
(BitbucketServerRepository repository)
-
Constructor Details
-
BitbucketServerPullRequestEvent
public BitbucketServerPullRequestEvent()
-
-
Method Details
-
getPullRequest
- Specified by:
getPullRequest
in interfaceBitbucketPullRequestEvent
- Returns:
- the pull request that originates this event.
-
setPullRequest
-
getRepository
- Specified by:
getRepository
in interfaceBitbucketPullRequestEvent
- Returns:
- the destination repository that
BitbucketPullRequestEvent.getPullRequest()
points to.
-
setRepository
-