Class BitbucketServerPullRequestDestination
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.server.client.pullrequest.BitbucketServerPullRequestDestination
- All Implemented Interfaces:
BitbucketPullRequestDestination
public class BitbucketServerPullRequestDestination
extends Object
implements BitbucketPullRequestDestination
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BitbucketServerPullRequestDestination
public BitbucketServerPullRequestDestination()
-
-
Method Details
-
getRepository
- Specified by:
getRepository
in interfaceBitbucketPullRequestDestination
- Returns:
- source repository
-
getBranch
- Specified by:
getBranch
in interfaceBitbucketPullRequestDestination
- Returns:
- source branch to be merged in the pull request
-
getCommit
- Specified by:
getCommit
in interfaceBitbucketPullRequestDestination
- Returns:
- the commit details (if available).
-
setRepository
-