Uses of Enum Class
org.springframework.cloud.dataflow.shell.Target.TargetStatus
Packages that use Target.TargetStatus
Package
Description
Root package for the Spring Cloud Data Flow Shell.
-
Uses of Target.TargetStatus in org.springframework.cloud.dataflow.shell
Methods in org.springframework.cloud.dataflow.shell that return Target.TargetStatusModifier and TypeMethodDescriptionTarget.getStatus()
Return the target status, which is either Success or Error.static Target.TargetStatus
Returns the enum constant of this class with the specified name.static Target.TargetStatus[]
Target.TargetStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.