Class MinimalPullRequest
- java.lang.Object
 - 
- com.atlassian.bitbucket.jenkins.internal.scm.MinimalPullRequest
 
 
- 
- All Implemented Interfaces:
 Serializable
public class MinimalPullRequest extends Object implements Serializable
- Since:
 - 4.0.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MinimalPullRequest(BitbucketPullRequest pullRequest) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetFromLatestCommit()StringgetFromRefDisplayId()StringgetFromRefId()intgetFromRepositoryId()LonggetPullRequestId()BitbucketPullRequestStategetState()StringgetTitle()StringgetToLatestCommit()StringgetToRefDisplayId()StringgetToRefId()intgetToRepositoryId()booleanisForkedPullRequest() 
 - 
 
- 
- 
Constructor Detail
- 
MinimalPullRequest
public MinimalPullRequest(BitbucketPullRequest pullRequest)
 
 - 
 
- 
Method Detail
- 
getDescription
@CheckForNull public String getDescription()
 
- 
getFromLatestCommit
public String getFromLatestCommit()
 
- 
getFromRefDisplayId
public String getFromRefDisplayId()
 
- 
getFromRefId
public String getFromRefId()
 
- 
getFromRepositoryId
public int getFromRepositoryId()
 
- 
getPullRequestId
public Long getPullRequestId()
 
- 
getState
public BitbucketPullRequestState getState()
 
- 
getTitle
public String getTitle()
 
- 
getToLatestCommit
public String getToLatestCommit()
 
- 
getToRefDisplayId
public String getToRefDisplayId()
 
- 
getToRefId
public String getToRefId()
 
- 
getToRepositoryId
public int getToRepositoryId()
 
- 
isForkedPullRequest
public boolean isForkedPullRequest()
 
 - 
 
 -