Package com.atlassian.bamboo.build
Interface MutablePlanBranchPullRequest
-
- All Superinterfaces:
BambooIdProvider
,BambooObject
,PlanBranchPullRequest
- All Known Implementing Classes:
PlanBranchPullRequestEntity
public interface MutablePlanBranchPullRequest extends PlanBranchPullRequest, BambooObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ChainBranch
getChainBranch()
@NotNull MutableVcsPullRequest
getVcsPullRequest()
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 Detail
-
getChainBranch
@NotNull @NotNull ChainBranch getChainBranch()
- Specified by:
getChainBranch
in interfacePlanBranchPullRequest
-
setChainBranch
void setChainBranch(@NotNull @NotNull ChainBranch chainBranch)
-
getVcsPullRequest
@NotNull @NotNull MutableVcsPullRequest getVcsPullRequest()
- Specified by:
getVcsPullRequest
in interfacePlanBranchPullRequest
-
setVcsPullRequest
void setVcsPullRequest(@NotNull @NotNull MutableVcsPullRequest vcsPullRequest)
-
-