public class StageInfoFluentImpl<A extends StageInfoFluent<A>> extends BaseFluent<A> implements StageInfoFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
StageInfoFluentImpl.StartTimeNestedImpl<N> |
class |
StageInfoFluentImpl.StepsNestedImpl<N> |
StageInfoFluent.StartTimeNested<N>, StageInfoFluent.StepsNested<N>_visitables| Constructor and Description |
|---|
StageInfoFluentImpl() |
StageInfoFluentImpl(StageInfo instance) |
public StageInfoFluentImpl()
public StageInfoFluentImpl(StageInfo instance)
public Long getDurationMilliseconds()
getDurationMilliseconds in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withDurationMilliseconds(Long durationMilliseconds)
withDurationMilliseconds in interface StageInfoFluent<A extends StageInfoFluent<A>>public Boolean hasDurationMilliseconds()
hasDurationMilliseconds in interface StageInfoFluent<A extends StageInfoFluent<A>>public String getName()
getName in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withName(String name)
withName in interface StageInfoFluent<A extends StageInfoFluent<A>>public Boolean hasName()
hasName in interface StageInfoFluent<A extends StageInfoFluent<A>>@Deprecated public Time getStartTime()
getStartTime in interface StageInfoFluent<A extends StageInfoFluent<A>>public Time buildStartTime()
buildStartTime in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withStartTime(Time startTime)
withStartTime in interface StageInfoFluent<A extends StageInfoFluent<A>>public Boolean hasStartTime()
hasStartTime in interface StageInfoFluent<A extends StageInfoFluent<A>>public StageInfoFluent.StartTimeNested<A> withNewStartTime()
withNewStartTime in interface StageInfoFluent<A extends StageInfoFluent<A>>public StageInfoFluent.StartTimeNested<A> withNewStartTimeLike(Time item)
withNewStartTimeLike in interface StageInfoFluent<A extends StageInfoFluent<A>>public StageInfoFluent.StartTimeNested<A> editStartTime()
editStartTime in interface StageInfoFluent<A extends StageInfoFluent<A>>public StageInfoFluent.StartTimeNested<A> editOrNewStartTime()
editOrNewStartTime in interface StageInfoFluent<A extends StageInfoFluent<A>>public StageInfoFluent.StartTimeNested<A> editOrNewStartTimeLike(Time item)
editOrNewStartTimeLike in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withNewStartTime(String time)
withNewStartTime in interface StageInfoFluent<A extends StageInfoFluent<A>>public A addToSteps(int index, StepInfo item)
addToSteps in interface StageInfoFluent<A extends StageInfoFluent<A>>public A setToSteps(int index, StepInfo item)
setToSteps in interface StageInfoFluent<A extends StageInfoFluent<A>>public A addToSteps(StepInfo... items)
addToSteps in interface StageInfoFluent<A extends StageInfoFluent<A>>public A addAllToSteps(Collection<StepInfo> items)
addAllToSteps in interface StageInfoFluent<A extends StageInfoFluent<A>>public A removeFromSteps(StepInfo... items)
removeFromSteps in interface StageInfoFluent<A extends StageInfoFluent<A>>public A removeAllFromSteps(Collection<StepInfo> items)
removeAllFromSteps in interface StageInfoFluent<A extends StageInfoFluent<A>>@Deprecated public List<StepInfo> getSteps()
getSteps in interface StageInfoFluent<A extends StageInfoFluent<A>>public List<StepInfo> buildSteps()
buildSteps in interface StageInfoFluent<A extends StageInfoFluent<A>>public StepInfo buildStep(int index)
buildStep in interface StageInfoFluent<A extends StageInfoFluent<A>>public StepInfo buildFirstStep()
buildFirstStep in interface StageInfoFluent<A extends StageInfoFluent<A>>public StepInfo buildLastStep()
buildLastStep in interface StageInfoFluent<A extends StageInfoFluent<A>>public StepInfo buildMatchingStep(Predicate<StepInfoBuilder> predicate)
buildMatchingStep in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withSteps(List<StepInfo> steps)
withSteps in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withSteps(StepInfo... steps)
withSteps in interface StageInfoFluent<A extends StageInfoFluent<A>>public Boolean hasSteps()
hasSteps in interface StageInfoFluent<A extends StageInfoFluent<A>>public StageInfoFluent.StepsNested<A> addNewStep()
addNewStep in interface StageInfoFluent<A extends StageInfoFluent<A>>public StageInfoFluent.StepsNested<A> addNewStepLike(StepInfo item)
addNewStepLike in interface StageInfoFluent<A extends StageInfoFluent<A>>public StageInfoFluent.StepsNested<A> setNewStepLike(int index, StepInfo item)
setNewStepLike in interface StageInfoFluent<A extends StageInfoFluent<A>>public StageInfoFluent.StepsNested<A> editStep(int index)
editStep in interface StageInfoFluent<A extends StageInfoFluent<A>>public StageInfoFluent.StepsNested<A> editFirstStep()
editFirstStep in interface StageInfoFluent<A extends StageInfoFluent<A>>public StageInfoFluent.StepsNested<A> editLastStep()
editLastStep in interface StageInfoFluent<A extends StageInfoFluent<A>>public StageInfoFluent.StepsNested<A> editMatchingStep(Predicate<StepInfoBuilder> predicate)
editMatchingStep in interface StageInfoFluent<A extends StageInfoFluent<A>>Copyright © 2011–2017 Red Hat. All rights reserved.