public static enum DependenciesConfiguration.DependencyBlockingStrategy extends Enum<DependenciesConfiguration.DependencyBlockingStrategy>
| Enum Constant and Description |
|---|
BLOCK_IF_PARENT_HAS_CHANGES |
BLOCK_IF_PARENT_IN_PROGRESS |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static DependenciesConfiguration.DependencyBlockingStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependenciesConfiguration.DependencyBlockingStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DependenciesConfiguration.DependencyBlockingStrategy NONE
public static final DependenciesConfiguration.DependencyBlockingStrategy BLOCK_IF_PARENT_IN_PROGRESS
public static final DependenciesConfiguration.DependencyBlockingStrategy BLOCK_IF_PARENT_HAS_CHANGES
public static DependenciesConfiguration.DependencyBlockingStrategy[] values()
for (DependenciesConfiguration.DependencyBlockingStrategy c : DependenciesConfiguration.DependencyBlockingStrategy.values()) System.out.println(c);
public static DependenciesConfiguration.DependencyBlockingStrategy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.