| Modifier and Type | Interface and Description |
|---|---|
interface |
ChainStage |
| Modifier and Type | Method and Description |
|---|---|
Map<ImmutableChainStage,Map<ImmutableJob,BuildContext>> |
BuildContextFactory.createBuildContextsForJobs(ImmutableChain chain,
BuildContext parentBuildContext)
|
static com.google.common.base.Predicate<ImmutableChainStage> |
ChainStagePredicates.isManual()
Get a predicate that returns true for Manual Stages.
|
| Modifier and Type | Method and Description |
|---|---|
ChainStageResult |
ChainResultsSummary.createStageResult(ImmutableChainStage chainStage)
Create a new
ChainStageResult and associates it with the ChainResultsSummary |
| Modifier and Type | Method and Description |
|---|---|
ChainStateResult |
ChainResultManager.create(BuildContext chainBuildContext,
Map<ImmutableChainStage,Map<ImmutableJob,BuildContext>> jobBuildContexts,
Collection<? extends ImmutableChainStage> stageToExecute)
|
ChainStateResult |
ChainResultManager.create(BuildContext chainBuildContext,
Map<ImmutableChainStage,Map<ImmutableJob,BuildContext>> jobBuildContexts,
Collection<? extends ImmutableChainStage> stageToExecute)
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableChainStage |
ImmutableChainStage.getMaster() |
| Modifier and Type | Method and Description |
|---|---|
Set<ImmutableChainStage> |
PlanExecutionConfig.getStagesToExecute() |
| Modifier and Type | Method and Description |
|---|---|
List<ArtifactSubscription> |
ArtifactSubscriptionManager.validateSubscribersForMovedJob(ImmutableJob producer,
ImmutableChainStage producerStage)
Validate all consumer artifact subscriptions to the artifacts produced by a Job against target stage
|
List<ArtifactSubscription> |
ArtifactSubscriptionManager.validateSubscriptionsForMovedJob(ImmutableJob job,
ImmutableChainStage targetStage)
Validate all artifact subscriptions possibly affected by moving a job.
|
List<ArtifactSubscription> |
ArtifactSubscriptionManager.validateSubscriptionsForMovedStage(ImmutableChainStage stage,
int stageIndex)
Validates all artifact subscriptions possibly affected by moving a stage.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableChainStage |
ImmutablePlanManager.createImmutableStage(ImmutableChain parent,
ChainStage stage)
Create immutable
ChainStage. |
ImmutableChainStage |
ImmutableJob.getStage()
The
ChainStage that this Job is a member of |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ImmutableChainStage> |
ImmutableChain.getAllStages()
Get Stages of the Chain
Note that this includes
ChainStages that have been marked for deletion |
List<? extends ImmutableChainStage> |
ImmutableChain.getStages()
Get Stages of the chain.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableJob |
ImmutablePlanManager.createImmutableJob(ImmutableChain parent,
ImmutableChainStage stage,
Job job) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableChainStage |
StageService.addStage(PlanKey planKey,
String name,
String description,
boolean isManual)
Adds a new stage to the specified plan.
|
ImmutableChainStage |
StageService.getStage(PlanKey planKey,
long stageId)
Get an individual stage from a plan
|
ImmutableChainStage |
StageService.updateStage(PlanKey planKey,
long stageId,
String name,
String description,
boolean manual,
Integer index,
BambooClosures.Throwing1<ImmutableChainStage,WebValidationException>... runBefore)
Update the details of a stage.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImmutableChainStage> |
StageService.getStagesForPlan(PlanKey planKey)
Get all stages in a plan, in order
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.