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 String
getDescription()
String
getFromLatestCommit()
String
getFromRefDisplayId()
String
getFromRefId()
int
getFromRepositoryId()
Long
getPullRequestId()
BitbucketPullRequestState
getState()
String
getTitle()
String
getToLatestCommit()
String
getToRefDisplayId()
String
getToRefId()
int
getToRepositoryId()
boolean
isForkedPullRequest()
-
-
-
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()
-
-