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) |
Constructor and Description |
---|
ImmutableChainStageImpl(ImmutableChain chain,
ChainStage mutableStage,
ImmutablePlanManager immutablePlanManager,
ImmutablePlanCacheService immutablePlanCacheService) |
Modifier and Type | Method and Description |
---|---|
void |
DeletionServiceImpl.deleteStage(ChainStage chainStage) |
void |
DeletionService.deleteStage(ChainStage chainStage)
Deprecated.
since 6.2 use
DeletionService.deleteStage(ImmutableChainStage) instead |
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 | Field and Description |
---|---|
static javax.persistence.metamodel.ListAttribute<AbstractChain,ChainStage> |
AbstractChain_.allStages |
Modifier and Type | Method and Description |
---|---|
ChainStage |
AbstractChain.addNewStage(String name,
String description,
boolean manual) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractChain.setAllStages(List<ChainStage> allStages) |
Modifier and Type | Method and Description |
---|---|
ChainStage |
ChainPropagatingFacade.addAndSaveNewStage(PlanManager planManager,
com.atlassian.event.api.EventPublisher eventPublisher,
String stageName,
String stageDescription,
boolean stageManual,
boolean finalStage) |
ChainStage |
ChainPropagatingFacade.addNewStage(String stageName,
String stageDescription,
boolean stageManual,
boolean finalStage)
Deprecated.
|
ChainStage |
ChainStagePropagatingFacade.getStageForChain(Chain chain)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Collection<ChainStage> |
ChainStagePropagatingFacade.getStageAndBranches()
Deprecated.
|
Constructor and Description |
---|
ChainStagePropagatingFacade(ChainBranchManager chainBranchManager,
ChainStage masterStage)
Deprecated.
|
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> |
DeleteStageAction.getJobsContainingInvalidSubscriptions() |
com.google.common.collect.Multimap<ChainStage,Job> |
CreateJob.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.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<ChainStage,Job> |
DeletePlan.getJobsContainingInvalidSubscriptions() |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.