Uses of Class
io.fabric8.openshift.api.model.StageInfoFluent.StepsNested
-
Packages that use StageInfoFluent.StepsNested Package Description io.fabric8.openshift.api.model -
-
Uses of StageInfoFluent.StepsNested in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return StageInfoFluent.StepsNested Modifier and Type Method Description StageInfoFluent.StepsNested<A>StageInfoFluent. addNewStep()StageInfoFluent.StepsNested<A>StageInfoFluent. addNewStepLike(StepInfo item)StageInfoFluent.StepsNested<A>StageInfoFluent. editFirstStep()StageInfoFluent.StepsNested<A>StageInfoFluent. editLastStep()StageInfoFluent.StepsNested<A>StageInfoFluent. editMatchingStep(Predicate<StepInfoBuilder> predicate)StageInfoFluent.StepsNested<A>StageInfoFluent. editStep(int index)StageInfoFluent.StepsNested<A>StageInfoFluent. setNewStepLike(int index, StepInfo item)
-