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 MutableVcsPullRequestMutablePlanBranchPullRequest.getVcsPullRequest()@NotNull MutableVcsPullRequestPlanBranchPullRequestEntity.getVcsPullRequest()Methods in com.atlassian.bamboo.build with parameters of type MutableVcsPullRequestModifier and TypeMethodDescription@NotNull MutablePlanBranchPullRequestPlanBranchPullRequestDao.create(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest) @NotNull MutablePlanBranchPullRequestPlanBranchPullRequestDaoImpl.create(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest) @NotNull PlanBranchPullRequestPlanBranchPullRequestService.create(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest) Creates a new link between chain branch and pull request.@NotNull PlanBranchPullRequestPlanBranchPullRequestServiceImpl.create(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest) voidMutablePlanBranchPullRequest.setVcsPullRequest(@NotNull MutableVcsPullRequest vcsPullRequest) voidPlanBranchPullRequestEntity.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 MutableVcsPullRequestPullRequestMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type MutableVcsPullRequestModifier and TypeMethodDescriptionvoidPullRequestMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<MutableVcsPullRequest> list, @NotNull MutableVcsPullRequest object, long objectIndex, @NotNull org.hibernate.Session session) protected voidPullRequestMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull MutableVcsPullRequest pullRequest, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidPullRequestMapper.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 TypeMethodDescriptionvoidPullRequestMapper.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 MutableVcsPullRequestVcsPullRequestDao.findById(long id) @Nullable MutableVcsPullRequestVcsPullRequestHibernateDao.findById(long id) @Nullable MutableVcsPullRequestVcsPullRequestDao.findByRepositoryAndKey(long repositoryId, @NotNull String pullRequestKey) Search pull request by pull request key (unique on repository level) and target repository id@Nullable MutableVcsPullRequestVcsPullRequestHibernateDao.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)