Uses of Interface
com.atlassian.bamboo.chains.ChainStage
Package
Description
-
Uses of ChainStage in com.atlassian.bamboo.build
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<DefaultJob,
ChainStage> DefaultJob_.chainStage
Modifier and TypeMethodDescription@NotNull ChainStage
DefaultJob.getStage()
@NotNull ChainStage
Job.getStage()
TheChainStage
that thisJob
is a member ofModifier and TypeMethodDescriptionvoid
DefaultJob.setStage
(@Nullable ChainStage chainStage) void
Job.setStage
(@Nullable ChainStage stage) -
Uses of ChainStage in com.atlassian.bamboo.chains
Modifier and TypeMethodDescription@NotNull ChainStage
Chain.addNewStage
(@NotNull String name, @NotNull String description, boolean manual) Deprecated.Modifier and TypeMethodDescription@NotNull List<ChainStage>
Chain.getAllStages()
Get Stages of the Chain@NotNull List<ChainStage>
Chain.getStages()
Modifier and TypeMethodDescriptionvoid
Chain.addStage
(int index, @NotNull ChainStage chainStage) Add stage at given index.void
Chain.addStage
(@NotNull ChainStage chainStage) Modifier and TypeMethodDescriptionvoid
Chain.removeStagesIf
(@NotNull Predicate<ChainStage> predicate) Remove all stages matching a predicate. -
Uses of ChainStage in com.atlassian.bamboo.chains.cache
ModifierConstructorDescriptionImmutableChainStageImpl
(@NotNull ImmutableChain chain, @NotNull ChainStage mutableStage, @NotNull ImmutablePlanManager immutablePlanManager, @NotNull ImmutablePlanCacheService immutablePlanCacheService) -
Uses of ChainStage in com.atlassian.bamboo.deletion
Modifier and TypeMethodDescriptionvoid
DeletionService.deleteStage
(@NotNull ChainStage chainStage) Deprecated.since 6.2 useDeletionService.deleteStage(ImmutableChainStage)
insteadvoid
DeletionServiceImpl.deleteStage
(@NotNull ChainStage chainStage) Modifier and TypeMethodDescriptionvoid
DeletionService.deleteStagesIgnoringBranchesAndJobs
(Iterable<ChainStage> stagesToDelete) Delete all the stages on the list.void
DeletionServiceImpl.deleteStagesIgnoringBranchesAndJobs
(Iterable<ChainStage> stagesToDelete) -
Uses of ChainStage in com.atlassian.bamboo.migration.stream.build
Modifier and TypeMethodDescriptionprotected @NotNull ChainStage
ChainStageMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier and TypeMethodDescriptionvoid
ChainStageMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<ChainStage> chainStages, @NotNull ChainStage stage, long objectIndex, @NotNull org.hibernate.Session session) protected void
ChainStageMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull ChainStage stage, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
ChainStageMapper.importProperties
(@NotNull ChainStage stage, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Modifier and TypeMethodDescriptionvoid
ChainStageMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<ChainStage> chainStages, @NotNull ChainStage stage, long objectIndex, @NotNull org.hibernate.Session session) ModifierConstructorDescriptionprotected
ChainBuildMapper
(org.hibernate.SessionFactory sessionFactory, @NotNull ChainStage stage, @NotNull PlanDao planDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of ChainStage in com.atlassian.bamboo.plan
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.ListAttribute<AbstractChain,
ChainStage> AbstractChain_.allStages
Modifier and TypeMethodDescriptionAbstractChain.addNewStage
(@NotNull String name, @NotNull String description, boolean manual) Modifier and TypeMethodDescription@NotNull List<ChainStage>
AbstractChain.getAllStages()
@NotNull List<ChainStage>
AbstractChain.getStages()
Modifier and TypeMethodDescriptionvoid
AbstractChain.addStage
(int index, @NotNull ChainStage chainStage) void
AbstractChain.addStage
(@NotNull ChainStage chainStage) Modifier and TypeMethodDescriptionvoid
AbstractChain.removeStagesIf
(@NotNull Predicate<ChainStage> predicate) void
AbstractChain.setAllStages
(@NotNull List<ChainStage> allStages) -
Uses of ChainStage in com.atlassian.bamboo.plan.branch
Modifier and TypeMethodDescriptionChainPropagatingFacade.addAndSaveNewStage
(@NotNull PlanManager planManager, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull String stageName, @Nullable String stageDescription, boolean stageManual, boolean finalStage) @NotNull ChainStage
ChainPropagatingFacade.addNewStage
(@NotNull String stageName, @Nullable String stageDescription, boolean stageManual, boolean finalStage) Deprecated.@NotNull ChainStage
ChainStagePropagatingFacade.getStageForChain
(@NotNull Chain chain) Deprecated.Modifier and TypeMethodDescription@NotNull Collection<ChainStage>
ChainStagePropagatingFacade.getStageAndBranches()
Deprecated.ModifierConstructorDescriptionChainStagePropagatingFacade
(@NotNull ChainBranchManager chainBranchManager, @NotNull ChainStage masterStage) Deprecated. -
Uses of ChainStage in com.atlassian.bamboo.plan.cache
Modifier and TypeMethodDescriptionImmutablePlanManager.createImmutableStage
(@NotNull ImmutableChain parent, @NotNull ChainStage stage) Create immutableChainStage
.ImmutablePlanManagerImpl.createImmutableStage
(@NotNull ImmutableChain parent, @NotNull ChainStage stage) -
Uses of ChainStage in com.atlassian.bamboo.ww2.actions
-
Uses of ChainStage in com.atlassian.bamboo.ww2.actions.build.admin.config
Modifier and TypeMethodDescriptioncom.google.common.collect.Multimap<ChainStage,
Job> ConfigureBuildArtifact.getJobsSubscribedToArtifact
(@NotNull ArtifactDefinition artifactDefinition) Get jobs subscribed to artifact -
Uses of ChainStage in com.atlassian.bamboo.ww2.actions.chains
Modifier and TypeMethodDescriptioncom.google.common.collect.Multimap<ChainStage,
Job> CreateJob.getJobsContainingInvalidSubscriptions()
com.google.common.collect.Multimap<ChainStage,
Job> DeleteStageAction.getJobsContainingInvalidSubscriptions()
com.google.common.collect.Multimap<ChainStage,
Job> MoveJobAction.getJobsContainingInvalidSubscriptions()
This method returns consumers of artifacts for which exists a subscription that would be broken by the move operation that triggered the action.com.google.common.collect.Multimap<ChainStage,
Job> MoveStageAction.getJobsContainingInvalidSubscriptions()
This method returns consumers of artifacts for which exists a subscription that would be broken by the move operation that triggered the action. -
Uses of ChainStage in com.atlassian.bamboo.ww2.actions.plan
Modifier and TypeMethodDescription@NotNull com.google.common.collect.Multimap<ChainStage,
Job> DeletePlan.getJobsContainingInvalidSubscriptions()
Chain.addStage(ChainStage)