Uses of Interface
com.atlassian.bamboo.build.MutablePlanBranchPullRequest
-
Uses of MutablePlanBranchPullRequest in com.atlassian.bamboo.build
Modifier and TypeMethodDescription@NotNull MutablePlanBranchPullRequest
PlanBranchPullRequestDao.create
(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest) @NotNull MutablePlanBranchPullRequest
PlanBranchPullRequestDaoImpl.create
(@NotNull ChainBranch chainBranch, @NotNull MutableVcsPullRequest vcsPullRequest) Modifier and TypeMethodDescription@NotNull List<MutablePlanBranchPullRequest>
PlanBranchPullRequestDao.findAll()
@NotNull List<MutablePlanBranchPullRequest>
PlanBranchPullRequestDaoImpl.findAll()
@NotNull List<MutablePlanBranchPullRequest>
PlanBranchPullRequestDao.findForChain
(long chainId) @NotNull List<MutablePlanBranchPullRequest>
PlanBranchPullRequestDaoImpl.findForChain
(long chainId) @NotNull Optional<MutablePlanBranchPullRequest>
PlanBranchPullRequestDao.findForChainAndPullRequest
(long chainId, long pullRequestId) @NotNull Optional<MutablePlanBranchPullRequest>
PlanBranchPullRequestDao.findForChainAndPullRequest
(@NotNull PlanKey chainKey, long pullRequestId) @NotNull Optional<MutablePlanBranchPullRequest>
PlanBranchPullRequestDaoImpl.findForChainAndPullRequest
(long chainId, long pullRequestId) @NotNull Optional<MutablePlanBranchPullRequest>
PlanBranchPullRequestDaoImpl.findForChainAndPullRequest
(@NotNull PlanKey chainKey, long pullRequestId) @NotNull Optional<MutablePlanBranchPullRequest>
PlanBranchPullRequestDao.findForChainBranch
(long branchId) @NotNull Optional<MutablePlanBranchPullRequest>
PlanBranchPullRequestDao.findForChainBranch
(@NotNull PlanKey branchKey) @NotNull Optional<MutablePlanBranchPullRequest>
PlanBranchPullRequestDaoImpl.findForChainBranch
(long branchId) @NotNull Optional<MutablePlanBranchPullRequest>
PlanBranchPullRequestDaoImpl.findForChainBranch
(@NotNull PlanKey branchKey) @NotNull List<MutablePlanBranchPullRequest>
PlanBranchPullRequestDao.findForPullRequest
(long pullRequestId) @NotNull List<MutablePlanBranchPullRequest>
PlanBranchPullRequestDaoImpl.findForPullRequest
(long pullRequestId) ModifierConstructorDescriptionPlanBranchPullRequestEntity
(@NotNull MutablePlanBranchPullRequest planBranchPullRequest) -
Uses of MutablePlanBranchPullRequest in com.atlassian.bamboo.migration.stream
Modifier and TypeMethodDescriptionprotected @NotNull MutablePlanBranchPullRequest
PlanBranchPullRequestMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier and TypeMethodDescriptionvoid
PlanBranchPullRequestMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<MutablePlanBranchPullRequest> list, @NotNull MutablePlanBranchPullRequest object, long objectIndex, @NotNull org.hibernate.Session session) protected void
PlanBranchPullRequestMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull MutablePlanBranchPullRequest planBranchPullRequest, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
PlanBranchPullRequestMapper.importProperties
(@NotNull MutablePlanBranchPullRequest object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Modifier and TypeMethodDescriptionvoid
PlanBranchPullRequestMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<MutablePlanBranchPullRequest> list, @NotNull MutablePlanBranchPullRequest object, long objectIndex, @NotNull org.hibernate.Session session) void
PlanBranchPullRequestMapper.beforeImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<MutablePlanBranchPullRequest> list, @NotNull org.hibernate.Session session)