public enum ExecutionDeploymentState extends Enum<ExecutionDeploymentState>
| 枚举常量和说明 |
|---|
DEPLOYED
The deployment has been acknowledged by the TaskExecutor.
|
PENDING
The deployment has or is about to be started.
|
public static final ExecutionDeploymentState PENDING
public static final ExecutionDeploymentState DEPLOYED
public static ExecutionDeploymentState[] values()
for (ExecutionDeploymentState c : ExecutionDeploymentState.values()) System.out.println(c);
public static ExecutionDeploymentState valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.