Package | Description |
---|---|
com.atlassian.bamboo.build |
Modifier and Type | Interface and Description |
---|---|
interface |
MutablePlanBranchPullRequest |
Modifier and Type | Class and Description |
---|---|
class |
PlanBranchPullRequestEntity |
class |
PlanBranchPullRequestImpl |
Modifier and Type | Method and Description |
---|---|
PlanBranchPullRequest |
PlanBranchPullRequestServiceImpl.create(ChainBranch chainBranch,
MutableVcsPullRequest vcsPullRequest) |
PlanBranchPullRequest |
PlanBranchPullRequestService.create(ChainBranch chainBranch,
MutableVcsPullRequest vcsPullRequest)
Creates a new link between chain branch and pull request.
|
PlanBranchPullRequest |
PlanBranchPullRequestServiceImpl.create(PlanKey branchKey,
long pullRequestId) |
PlanBranchPullRequest |
PlanBranchPullRequestService.create(PlanKey branchKey,
long pullRequestId)
Creates a new link between chain branch and pull request.
|
Modifier and Type | Method and Description |
---|---|
Optional<PlanBranchPullRequest> |
PlanBranchPullRequestServiceImpl.findForChainAndPullRequest(long chainId,
long pullRequestId) |
Optional<PlanBranchPullRequest> |
PlanBranchPullRequestService.findForChainAndPullRequest(long chainId,
long pullRequestId)
|
Optional<PlanBranchPullRequest> |
PlanBranchPullRequestServiceImpl.findForChainAndPullRequest(PlanKey chainKey,
long pullRequestId) |
Optional<PlanBranchPullRequest> |
PlanBranchPullRequestService.findForChainAndPullRequest(PlanKey chainKey,
long pullRequestId)
|
Optional<PlanBranchPullRequest> |
PlanBranchPullRequestServiceImpl.findForChainBranch(long branchId) |
Optional<PlanBranchPullRequest> |
PlanBranchPullRequestService.findForChainBranch(long branchId)
Retrieves a
PlanBranchPullRequest connection for the given plan branch by branch id. |
Optional<PlanBranchPullRequest> |
PlanBranchPullRequestServiceImpl.findForChainBranch(PlanKey branchKey) |
Optional<PlanBranchPullRequest> |
PlanBranchPullRequestService.findForChainBranch(PlanKey branchKey)
Retrieves a
PlanBranchPullRequest connection for the given plan branch by branch key. |
List<PlanBranchPullRequest> |
PlanBranchPullRequestServiceImpl.findForPullRequest(long pullRequestId) |
List<PlanBranchPullRequest> |
PlanBranchPullRequestService.findForPullRequest(long pullRequestId)
Retrieves all
PlanBranchPullRequest connections for the given pull request by pull
request database id. |
Constructor and Description |
---|
PlanBranchPullRequestImpl(PlanBranchPullRequest planBranchPullRequest) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.