static GetTemplateStepResponse.Builder |
GetTemplateStepResponse.builder() |
|
GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.creationTime(String creationTime) |
The time at which the step was created.
|
GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.description(String description) |
The description of the step.
|
GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.id(String id) |
The ID of the step.
|
GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.name(String name) |
The name of the step.
|
GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.next(String... next) |
The next step.
|
GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.next(Collection<String> next) |
The next step.
|
GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.outputs(Collection<StepOutput> outputs) |
The outputs of the step.
|
GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.outputs(Consumer<StepOutput.Builder>... outputs) |
The outputs of the step.
|
GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.outputs(StepOutput... outputs) |
The outputs of the step.
|
GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.previous(String... previous) |
The previous step.
|
GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.previous(Collection<String> previous) |
The previous step.
|
GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.stepActionType(String stepActionType) |
The action type of the step.
|
GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.stepActionType(StepActionType stepActionType) |
The action type of the step.
|
default GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.stepAutomationConfiguration(Consumer<StepAutomationConfiguration.Builder> stepAutomationConfiguration) |
The custom script to run tests on source or target environments.
|
GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.stepAutomationConfiguration(StepAutomationConfiguration stepAutomationConfiguration) |
The custom script to run tests on source or target environments.
|
GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.stepGroupId(String stepGroupId) |
The ID of the step group.
|
GetTemplateStepResponse.Builder |
GetTemplateStepResponse.Builder.templateId(String templateId) |
The ID of the template.
|
GetTemplateStepResponse.Builder |
GetTemplateStepResponse.toBuilder() |
|