Class PullRequestRef
- java.lang.Object
-
- com.atlassian.bamboo.plugins.bitbucket.rest.entity.PullRequestRef
-
public class PullRequestRef extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PullRequestRef.Branch
static class
PullRequestRef.Repository
-
Constructor Summary
Constructors Constructor Description PullRequestRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PullRequestRef.Branch
getBranch()
Commit
getCommit()
PullRequestRef.Repository
getRepository()
-
-
-
Method Detail
-
getCommit
public Commit getCommit()
-
getRepository
public PullRequestRef.Repository getRepository()
-
getBranch
public PullRequestRef.Branch getBranch()
-
-