| Package | Description |
|---|---|
| com.atlassian.bamboo.build | |
| com.atlassian.bamboo.migration.stream | |
| com.atlassian.bamboo.plan.pullrequest |
| Modifier and Type | Method and Description |
|---|---|
@NotNull MutableVcsPullRequest |
PlanBranchPullRequestEntity.getVcsPullRequest() |
@NotNull MutableVcsPullRequest |
MutablePlanBranchPullRequest.getVcsPullRequest() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull MutablePlanBranchPullRequest |
PlanBranchPullRequestDaoImpl.create(@NotNull ChainBranch chainBranch,
@NotNull MutableVcsPullRequest vcsPullRequest) |
@NotNull PlanBranchPullRequest |
PlanBranchPullRequestServiceImpl.create(@NotNull ChainBranch chainBranch,
@NotNull MutableVcsPullRequest vcsPullRequest) |
@NotNull MutablePlanBranchPullRequest |
PlanBranchPullRequestDao.create(@NotNull ChainBranch chainBranch,
@NotNull MutableVcsPullRequest vcsPullRequest) |
@NotNull PlanBranchPullRequest |
PlanBranchPullRequestService.create(@NotNull ChainBranch chainBranch,
@NotNull MutableVcsPullRequest vcsPullRequest)
Creates a new link between chain branch and pull request.
|
void |
PlanBranchPullRequestEntity.setVcsPullRequest(@NotNull MutableVcsPullRequest vcsPullRequest) |
void |
MutablePlanBranchPullRequest.setVcsPullRequest(@NotNull MutableVcsPullRequest vcsPullRequest) |
| Constructor and Description |
|---|
PlanBranchPullRequestEntity(@NotNull ChainBranch chainBranch,
@NotNull MutableVcsPullRequest vcsPullRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull MutableVcsPullRequest |
PullRequestMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
| Modifier and Type | Method and Description |
|---|---|
void |
PullRequestMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull List<MutableVcsPullRequest> list,
@NotNull MutableVcsPullRequest object,
long objectIndex,
@NotNull org.hibernate.Session session) |
protected void |
PullRequestMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull MutableVcsPullRequest pullRequest,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
PullRequestMapper.importProperties(@NotNull MutableVcsPullRequest object,
@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull org.hibernate.Session session) |
| Modifier and Type | Class and Description |
|---|---|
class |
VcsPullRequestImpl |
| Modifier and Type | Method and Description |
|---|---|
@Nullable MutableVcsPullRequest |
VcsPullRequestHibernateDao.findById(long id) |
@Nullable MutableVcsPullRequest |
VcsPullRequestDao.findById(long id) |
@Nullable MutableVcsPullRequest |
VcsPullRequestHibernateDao.findByRepositoryAndKey(long repositoryId,
@NotNull String pullRequestKey) |
@Nullable MutableVcsPullRequest |
VcsPullRequestDao.findByRepositoryAndKey(long repositoryId,
@NotNull String pullRequestKey)
Search pull request by pull request key (unique on repository level) and target repository id
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends MutableVcsPullRequest> |
VcsPullRequestHibernateDao.findAll() |
Collection<? extends MutableVcsPullRequest> |
VcsPullRequestDao.findAll() |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.