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 boolean
equals(Object o)
String
getDisplayId()
String
getId()
String
getLatestCommit()
BitbucketRepository
getRepository()
int
hashCode()
-
-
-
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()
-
-