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 java.lang.Long getDurationMilliseconds()
getDurationMilliseconds in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withDurationMilliseconds(java.lang.Long durationMilliseconds)
withDurationMilliseconds in interface StageInfoFluent<A extends StageInfoFluent<A>>public java.lang.Boolean hasDurationMilliseconds()
hasDurationMilliseconds in interface StageInfoFluent<A extends StageInfoFluent<A>>public java.lang.String getName()
getName in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withName(java.lang.String name)
withName in interface StageInfoFluent<A extends StageInfoFluent<A>>public java.lang.Boolean hasName()
hasName in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withNewName(java.lang.String arg1)
withNewName in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withNewName(java.lang.StringBuilder arg1)
withNewName in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withNewName(java.lang.StringBuffer arg1)
withNewName in interface StageInfoFluent<A extends StageInfoFluent<A>>public java.lang.String getStartTime()
getStartTime in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withStartTime(java.lang.String startTime)
withStartTime in interface StageInfoFluent<A extends StageInfoFluent<A>>public java.lang.Boolean hasStartTime()
hasStartTime in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withNewStartTime(java.lang.String arg1)
withNewStartTime in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withNewStartTime(java.lang.StringBuilder arg1)
withNewStartTime in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withNewStartTime(java.lang.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(java.util.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(java.util.Collection<StepInfo> items)
removeAllFromSteps in interface StageInfoFluent<A extends StageInfoFluent<A>>@Deprecated public java.util.List<StepInfo> getSteps()
getSteps in interface StageInfoFluent<A extends StageInfoFluent<A>>public java.util.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 java.lang.Boolean hasMatchingStep(Predicate<StepInfoBuilder> predicate)
hasMatchingStep in interface StageInfoFluent<A extends StageInfoFluent<A>>public A withSteps(java.util.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 java.lang.Boolean hasSteps()
hasSteps in interface StageInfoFluent<A extends StageInfoFluent<A>>public A addNewStep(java.lang.Long durationMilliseconds, java.lang.String name, java.lang.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>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.