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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
BitbucketServerPullRequestDestinationpublic BitbucketServerPullRequestDestination()
 
- 
- 
Method Details- 
getRepository- Specified by:
- getRepositoryin interface- BitbucketPullRequestDestination
- Returns:
- source repository
 
- 
getBranch- Specified by:
- getBranchin interface- BitbucketPullRequestDestination
- Returns:
- source branch to be merged in the pull request
 
- 
getCommit- Specified by:
- getCommitin interface- BitbucketPullRequestDestination
- Returns:
- the commit details (if available).
 
- 
setRepository
 
-