public class StageInfoFluentImpl<A extends StageInfoFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StageInfoFluent<A>
StageInfoFluent.StepsNested<N>| Constructor and Description |
|---|
StageInfoFluentImpl() |
StageInfoFluentImpl(StageInfo instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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 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 addToSteps(Integer index, StepInfo item)
addToSteps in interface StageInfoFluent<A extends StageInfoFluent<A>>public A setToSteps(Integer 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>>public A removeMatchingFromSteps(Predicate<StepInfoBuilder> predicate)
removeMatchingFromSteps 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(Integer 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(Integer index, StepInfo item)
setNewStepLike in interface StageInfoFluent<A extends StageInfoFluent<A>>public StageInfoFluent.StepsNested<A> editStep(Integer 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 A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface StageInfoFluent<A extends StageInfoFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface StageInfoFluent<A extends StageInfoFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface StageInfoFluent<A extends StageInfoFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface StageInfoFluent<A extends StageInfoFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface StageInfoFluent<A extends StageInfoFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface StageInfoFluent<A extends StageInfoFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface StageInfoFluent<A extends StageInfoFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StageInfoFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StageInfoFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.