Modifier and Type | Method and Description |
---|---|
ChainStage |
DefaultJob.getStage() |
ChainStage |
Job.getStage()
The
ChainStage that this Job is a member of |
Modifier and Type | Method and Description |
---|---|
void |
DefaultJob.setStage(ChainStage chainStage) |
void |
Job.setStage(ChainStage stage) |
Modifier and Type | Class and Description |
---|---|
class |
ChainStageImpl |
Modifier and Type | Method and Description |
---|---|
ChainStage |
Chain.addNewStage(String name,
String description,
boolean manual)
Deprecated.
since 5.13 use
Chain.addStage(ChainStage) |
Modifier and Type | Method and Description |
---|---|
List<ChainStage> |
Chain.getAllStages()
Get Stages of the Chain
|
List<ChainStage> |
Chain.getStages() |
Modifier and Type | Method and Description |
---|---|
void |
Chain.addStage(ChainStage chainStage) |
Modifier and Type | Method and Description |
---|---|
ChainStage |
ImmutableChainStageImpl.getMaster() |
Constructor and Description |
---|
ImmutableChainStageImpl(ImmutableChain chain,
ChainStage chainStage,
ImmutablePlanManager immutablePlanManager) |
Modifier and Type | Method and Description |
---|---|
void |
DeletionServiceImpl.deleteStage(ChainStage chainStage) |
void |
DeletionService.deleteStage(ChainStage chainStage) |
Modifier and Type | Method and Description |
---|---|
void |
DeletionServiceImpl.deleteStagesIgnoringBranchesAndJobs(Iterable<ChainStage> stagesToDelete) |
void |
DeletionService.deleteStagesIgnoringBranchesAndJobs(Iterable<ChainStage> stagesToDelete)
Delete all the stages on the list.
|
Modifier and Type | Method and Description |
---|---|
protected ChainStage |
ChainStageMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
Modifier and Type | Method and Description |
---|---|
void |
ChainStageMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<ChainStage> chainStages,
ChainStage stage,
long objectIndex,
org.hibernate.Session session) |
protected void |
ChainStageMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
ChainStage stage,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
ChainStageMapper.importProperties(ChainStage stage,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
ChainStageMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<ChainStage> chainStages,
ChainStage stage,
long objectIndex,
org.hibernate.Session session) |
Constructor and Description |
---|
ChainBuildMapper(org.hibernate.SessionFactory sessionFactory,
ChainStage stage,
PlanDao planDao,
org.springframework.transaction.support.TransactionOperations transactionOperations) |
Modifier and Type | Method and Description |
---|---|
ChainStage |
AbstractChain.addNewStage(String name,
String description,
boolean manual) |
static ChainStage |
PlanHelper.getBranchedStage(Chain chainBranch,
ChainStage masterStage) |
Modifier and Type | Method and Description |
---|---|
List<ChainStage> |
AbstractChain.getAllStages() |
List<ChainStage> |
AbstractChain.getStages() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractChain.addStage(ChainStage chainStage) |
static ChainStage |
PlanHelper.getBranchedStage(Chain chainBranch,
ChainStage masterStage) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractChain.setAllStages(List<ChainStage> allStages) |
Modifier and Type | Method and Description |
---|---|
ChainStage |
ChainPropagatingFacade.addNewStage(String stageName,
String stageDescription,
boolean stageManual)
Deprecated.
|
ChainStage |
ChainPropagatingFacade.addNewStage(String stageName,
String stageDescription,
boolean stageManual,
boolean finalStage) |
ChainStage |
ChainStagePropagatingFacade.getStageForChain(Chain chain) |
Modifier and Type | Method and Description |
---|---|
Collection<ChainStage> |
ChainStagePropagatingFacade.getStageAndBranches() |
Constructor and Description |
---|
ChainStagePropagatingFacade(ChainBranchManager chainBranchManager,
ChainStage masterStage) |
Modifier and Type | Method and Description |
---|---|
ImmutableChainStage |
ImmutablePlanManagerImpl.createImmutableStage(ImmutableChain parent,
ChainStage stage) |
ImmutableChainStage |
ImmutablePlanManager.createImmutableStage(ImmutableChain parent,
ChainStage stage)
Create immutable
ChainStage . |
Modifier and Type | Method and Description |
---|---|
ChainStage |
ChainActionSupport.getMutableChainStage() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<ChainStage,Job> |
ConfigureBuildArtifact.getJobsSubscribedToArtifact(ArtifactDefinition artifactDefinition)
Get jobs subscribed to artifact
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<ChainStage,Job> |
CreateJob.getJobsContainingInvalidSubscriptions() |
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.
|
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> |
DeleteStageAction.getJobsContainingInvalidSubscriptions() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<ChainStage,Job> |
DeletePlan.getJobsContainingInvalidSubscriptions() |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.