public static class BuildStageRunStep.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BuildStageRunStep |
build() |
BuildStageRunStep.Builder |
copy(BuildStageRunStep model) |
BuildStageRunStep.Builder |
name(String name)
Name of the step.
|
BuildStageRunStep.Builder |
state(BuildStageRunStep.State state)
State of the step.
|
BuildStageRunStep.Builder |
timeFinished(Date timeFinished)
Time when the step finished.
|
BuildStageRunStep.Builder |
timeStarted(Date timeStarted)
Time when the step started.
|
public BuildStageRunStep.Builder name(String name)
Name of the step.
name
- the value to setpublic BuildStageRunStep.Builder state(BuildStageRunStep.State state)
State of the step.
state
- the value to setpublic BuildStageRunStep.Builder timeStarted(Date timeStarted)
Time when the step started.
timeStarted
- the value to setpublic BuildStageRunStep.Builder timeFinished(Date timeFinished)
Time when the step finished.
timeFinished
- the value to setpublic BuildStageRunStep build()
public BuildStageRunStep.Builder copy(BuildStageRunStep model)
Copyright © 2016–2025. All rights reserved.