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 aChainBranch
was created for a particularVcsPullRequest
.- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ImmutableChainBranch
getChainBranch()
@NotNull VcsPullRequest
getVcsPullRequest()
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
-
-
-
Method Detail
-
getChainBranch
@NotNull @NotNull ImmutableChainBranch getChainBranch()
-
getVcsPullRequest
@NotNull @NotNull VcsPullRequest getVcsPullRequest()
-
-