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_. chainStage
Methods in com.atlassian.bamboo.build that return ChainStage Modifier and Type Method Description @NotNull ChainStage
DefaultJob. getStage()
@NotNull ChainStage
Job. getStage()
TheChainStage
that thisJob
is a member ofMethods in com.atlassian.bamboo.build with parameters of type ChainStage Modifier and Type Method Description void
DefaultJob. setStage(@Nullable ChainStage chainStage)
void
Job. 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 class
ChainStageImpl
Methods in com.atlassian.bamboo.chains that return ChainStage Modifier and Type Method Description @NotNull ChainStage
Chain. 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 void
Chain. addStage(int index, @NotNull ChainStage chainStage)
Add stage at given index.void
Chain. addStage(@NotNull ChainStage chainStage)
Method parameters in com.atlassian.bamboo.chains with type arguments of type ChainStage Modifier and Type Method Description void
Chain. 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 void
DeletionService. deleteStage(@NotNull ChainStage chainStage)
Deprecated.since 6.2 useDeletionService.deleteStage(ImmutableChainStage)
insteadvoid
DeletionServiceImpl. deleteStage(@NotNull ChainStage chainStage)
Method parameters in com.atlassian.bamboo.deletion with type arguments of type ChainStage Modifier and Type Method Description void
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
Methods in com.atlassian.bamboo.migration.stream.build that return ChainStage Modifier and Type Method Description protected @NotNull ChainStage
ChainStageMapper. 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 void
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)
Method parameters in com.atlassian.bamboo.migration.stream.build with type arguments of type ChainStage Modifier and Type Method Description void
ChainStageMapper. 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_. allStages
Methods in com.atlassian.bamboo.plan that return ChainStage Modifier and Type Method Description ChainStage
AbstractChain. 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 void
AbstractChain. addStage(int index, @NotNull ChainStage chainStage)
void
AbstractChain. addStage(@NotNull ChainStage chainStage)
Method parameters in com.atlassian.bamboo.plan with type arguments of type ChainStage Modifier and Type Method Description void
AbstractChain. removeStagesIf(@NotNull Predicate<ChainStage> predicate)
void
AbstractChain. 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 ChainStage
ChainPropagatingFacade. 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.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 ImmutableChainStage
ImmutablePlanManager. createImmutableStage(@NotNull ImmutableChain parent, @NotNull ChainStage stage)
Create immutableChainStage
.ImmutableChainStage
ImmutablePlanManagerImpl. 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 ChainStage
ChainActionSupport. 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()
-