Uses of Class
io.fabric8.openshift.api.model.StepInfo
-
Packages that use 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()StepInfoStageInfoFluent. buildLastStep()StepInfoStageInfoFluent. buildMatchingStep(Predicate<StepInfoBuilder> predicate)StepInfoStageInfoFluent. buildStep(int index)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>StageInfo. getSteps()steps contains details about each step that occurs during a build stage including start time and duration in milliseconds.Methods in io.fabric8.openshift.api.model with parameters of type StepInfo Modifier and Type Method Description StageInfoFluent.StepsNested<A>StageInfoFluent. addNewStepLike(StepInfo item)AStageInfoFluent. addToSteps(int index, StepInfo item)AStageInfoFluent. addToSteps(StepInfo... items)protected voidStepInfoFluent. copyInstance(StepInfo instance)AStageInfoFluent. removeFromSteps(StepInfo... items)StageInfoFluent.StepsNested<A>StageInfoFluent. setNewStepLike(int index, StepInfo item)AStageInfoFluent. setToSteps(int index, StepInfo item)AStageInfoFluent. 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)AStageInfoFluent. removeAllFromSteps(Collection<StepInfo> items)voidStageInfo. setSteps(List<StepInfo> steps)steps contains details about each step that occurs during a build stage including start time and duration in milliseconds.AStageInfoFluent. withSteps(List<StepInfo> steps)Constructors in io.fabric8.openshift.api.model with parameters of type StepInfo Constructor Description StepInfoBuilder(StepInfo instance)StepInfoBuilder(StepInfoFluent<?> fluent, StepInfo instance)StepInfoFluent(StepInfo instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type StepInfo Constructor Description StageInfo(Long durationMilliseconds, String name, String startTime, List<StepInfo> steps)
-