public static class ExecutionStep.ExecutionStepBuilder
extends java.lang.Object
Constructor and Description |
---|
ExecutionStepBuilder() |
Modifier and Type | Method and Description |
---|---|
ExecutionStep.ExecutionStepBuilder |
activity(java.lang.String activity) |
ExecutionStep.ExecutionStepBuilder |
bottomStep() |
ExecutionStep |
build() |
ExecutionStep.ExecutionStepBuilder |
invisible() |
ExecutionStep.ExecutionStepBuilder |
variable(java.lang.String key,
java.lang.Object value) |
public ExecutionStep.ExecutionStepBuilder activity(java.lang.String activity)
public ExecutionStep.ExecutionStepBuilder bottomStep()
public ExecutionStep.ExecutionStepBuilder variable(java.lang.String key, java.lang.Object value)
public ExecutionStep.ExecutionStepBuilder invisible()
public ExecutionStep build()