ImmutableComposableScenarioDto |
ImmutableComposableScenarioDto.Builder.build() |
|
static ImmutableComposableScenarioDto |
ImmutableComposableScenarioDto.copyOf(ComposableTestCaseDto.ComposableScenarioDto instance) |
|
ImmutableComposableScenarioDto |
ImmutableComposableScenarioDto.withComponentSteps(ComposableStepDto... elements) |
Copy the current immutable object with elements that replace the content of componentSteps.
|
ImmutableComposableScenarioDto |
ImmutableComposableScenarioDto.withComponentSteps(Iterable<? extends ComposableStepDto> elements) |
Copy the current immutable object with elements that replace the content of componentSteps.
|
ImmutableComposableScenarioDto |
ImmutableComposableScenarioDto.withParameters(KeyValue... elements) |
Copy the current immutable object with elements that replace the content of parameters.
|
ImmutableComposableScenarioDto |
ImmutableComposableScenarioDto.withParameters(Iterable<? extends KeyValue> elements) |
Copy the current immutable object with elements that replace the content of parameters.
|