| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<DefaultJob,ChainStage> |
DefaultJob_.chainStage |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ChainStage |
DefaultJob.getStage() |
@NotNull ChainStage |
Job.getStage()
The
ChainStage that this Job is a member of |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultJob.setStage(@Nullable ChainStage chainStage) |
void |
Job.setStage(@Nullable ChainStage stage) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainStageImpl |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ChainStage |
Chain.addNewStage(@NotNull String name,
@NotNull String description,
boolean manual)
Deprecated.
since 5.13 use
Chain.addStage(ChainStage) |
| Modifier and Type | Method and Description |
|---|---|
void |
Chain.addStage(@NotNull ChainStage chainStage) |
void |
Chain.addStage(int index,
@NotNull ChainStage chainStage)
Add stage at given index.
|
| Constructor and Description |
|---|
ImmutableChainStageImpl(@NotNull ImmutableChain chain,
@NotNull ChainStage mutableStage,
@NotNull ImmutablePlanManager immutablePlanManager,
@NotNull ImmutablePlanCacheService immutablePlanCacheService) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeletionServiceImpl.deleteStage(@NotNull ChainStage chainStage) |
void |
DeletionService.deleteStage(@NotNull 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 @NotNull ChainStage |
ChainStageMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
| Modifier and Type | Method and 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) |
| Constructor and Description |
|---|
ChainBuildMapper(org.hibernate.SessionFactory sessionFactory,
@NotNull ChainStage stage,
@NotNull PlanDao planDao,
@NotNull 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(@NotNull String name,
@NotNull String description,
boolean manual) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractChain.addStage(@NotNull ChainStage chainStage) |
void |
AbstractChain.addStage(int index,
@NotNull ChainStage chainStage) |
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
ChainStagePropagatingFacade(@NotNull ChainBranchManager chainBranchManager,
@NotNull ChainStage masterStage)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableChainStage |
ImmutablePlanManagerImpl.createImmutableStage(@NotNull ImmutableChain parent,
@NotNull ChainStage stage) |
ImmutableChainStage |
ImmutablePlanManager.createImmutableStage(@NotNull ImmutableChain parent,
@NotNull 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(@NotNull ArtifactDefinition artifactDefinition)
Get jobs subscribed to artifact
|
| Modifier and Type | Method and Description |
|---|---|
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() |
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> |
CreateJob.getJobsContainingInvalidSubscriptions() |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.