public enum DeployProcess extends Enum<DeployProcess>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
org.camunda.bpm.engine.repository.Deployment |
apply(org.camunda.bpm.engine.test.ProcessEngineRule rule,
org.camunda.bpm.model.bpmn.BpmnModelInstance instance,
String processId) |
static DeployProcess |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeployProcess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeployProcess INSTANCE
public static DeployProcess[] values()
for (DeployProcess c : DeployProcess.values()) System.out.println(c);
public static DeployProcess valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic org.camunda.bpm.engine.repository.Deployment apply(org.camunda.bpm.engine.test.ProcessEngineRule rule,
org.camunda.bpm.model.bpmn.BpmnModelInstance instance,
String processId)
Copyright © 2018 camunda services GmbH. All rights reserved.