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