Uses of Interface
com.atlassian.bamboo.build.PlanBranchPullRequest
-
Packages that use PlanBranchPullRequest Package Description com.atlassian.bamboo.build -
-
Uses of PlanBranchPullRequest in com.atlassian.bamboo.build
Subinterfaces of PlanBranchPullRequest in com.atlassian.bamboo.build Modifier and Type Interface Description interface
MutablePlanBranchPullRequest
Classes in com.atlassian.bamboo.build that implement PlanBranchPullRequest Modifier and Type Class Description class
PlanBranchPullRequestEntity
class
PlanBranchPullRequestImpl
Methods in com.atlassian.bamboo.build that return PlanBranchPullRequest Modifier and Type Method Description @NotNull PlanBranchPullRequest
PlanBranchPullRequestService. create(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest)
Creates a new link between chain branch and pull request.@NotNull PlanBranchPullRequest
PlanBranchPullRequestService. create(@NotNull PlanKey branchKey, long pullRequestId)
Creates a new link between chain branch and pull request.@NotNull PlanBranchPullRequest
PlanBranchPullRequestServiceImpl. create(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest)
@NotNull PlanBranchPullRequest
PlanBranchPullRequestServiceImpl. create(@NotNull PlanKey branchKey, long pullRequestId)
Methods in com.atlassian.bamboo.build that return types with arguments of type PlanBranchPullRequest Modifier and Type Method Description @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)
Constructors in com.atlassian.bamboo.build with parameters of type PlanBranchPullRequest Constructor Description PlanBranchPullRequestImpl(@NotNull PlanBranchPullRequest planBranchPullRequest)
-