public class DependenciesConfiguration extends EntityPropertiesBuilder<DependenciesConfigurationProperties>
| Modifier and Type | Class and Description |
|---|---|
static class |
DependenciesConfiguration.DependencyBlockingStrategy |
| Constructor and Description |
|---|
DependenciesConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
DependenciesConfiguration |
blockingStrategy(@NotNull DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy)
Selects dependency blocking strategy.
|
protected DependenciesConfigurationProperties |
build() |
DependenciesConfiguration |
enabledForBranches(boolean enabledForBranches)
Enables/disables dependencies support for plan branches.
|
DependenciesConfiguration |
requireAllStagesPassing(boolean requireAllStagesPassing)
Controls whether it is required for all stages to be complete before triggering dependant plans.
|
public DependenciesConfiguration enabledForBranches(boolean enabledForBranches)
public DependenciesConfiguration requireAllStagesPassing(boolean requireAllStagesPassing)
public DependenciesConfiguration blockingStrategy(@NotNull @NotNull DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy) throws PropertiesValidationException
Possible values:
PropertiesValidationExceptionprotected DependenciesConfigurationProperties build() throws PropertiesValidationException
build in class EntityPropertiesBuilder<DependenciesConfigurationProperties>PropertiesValidationExceptionCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.