Uses of Interface
com.atlassian.bamboo.chains.ChainStage
Packages that use ChainStage
Package
Description
-
Uses of ChainStage in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build with type parameters of type ChainStageModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<DefaultJob, ChainStage> DefaultJob_.chainStageMethods in com.atlassian.bamboo.build that return ChainStageModifier and TypeMethodDescription@NotNull ChainStageDefaultJob.getStage()@NotNull ChainStageJob.getStage()TheChainStagethat thisJobis a member ofMethods in com.atlassian.bamboo.build with parameters of type ChainStageModifier and TypeMethodDescriptionvoidDefaultJob.setStage(@Nullable ChainStage chainStage) voidJob.setStage(@Nullable ChainStage stage) -
Uses of ChainStage in com.atlassian.bamboo.chains
Classes in com.atlassian.bamboo.chains that implement ChainStageMethods in com.atlassian.bamboo.chains that return ChainStageModifier and TypeMethodDescription@NotNull ChainStageChain.addNewStage(@NotNull String name, @NotNull String description, boolean manual) Deprecated.Methods in com.atlassian.bamboo.chains that return types with arguments of type ChainStageModifier and TypeMethodDescription@NotNull List<ChainStage> Chain.getAllStages()Get Stages of the Chain@NotNull List<ChainStage> Chain.getStages()Methods in com.atlassian.bamboo.chains with parameters of type ChainStageModifier and TypeMethodDescriptionvoidChain.addStage(int index, @NotNull ChainStage chainStage) Add stage at given index.voidChain.addStage(@NotNull ChainStage chainStage) Method parameters in com.atlassian.bamboo.chains with type arguments of type ChainStageModifier and TypeMethodDescriptionvoidChain.removeStagesIf(@NotNull Predicate<ChainStage> predicate) Remove all stages matching a predicate. -
Uses of ChainStage in com.atlassian.bamboo.deletion
Methods in com.atlassian.bamboo.deletion with parameters of type ChainStageModifier and TypeMethodDescriptionvoidDeletionService.deleteStage(@NotNull ChainStage chainStage) Deprecated.since 6.2 useDeletionService.deleteStage(ImmutableChainStage)insteadvoidDeletionServiceImpl.deleteStage(@NotNull ChainStage chainStage) Method parameters in com.atlassian.bamboo.deletion with type arguments of type ChainStageModifier and TypeMethodDescriptionvoidDeletionService.deleteStagesIgnoringBranchesAndJobs(Iterable<ChainStage> stagesToDelete) Delete all the stages on the list.voidDeletionServiceImpl.deleteStagesIgnoringBranchesAndJobs(Iterable<ChainStage> stagesToDelete) -
Uses of ChainStage in com.atlassian.bamboo.migration.stream.build
Methods in com.atlassian.bamboo.migration.stream.build that return ChainStageModifier and TypeMethodDescriptionprotected @NotNull ChainStageChainStageMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream.build with parameters of type ChainStageModifier and TypeMethodDescriptionvoidChainStageMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<ChainStage> chainStages, @NotNull ChainStage stage, long objectIndex, @NotNull org.hibernate.Session session) protected voidChainStageMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull ChainStage stage, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidChainStageMapper.importProperties(@NotNull ChainStage stage, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Method parameters in com.atlassian.bamboo.migration.stream.build with type arguments of type ChainStageModifier and TypeMethodDescriptionvoidChainStageMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<ChainStage> chainStages, @NotNull ChainStage stage, long objectIndex, @NotNull org.hibernate.Session session) Constructors in com.atlassian.bamboo.migration.stream.build with parameters of type ChainStageModifierConstructorDescriptionprotectedChainBuildMapper(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
Fields in com.atlassian.bamboo.plan with type parameters of type ChainStageModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.ListAttribute<AbstractChain, ChainStage> AbstractChain_.allStagesMethods in com.atlassian.bamboo.plan that return ChainStageModifier and TypeMethodDescriptionAbstractChain.addNewStage(@NotNull String name, @NotNull String description, boolean manual) Methods in com.atlassian.bamboo.plan that return types with arguments of type ChainStageModifier and TypeMethodDescription@NotNull List<ChainStage> AbstractChain.getAllStages()@NotNull List<ChainStage> AbstractChain.getStages()Methods in com.atlassian.bamboo.plan with parameters of type ChainStageModifier and TypeMethodDescriptionvoidAbstractChain.addStage(int index, @NotNull ChainStage chainStage) voidAbstractChain.addStage(@NotNull ChainStage chainStage) Method parameters in com.atlassian.bamboo.plan with type arguments of type ChainStageModifier and TypeMethodDescriptionvoidAbstractChain.removeStagesIf(@NotNull Predicate<ChainStage> predicate) voidAbstractChain.setAllStages(@NotNull List<ChainStage> allStages) -
Uses of ChainStage in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch that return ChainStageModifier and TypeMethodDescriptionChainPropagatingFacade.addAndSaveNewStage(@NotNull PlanManager planManager, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull String stageName, @Nullable String stageDescription, boolean stageManual, boolean finalStage) @NotNull ChainStageChainPropagatingFacade.addNewStage(@NotNull String stageName, @Nullable String stageDescription, boolean stageManual, boolean finalStage) Deprecated.@NotNull ChainStageChainStagePropagatingFacade.getStageForChain(@NotNull Chain chain) Deprecated.Methods in com.atlassian.bamboo.plan.branch that return types with arguments of type ChainStageModifier and TypeMethodDescription@NotNull Collection<ChainStage> ChainStagePropagatingFacade.getStageAndBranches()Deprecated.Constructors in com.atlassian.bamboo.plan.branch with parameters of type ChainStageModifierConstructorDescriptionChainStagePropagatingFacade(@NotNull ChainBranchManager chainBranchManager, @NotNull ChainStage masterStage) Deprecated. -
Uses of ChainStage in com.atlassian.bamboo.ww2.actions
Methods in com.atlassian.bamboo.ww2.actions that return ChainStage -
Uses of ChainStage in com.atlassian.bamboo.ww2.actions.build.admin.config
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return types with arguments of type ChainStageModifier 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
Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type ChainStageModifier 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
Methods in com.atlassian.bamboo.ww2.actions.plan that return types with arguments of type ChainStageModifier and TypeMethodDescription@NotNull com.google.common.collect.Multimap<ChainStage, Job> DeletePlan.getJobsContainingInvalidSubscriptions()
Chain.addStage(ChainStage)