Package | Description |
---|---|
org.springframework.cloud.deployer.spi.task |
Modifier and Type | Method and Description |
---|---|
LaunchState |
TaskStatus.getState()
Return the state for the the task.
|
static LaunchState |
LaunchState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LaunchState[] |
LaunchState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TaskStatus(String id,
LaunchState state,
Map<String,String> attributes)
Construct a new
TaskStatus . |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.