Package | Description |
---|---|
org.springframework.cloud.dataflow.rest.resource |
Spring Cloud Data Flow REST HATEOAS Resource support.
|
org.springframework.cloud.dataflow.server.controller.support |
Contains supporting classes and utilities for the web controllers.
|
Modifier and Type | Method and Description |
---|---|
static DeploymentStateResource |
DeploymentStateResource.fromKey(String deploymentStateResourceKey) |
static DeploymentStateResource |
DeploymentStateResource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentStateResource[] |
DeploymentStateResource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DeploymentStateResource |
ControllerUtils.mapState(org.springframework.cloud.deployer.spi.app.DeploymentState state)
Maps the
DeploymentState from the Deployer SPI to a
DeploymentStateResource which is used by the REST API. |
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.