ImmutableExecutionHistory |
ImmutableExecutionHistory.Builder.build() |
|
static ImmutableExecutionHistory |
ImmutableExecutionHistory.copyOf(ExecutionHistory instance) |
|
static ImmutableExecutionHistory |
ImmutableExecutionHistory.of(String scenarioId,
Iterable<? extends ExecutionHistory.Execution> history) |
Construct a new immutable ExecutionHistory instance.
|
static ImmutableExecutionHistory |
ImmutableExecutionHistory.of(String scenarioId,
List<ExecutionHistory.Execution> history) |
Construct a new immutable ExecutionHistory instance.
|
ImmutableExecutionHistory |
ImmutableExecutionHistory.withHistory(ExecutionHistory.Execution... elements) |
Copy the current immutable object with elements that replace the content of history.
|
ImmutableExecutionHistory |
ImmutableExecutionHistory.withHistory(Iterable<? extends ExecutionHistory.Execution> elements) |
Copy the current immutable object with elements that replace the content of history.
|
ImmutableExecutionHistory |
ImmutableExecutionHistory.withScenarioId(String value) |
Copy the current immutable object by setting a value for the scenarioId attribute.
|