Uses of Interface
com.atlassian.bamboo.build.PlanBranchPullRequest
-
Uses of PlanBranchPullRequest in com.atlassian.bamboo.build
Modifier and TypeClassDescriptionclass
class
Modifier and TypeMethodDescription@NotNull PlanBranchPullRequest
PlanBranchPullRequestService.create
(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest) Creates a new link between chain branch and pull request.@NotNull PlanBranchPullRequest
Creates a new link between chain branch and pull request.@NotNull PlanBranchPullRequest
PlanBranchPullRequestServiceImpl.create
(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest) @NotNull PlanBranchPullRequest
Modifier and TypeMethodDescription@NotNull List<PlanBranchPullRequest>
PlanBranchPullRequestService.findForChain
(long chainId) Retrieves aPlanBranchPullRequest
connections for the givenchain
.@NotNull List<PlanBranchPullRequest>
PlanBranchPullRequestServiceImpl.findForChain
(long chainId) @NotNull Optional<PlanBranchPullRequest>
PlanBranchPullRequestService.findForChainAndPullRequest
(long chainId, long pullRequestId) @NotNull Optional<PlanBranchPullRequest>
PlanBranchPullRequestService.findForChainAndPullRequest
(@NotNull PlanKey chainKey, long pullRequestId) @NotNull Optional<PlanBranchPullRequest>
PlanBranchPullRequestServiceImpl.findForChainAndPullRequest
(long chainId, long pullRequestId) @NotNull Optional<PlanBranchPullRequest>
PlanBranchPullRequestServiceImpl.findForChainAndPullRequest
(@NotNull PlanKey chainKey, long pullRequestId) @NotNull Optional<PlanBranchPullRequest>
PlanBranchPullRequestService.findForChainAndPullRequestWithConsistencyGuarantee
(long chainId, long pullRequestId) @NotNull Optional<PlanBranchPullRequest>
PlanBranchPullRequestServiceImpl.findForChainAndPullRequestWithConsistencyGuarantee
(long chainId, long pullRequestId) @NotNull Optional<PlanBranchPullRequest>
PlanBranchPullRequestService.findForChainBranch
(long branchId) Retrieves aPlanBranchPullRequest
connection for the givenplan branch
by branch id.@NotNull Optional<PlanBranchPullRequest>
PlanBranchPullRequestService.findForChainBranch
(@NotNull PlanKey branchKey) Retrieves aPlanBranchPullRequest
connection for the givenplan branch
by branch key.@NotNull Optional<PlanBranchPullRequest>
PlanBranchPullRequestServiceImpl.findForChainBranch
(long branchId) @NotNull Optional<PlanBranchPullRequest>
PlanBranchPullRequestServiceImpl.findForChainBranch
(@NotNull PlanKey branchKey) @NotNull List<PlanBranchPullRequest>
PlanBranchPullRequestService.findForPullRequest
(long pullRequestId) Retrieves allPlanBranchPullRequest
connections for the givenpull request
by pull request database id.@NotNull List<PlanBranchPullRequest>
PlanBranchPullRequestServiceImpl.findForPullRequest
(long pullRequestId) ModifierConstructorDescriptionPlanBranchPullRequestImpl
(@NotNull PlanBranchPullRequest planBranchPullRequest)