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