Class BitbucketPullRequestRef
- java.lang.Object
 - 
- com.atlassian.bitbucket.jenkins.internal.model.BitbucketPullRequestRef
 
 
- 
public class BitbucketPullRequestRef extends Object
- Since:
 - 3.0.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BitbucketPullRequestRef(String id, String displayId, BitbucketRepository repository, String latestCommit) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDisplayId()StringgetId()StringgetLatestCommit()BitbucketRepositorygetRepository()inthashCode() 
 - 
 
- 
- 
Constructor Detail
- 
BitbucketPullRequestRef
public BitbucketPullRequestRef(String id, String displayId, BitbucketRepository repository, String latestCommit)
 
 - 
 
- 
Method Detail
- 
getDisplayId
public String getDisplayId()
 
- 
getId
public String getId()
 
- 
getRepository
public BitbucketRepository getRepository()
 
- 
getLatestCommit
public String getLatestCommit()
 
 - 
 
 -