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 classPullRequestRef.Branchstatic classPullRequestRef.Repository
-
Constructor Summary
Constructors Constructor Description PullRequestRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PullRequestRef.BranchgetBranch()CommitgetCommit()PullRequestRef.RepositorygetRepository()
-
-
-
Method Detail
-
getCommit
public Commit getCommit()
-
getRepository
public PullRequestRef.Repository getRepository()
-
getBranch
public PullRequestRef.Branch getBranch()
-
-