| Package | Description |
|---|---|
| net.leanix.dropkit.util |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentColor |
DeploymentColor.fromString(String currentColor) |
DeploymentColor |
DeploymentUtil.getContainerColor()
Returns current container color if set.
|
DeploymentColor |
DeploymentUtil.getContainerColorOrDefault(DeploymentColor defaultColor)
Returns current color or defaultColor if not set.
|
static DeploymentColor |
DeploymentColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentColor[] |
DeploymentColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentColor |
DeploymentUtil.getContainerColorOrDefault(DeploymentColor defaultColor)
Returns current color or defaultColor if not set.
|
Copyright © 2017 LeanIX GmbH. All rights reserved.