Package com.atlassian.bamboo.build
Interface MutablePlanBranchPullRequest
- All Superinterfaces:
BambooIdProvider
,BambooObject
,PlanBranchPullRequest
- All Known Implementing Classes:
PlanBranchPullRequestEntity
-
Method Summary
Modifier and TypeMethodDescription@NotNull ChainBranch
@NotNull MutableVcsPullRequest
void
setChainBranch
(@NotNull ChainBranch chainBranch) void
setVcsPullRequest
(@NotNull MutableVcsPullRequest vcsPullRequest) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Method Details
-
getChainBranch
- Specified by:
getChainBranch
in interfacePlanBranchPullRequest
-
setChainBranch
-
getVcsPullRequest
- Specified by:
getVcsPullRequest
in interfacePlanBranchPullRequest
-
setVcsPullRequest
-