Uses of Class
io.fabric8.openshift.api.model.StepInfo
| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
-
Uses of StepInfo in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return StepInfo Modifier and Type Method Description StepInfoStepInfoBuilder. build()StepInfoStageInfoFluent. buildFirstStep()StepInfoStageInfoFluentImpl. buildFirstStep()StepInfoStageInfoFluent. buildLastStep()StepInfoStageInfoFluentImpl. buildLastStep()StepInfoStageInfoFluent. buildMatchingStep(io.fabric8.kubernetes.api.builder.Predicate<StepInfoBuilder> predicate)StepInfoStageInfoFluentImpl. buildMatchingStep(io.fabric8.kubernetes.api.builder.Predicate<StepInfoBuilder> predicate)StepInfoStageInfoFluent. buildStep(int index)StepInfoStageInfoFluentImpl. buildStep(int index)StepInfoDoneableStepInfo. done()Methods in io.fabric8.openshift.api.model that return types with arguments of type StepInfo Modifier and Type Method Description List<StepInfo>StageInfoFluent. buildSteps()List<StepInfo>StageInfoFluentImpl. buildSteps()List<StepInfo>StageInfo. getSteps()List<StepInfo>StageInfoFluent. getSteps()Deprecated.List<StepInfo>StageInfoFluentImpl. getSteps()Deprecated.Methods in io.fabric8.openshift.api.model with parameters of type StepInfo Modifier and Type Method Description StageInfoFluent.StepsNested<A>StageInfoFluent. addNewStepLike(StepInfo item)StageInfoFluent.StepsNested<A>StageInfoFluentImpl. addNewStepLike(StepInfo item)AStageInfoFluent. addToSteps(int index, StepInfo item)AStageInfoFluent. addToSteps(StepInfo... items)AStageInfoFluentImpl. addToSteps(int index, StepInfo item)AStageInfoFluentImpl. addToSteps(StepInfo... items)AStageInfoFluent. removeFromSteps(StepInfo... items)AStageInfoFluentImpl. removeFromSteps(StepInfo... items)StageInfoFluent.StepsNested<A>StageInfoFluent. setNewStepLike(int index, StepInfo item)StageInfoFluent.StepsNested<A>StageInfoFluentImpl. setNewStepLike(int index, StepInfo item)AStageInfoFluent. setToSteps(int index, StepInfo item)AStageInfoFluentImpl. setToSteps(int index, StepInfo item)AStageInfoFluent. withSteps(StepInfo... steps)AStageInfoFluentImpl. withSteps(StepInfo... steps)Method parameters in io.fabric8.openshift.api.model with type arguments of type StepInfo Modifier and Type Method Description AStageInfoFluent. addAllToSteps(Collection<StepInfo> items)AStageInfoFluentImpl. addAllToSteps(Collection<StepInfo> items)AStageInfoFluent. removeAllFromSteps(Collection<StepInfo> items)AStageInfoFluentImpl. removeAllFromSteps(Collection<StepInfo> items)voidStageInfo. setSteps(List<StepInfo> steps)AStageInfoFluent. withSteps(List<StepInfo> steps)AStageInfoFluentImpl. withSteps(List<StepInfo> steps)Constructors in io.fabric8.openshift.api.model with parameters of type StepInfo Constructor Description DoneableStepInfo(StepInfo item)DoneableStepInfo(StepInfo item, io.fabric8.kubernetes.api.builder.Function<StepInfo,StepInfo> function)StepInfoBuilder(StepInfo instance)StepInfoBuilder(StepInfoFluent<?> fluent, StepInfo instance)StepInfoBuilder(StepInfoFluent<?> fluent, StepInfo instance, Boolean validationEnabled)StepInfoBuilder(StepInfo instance, Boolean validationEnabled)StepInfoFluentImpl(StepInfo instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type StepInfo Constructor Description DoneableStepInfo(io.fabric8.kubernetes.api.builder.Function<StepInfo,StepInfo> function)DoneableStepInfo(io.fabric8.kubernetes.api.builder.Function<StepInfo,StepInfo> function)DoneableStepInfo(StepInfo item, io.fabric8.kubernetes.api.builder.Function<StepInfo,StepInfo> function)DoneableStepInfo(StepInfo item, io.fabric8.kubernetes.api.builder.Function<StepInfo,StepInfo> function)StageInfo(Long durationMilliseconds, String name, String startTime, List<StepInfo> steps)