ImmutableComposableStepDto |
ImmutableComposableStepDto.Builder.build() |
|
static ImmutableComposableStepDto |
ImmutableComposableStepDto.copyOf(ComposableStepDto instance) |
|
ImmutableComposableStepDto |
ImmutableComposableStepDto.withDefaultParameters(KeyValue... elements) |
Copy the current immutable object with elements that replace the content of defaultParameters.
|
ImmutableComposableStepDto |
ImmutableComposableStepDto.withDefaultParameters(Iterable<? extends KeyValue> elements) |
Copy the current immutable object with elements that replace the content of defaultParameters.
|
ImmutableComposableStepDto |
ImmutableComposableStepDto.withExecutionParameters(KeyValue... elements) |
Copy the current immutable object with elements that replace the content of executionParameters.
|
ImmutableComposableStepDto |
ImmutableComposableStepDto.withExecutionParameters(Iterable<? extends KeyValue> elements) |
Copy the current immutable object with elements that replace the content of executionParameters.
|
ImmutableComposableStepDto |
ImmutableComposableStepDto.withId(String value) |
Copy the current immutable object by setting a present value for the optional id attribute.
|
ImmutableComposableStepDto |
ImmutableComposableStepDto.withId(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the id attribute.
|
ImmutableComposableStepDto |
ImmutableComposableStepDto.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableComposableStepDto |
ImmutableComposableStepDto.withSteps(ComposableStepDto... elements) |
Copy the current immutable object with elements that replace the content of steps.
|
ImmutableComposableStepDto |
ImmutableComposableStepDto.withSteps(Iterable<? extends ComposableStepDto> elements) |
Copy the current immutable object with elements that replace the content of steps.
|
ImmutableComposableStepDto |
ImmutableComposableStepDto.withStrategy(StrategyDto value) |
Copy the current immutable object by setting a value for the strategy attribute.
|
ImmutableComposableStepDto |
ImmutableComposableStepDto.withTags(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of tags.
|
ImmutableComposableStepDto |
ImmutableComposableStepDto.withTags(String... elements) |
Copy the current immutable object with elements that replace the content of tags.
|
ImmutableComposableStepDto |
ImmutableComposableStepDto.withTask(String value) |
Copy the current immutable object by setting a present value for the optional task attribute.
|
ImmutableComposableStepDto |
ImmutableComposableStepDto.withTask(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the task attribute.
|
ImmutableComposableStepDto |
ImmutableComposableStepDto.withUsage(ComposableStepDto.StepUsage value) |
Copy the current immutable object by setting a value for the usage attribute.
|