Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.Step
-
Packages that use Step Package Description io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of Step in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return Step Modifier and Type Method Description StepStepBuilder. build()StepInstallPlanStatusFluent. buildFirstPlan()StepInstallPlanStatusFluent. buildLastPlan()StepInstallPlanStatusFluent. buildMatchingPlan(Predicate<StepBuilder> predicate)StepInstallPlanStatusFluent. buildPlan(int index)Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return types with arguments of type Step Modifier and Type Method Description List<Step>InstallPlanStatusFluent. buildPlan()List<Step>InstallPlanStatus. getPlan()InstallPlanStatus represents the information about the status of steps required to complete installation.Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type Step Modifier and Type Method Description InstallPlanStatusFluent.PlanNested<A>InstallPlanStatusFluent. addNewPlanLike(Step item)AInstallPlanStatusFluent. addToPlan(int index, Step item)AInstallPlanStatusFluent. addToPlan(Step... items)protected voidStepFluent. copyInstance(Step instance)AInstallPlanStatusFluent. removeFromPlan(Step... items)InstallPlanStatusFluent.PlanNested<A>InstallPlanStatusFluent. setNewPlanLike(int index, Step item)AInstallPlanStatusFluent. setToPlan(int index, Step item)AInstallPlanStatusFluent. withPlan(Step... plan)Method parameters in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with type arguments of type Step Modifier and Type Method Description AInstallPlanStatusFluent. addAllToPlan(Collection<Step> items)AInstallPlanStatusFluent. removeAllFromPlan(Collection<Step> items)voidInstallPlanStatus. setPlan(List<Step> plan)InstallPlanStatus represents the information about the status of steps required to complete installation.AInstallPlanStatusFluent. withPlan(List<Step> plan)Constructors in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type Step Constructor Description StepBuilder(Step instance)StepBuilder(StepFluent<?> fluent, Step instance)StepFluent(Step instance)
-