Uses of Interface
com.atlassian.bamboo.plan.pullrequest.MutableVcsPullRequest
Packages that use MutableVcsPullRequest
Package
Description
-
Uses of MutableVcsPullRequest in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return MutableVcsPullRequestModifier and TypeMethodDescription@NotNull MutableVcsPullRequest
MutablePlanBranchPullRequest.getVcsPullRequest()
@NotNull MutableVcsPullRequest
PlanBranchPullRequestEntity.getVcsPullRequest()
Methods in com.atlassian.bamboo.build with parameters of type MutableVcsPullRequestModifier 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) Constructors in com.atlassian.bamboo.build with parameters of type MutableVcsPullRequestModifierConstructorDescriptionPlanBranchPullRequestEntity
(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest) -
Uses of MutableVcsPullRequest in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return MutableVcsPullRequestModifier and TypeMethodDescriptionprotected @NotNull MutableVcsPullRequest
PullRequestMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type MutableVcsPullRequestModifier 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) Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type MutableVcsPullRequestModifier 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
Classes in com.atlassian.bamboo.plan.pullrequest that implement MutableVcsPullRequestMethods in com.atlassian.bamboo.plan.pullrequest that return MutableVcsPullRequestModifier 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) Methods in com.atlassian.bamboo.plan.pullrequest that return types with arguments of type MutableVcsPullRequestModifier 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)