Uses of Interface
com.atlassian.bamboo.plan.pullrequest.MutableVcsPullRequest
Package
Description
-
Uses of MutableVcsPullRequest in com.atlassian.bamboo.build
Modifier and TypeMethodDescription@NotNull MutableVcsPullRequest
MutablePlanBranchPullRequest.getVcsPullRequest()
@NotNull MutableVcsPullRequest
PlanBranchPullRequestEntity.getVcsPullRequest()
Modifier and TypeMethodDescription@NotNull MutablePlanBranchPullRequest
PlanBranchPullRequestDao.create
(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest) @NotNull MutablePlanBranchPullRequest
PlanBranchPullRequestDaoImpl.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.@NotNull PlanBranchPullRequest
PlanBranchPullRequestServiceImpl.create
(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest) void
MutablePlanBranchPullRequest.setVcsPullRequest
(@NotNull MutableVcsPullRequest vcsPullRequest) void
PlanBranchPullRequestEntity.setVcsPullRequest
(@NotNull MutableVcsPullRequest vcsPullRequest) ModifierConstructorDescriptionPlanBranchPullRequestEntity
(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest) -
Uses of MutableVcsPullRequest in com.atlassian.bamboo.migration.stream
Modifier and TypeMethodDescriptionprotected @NotNull MutableVcsPullRequest
PullRequestMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier and TypeMethodDescriptionvoid
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 TypeMethodDescriptionvoid
PullRequestMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<MutableVcsPullRequest> list, @NotNull MutableVcsPullRequest object, long objectIndex, @NotNull org.hibernate.Session session) -
Uses of MutableVcsPullRequest in com.atlassian.bamboo.plan.pullrequest
Modifier and TypeMethodDescription@Nullable MutableVcsPullRequest
VcsPullRequestDao.findById
(long id) @Nullable MutableVcsPullRequest
VcsPullRequestHibernateDao.findById
(long id) @Nullable MutableVcsPullRequest
VcsPullRequestDao.findByRepositoryAndKey
(long repositoryId, @NotNull String pullRequestKey) Search pull request by pull request key (unique on repository level) and target repository id@Nullable MutableVcsPullRequest
VcsPullRequestHibernateDao.findByRepositoryAndKey
(long repositoryId, @NotNull String pullRequestKey) Modifier and TypeMethodDescription@NotNull PartialList<MutableVcsPullRequest>
VcsPullRequestDao.closePullRequestsClosedInRepository
(long targetRepositoryId, @NotNull Set<String> openPrKeys) Synchronize status of PRs in DB and in remote repository.@NotNull PartialList<MutableVcsPullRequest>
VcsPullRequestHibernateDao.closePullRequestsClosedInRepository
(long targetRepositoryId, @NotNull Set<String> openPrKeys) Collection<? extends MutableVcsPullRequest>
VcsPullRequestDao.findAll()
Collection<? extends MutableVcsPullRequest>
VcsPullRequestHibernateDao.findAll()
@NotNull List<MutableVcsPullRequest>
VcsPullRequestDao.findByRepository
(long repositoryId, boolean isOpen) Search pull requests by target repository and status.@NotNull List<MutableVcsPullRequest>
VcsPullRequestHibernateDao.findByRepository
(long repositoryId, boolean isOpen) @NotNull List<MutableVcsPullRequest>
VcsPullRequestDao.findByStatus
(boolean isOpen, long startFromId, int limit) Search pull requests by status.@NotNull List<MutableVcsPullRequest>
VcsPullRequestHibernateDao.findByStatus
(boolean isOpen, long startId, int maxLimit)