Package com.atlassian.bamboo.build
Interface PlanBranchPullRequest
-
- All Superinterfaces:
BambooIdProvider
- All Known Subinterfaces:
MutablePlanBranchPullRequest
- All Known Implementing Classes:
PlanBranchPullRequestEntity,PlanBranchPullRequestImpl
public interface PlanBranchPullRequest extends BambooIdProvider
A connection which indicates that aChainBranchwas created for a particularVcsPullRequest.- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ImmutableChainBranchgetChainBranch()@NotNull VcsPullRequestgetVcsPullRequest()-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
-
-
-
Method Detail
-
getChainBranch
@NotNull @NotNull ImmutableChainBranch getChainBranch()
-
getVcsPullRequest
@NotNull @NotNull VcsPullRequest getVcsPullRequest()
-
-