Package io.fabric8.openshift.api.model
Interface StepInfoFluent<A extends StepInfoFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
StageInfoFluent.StepsNested<N>
- All Known Implementing Classes:
DoneableStepInfo,StageInfoFluentImpl.StepsNestedImpl,StepInfoBuilder,StepInfoFluentImpl
public interface StepInfoFluent<A extends StepInfoFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description LonggetDurationMilliseconds()StringgetName()StringgetStartTime()BooleanhasDurationMilliseconds()BooleanhasName()BooleanhasStartTime()AwithDurationMilliseconds(Long durationMilliseconds)AwithName(String name)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewStartTime(String arg1)AwithNewStartTime(StringBuffer arg1)AwithNewStartTime(StringBuilder arg1)AwithStartTime(String startTime)
-
Method Details
-
getDurationMilliseconds
Long getDurationMilliseconds() -
withDurationMilliseconds
-
hasDurationMilliseconds
Boolean hasDurationMilliseconds() -
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
getStartTime
String getStartTime() -
withStartTime
-
hasStartTime
Boolean hasStartTime() -
withNewStartTime
-
withNewStartTime
-
withNewStartTime
-