Uses of Enum Class
org.springframework.cloud.dataflow.rest.resource.DeploymentStateResource
Packages that use DeploymentStateResource
Package
Description
Spring Cloud Data Flow REST HATEOAS Resource support.
Contains supporting classes and utilities for the web controllers.
-
Uses of DeploymentStateResource in org.springframework.cloud.dataflow.rest.resource
Methods in org.springframework.cloud.dataflow.rest.resource that return DeploymentStateResourceModifier and TypeMethodDescriptionstatic DeploymentStateResourcestatic DeploymentStateResourceReturns the enum constant of this class with the specified name.static DeploymentStateResource[]DeploymentStateResource.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DeploymentStateResource in org.springframework.cloud.dataflow.server.controller.support
Methods in org.springframework.cloud.dataflow.server.controller.support that return DeploymentStateResourceModifier and TypeMethodDescriptionstatic DeploymentStateResourceControllerUtils.mapState(org.springframework.cloud.deployer.spi.app.DeploymentState state) Maps theDeploymentStatefrom the Deployer SPI to aDeploymentStateResourcewhich is used by the REST API.