Package | Description |
---|---|
jenkins.internal.enumeration |
Modifier and Type | Field and Description |
---|---|
static EnumSet<ErrorHandling> |
ErrorHandling.ALL_CONSTANTS
Dieses Set enthält alle ErrorHandling-Alternativen.
|
static EnumSet<ErrorHandling> |
ErrorHandling.ALL_CONSTANTS
Dieses Set enthält alle ErrorHandling-Alternativen.
|
Modifier and Type | Method and Description |
---|---|
static ErrorHandling |
ErrorHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorHandling |
ErrorHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorHandling[] |
ErrorHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ErrorHandling[] |
ErrorHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2023 MicroNova AG. All rights reserved.