Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanCondition
-
Packages that use InstallPlanCondition Package Description io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of InstallPlanCondition in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return InstallPlanCondition Modifier and Type Method Description InstallPlanConditionInstallPlanConditionBuilder. build()InstallPlanConditionInstallPlanStatusFluent. buildCondition(int index)InstallPlanConditionInstallPlanStatusFluent. buildFirstCondition()InstallPlanConditionInstallPlanStatusFluent. buildLastCondition()InstallPlanConditionInstallPlanStatusFluent. buildMatchingCondition(Predicate<InstallPlanConditionBuilder> predicate)Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return types with arguments of type InstallPlanCondition Modifier and Type Method Description List<InstallPlanCondition>InstallPlanStatusFluent. buildConditions()List<InstallPlanCondition>InstallPlanStatus. getConditions()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 InstallPlanCondition Modifier and Type Method Description InstallPlanStatusFluent.ConditionsNested<A>InstallPlanStatusFluent. addNewConditionLike(InstallPlanCondition item)AInstallPlanStatusFluent. addToConditions(int index, InstallPlanCondition item)AInstallPlanStatusFluent. addToConditions(InstallPlanCondition... items)protected voidInstallPlanConditionFluent. copyInstance(InstallPlanCondition instance)AInstallPlanStatusFluent. removeFromConditions(InstallPlanCondition... items)InstallPlanStatusFluent.ConditionsNested<A>InstallPlanStatusFluent. setNewConditionLike(int index, InstallPlanCondition item)AInstallPlanStatusFluent. setToConditions(int index, InstallPlanCondition item)AInstallPlanStatusFluent. withConditions(InstallPlanCondition... conditions)Method parameters in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with type arguments of type InstallPlanCondition Modifier and Type Method Description AInstallPlanStatusFluent. addAllToConditions(Collection<InstallPlanCondition> items)AInstallPlanStatusFluent. removeAllFromConditions(Collection<InstallPlanCondition> items)voidInstallPlanStatus. setConditions(List<InstallPlanCondition> conditions)InstallPlanStatus represents the information about the status of steps required to complete installation.AInstallPlanStatusFluent. withConditions(List<InstallPlanCondition> conditions)Constructors in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type InstallPlanCondition Constructor Description InstallPlanConditionBuilder(InstallPlanCondition instance)InstallPlanConditionBuilder(InstallPlanConditionFluent<?> fluent, InstallPlanCondition instance)InstallPlanConditionFluent(InstallPlanCondition instance)
-