public class StageInfoFluentImpl<A extends StageInfoFluent<A>> extends BaseFluent<A> implements StageInfoFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
StageInfoFluentImpl.StepsNestedImpl<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>>public A withNewName(String arg1)
withNewName in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withNewName(StringBuilder arg1)
withNewName in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withNewName(StringBuffer arg1)
withNewName in interface StageInfoFluent<A extends StageInfoFluent<A>>public String getStartTime()
getStartTime in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withStartTime(String startTime)
withStartTime in interface StageInfoFluent<A extends StageInfoFluent<A>>public Boolean hasStartTime()
hasStartTime in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withNewStartTime(String arg1)
withNewStartTime in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withNewStartTime(StringBuilder arg1)
withNewStartTime in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withNewStartTime(StringBuffer arg1)
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 Boolean hasMatchingStep(Predicate<StepInfoBuilder> predicate)
hasMatchingStep 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 A addNewStep(Long durationMilliseconds, String name, String startTime)
addNewStep 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 © 2015–2019 Red Hat. All rights reserved.