Uses of Interface
com.atlassian.bamboo.chains.ChainStage
-
-
Uses of ChainStage in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build with type parameters of type ChainStage Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<DefaultJob,ChainStage>DefaultJob_. chainStageMethods in com.atlassian.bamboo.build that return ChainStage Modifier and Type Method Description @NotNull ChainStageDefaultJob. getStage()@NotNull ChainStageJob. getStage()TheChainStagethat thisJobis a member ofMethods in com.atlassian.bamboo.build with parameters of type ChainStage Modifier and Type Method Description voidDefaultJob. 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 ChainStage Modifier and Type Class Description classChainStageImplMethods in com.atlassian.bamboo.chains that return ChainStage Modifier and Type Method Description @NotNull ChainStageChain. addNewStage(@NotNull String name, @NotNull String description, boolean manual)Deprecated.since 5.13 useChain.addStage(ChainStage)Methods in com.atlassian.bamboo.chains that return types with arguments of type ChainStage Modifier and Type Method Description @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 ChainStage Modifier and Type Method Description voidChain. 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 ChainStage Modifier and Type Method Description voidChain. removeStagesIf(@NotNull Predicate<ChainStage> predicate)Remove all stages matching a predicate. -
Uses of ChainStage in com.atlassian.bamboo.chains.cache
Constructors in com.atlassian.bamboo.chains.cache with parameters of type ChainStage Constructor Description ImmutableChainStageImpl(@NotNull ImmutableChain chain, @NotNull ChainStage mutableStage, @NotNull ImmutablePlanManager immutablePlanManager, @NotNull ImmutablePlanCacheService immutablePlanCacheService) -
Uses of ChainStage in com.atlassian.bamboo.deletion
Methods in com.atlassian.bamboo.deletion with parameters of type ChainStage Modifier and Type Method Description voidDeletionService. 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 ChainStage Modifier and Type Method Description voidDeletionService. 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 ChainStage Modifier and Type Method Description protected @NotNull ChainStageChainStageMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)Methods in com.atlassian.bamboo.migration.stream.build with parameters of type ChainStage Modifier and Type Method Description voidChainStageMapper. 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 ChainStage Modifier and Type Method Description voidChainStageMapper. 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 ChainStage Constructor Description 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
Fields in com.atlassian.bamboo.plan with type parameters of type ChainStage Modifier and Type Field Description static javax.persistence.metamodel.ListAttribute<AbstractChain,ChainStage>AbstractChain_. allStagesMethods in com.atlassian.bamboo.plan that return ChainStage Modifier and Type Method Description ChainStageAbstractChain. addNewStage(@NotNull String name, @NotNull String description, boolean manual)Methods in com.atlassian.bamboo.plan that return types with arguments of type ChainStage Modifier and Type Method Description @NotNull List<ChainStage>AbstractChain. getAllStages()@NotNull List<ChainStage>AbstractChain. getStages()Methods in com.atlassian.bamboo.plan with parameters of type ChainStage Modifier and Type Method Description voidAbstractChain. addStage(int index, @NotNull ChainStage chainStage)voidAbstractChain. addStage(@NotNull ChainStage chainStage)Method parameters in com.atlassian.bamboo.plan with type arguments of type ChainStage Modifier and Type Method Description voidAbstractChain. 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 ChainStage Modifier and Type Method Description ChainStageChainPropagatingFacade. 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 ChainStage Modifier and Type Method Description @NotNull Collection<ChainStage>ChainStagePropagatingFacade. getStageAndBranches()Deprecated.Constructors in com.atlassian.bamboo.plan.branch with parameters of type ChainStage Constructor Description ChainStagePropagatingFacade(@NotNull ChainBranchManager chainBranchManager, @NotNull ChainStage masterStage)Deprecated. -
Uses of ChainStage in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache with parameters of type ChainStage Modifier and Type Method Description ImmutableChainStageImmutablePlanManager. createImmutableStage(@NotNull ImmutableChain parent, @NotNull ChainStage stage)Create immutableChainStage.ImmutableChainStageImmutablePlanManagerImpl. createImmutableStage(@NotNull ImmutableChain parent, @NotNull ChainStage stage) -
Uses of ChainStage in com.atlassian.bamboo.ww2.actions
Methods in com.atlassian.bamboo.ww2.actions that return ChainStage Modifier and Type Method Description ChainStageChainActionSupport. getMutableChainStage() -
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 ChainStage Modifier and Type Method Description com.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 ChainStage Modifier and Type Method Description com.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 ChainStage Modifier and Type Method Description @NotNull com.google.common.collect.Multimap<ChainStage,Job>DeletePlan. getJobsContainingInvalidSubscriptions()
-