| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.operatorhub.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
Step |
StepBuilder.build() |
Step |
InstallPlanStatusFluentImpl.buildFirstPlan() |
Step |
InstallPlanStatusFluent.buildFirstPlan() |
Step |
InstallPlanStatusFluentImpl.buildLastPlan() |
Step |
InstallPlanStatusFluent.buildLastPlan() |
Step |
InstallPlanStatusFluentImpl.buildMatchingPlan(Predicate<StepBuilder> predicate) |
Step |
InstallPlanStatusFluent.buildMatchingPlan(Predicate<StepBuilder> predicate) |
Step |
InstallPlanStatusFluentImpl.buildPlan(int index) |
Step |
InstallPlanStatusFluent.buildPlan(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<Step> |
InstallPlanStatusFluentImpl.buildPlan() |
List<Step> |
InstallPlanStatusFluent.buildPlan() |
List<Step> |
InstallPlanStatusFluentImpl.getPlan()
Deprecated.
|
List<Step> |
InstallPlanStatusFluent.getPlan()
Deprecated.
|
List<Step> |
InstallPlanStatus.getPlan() |
| Modifier and Type | Method and Description |
|---|---|
InstallPlanStatusFluent.PlanNested<A> |
InstallPlanStatusFluentImpl.addNewPlanLike(Step item) |
InstallPlanStatusFluent.PlanNested<A> |
InstallPlanStatusFluent.addNewPlanLike(Step item) |
A |
InstallPlanStatusFluentImpl.addToPlan(int index,
Step item) |
A |
InstallPlanStatusFluent.addToPlan(int index,
Step item) |
A |
InstallPlanStatusFluentImpl.addToPlan(Step... items) |
A |
InstallPlanStatusFluent.addToPlan(Step... items) |
A |
InstallPlanStatusFluentImpl.removeFromPlan(Step... items) |
A |
InstallPlanStatusFluent.removeFromPlan(Step... items) |
InstallPlanStatusFluent.PlanNested<A> |
InstallPlanStatusFluentImpl.setNewPlanLike(int index,
Step item) |
InstallPlanStatusFluent.PlanNested<A> |
InstallPlanStatusFluent.setNewPlanLike(int index,
Step item) |
A |
InstallPlanStatusFluentImpl.setToPlan(int index,
Step item) |
A |
InstallPlanStatusFluent.setToPlan(int index,
Step item) |
A |
InstallPlanStatusFluentImpl.withPlan(Step... plan) |
A |
InstallPlanStatusFluent.withPlan(Step... plan) |
| Modifier and Type | Method and Description |
|---|---|
A |
InstallPlanStatusFluentImpl.addAllToPlan(Collection<Step> items) |
A |
InstallPlanStatusFluent.addAllToPlan(Collection<Step> items) |
A |
InstallPlanStatusFluentImpl.removeAllFromPlan(Collection<Step> items) |
A |
InstallPlanStatusFluent.removeAllFromPlan(Collection<Step> items) |
void |
InstallPlanStatus.setPlan(List<Step> plan) |
A |
InstallPlanStatusFluentImpl.withPlan(List<Step> plan) |
A |
InstallPlanStatusFluent.withPlan(List<Step> plan) |
| Constructor and Description |
|---|
StepBuilder(Step instance) |
StepBuilder(Step instance,
Boolean validationEnabled) |
StepBuilder(StepFluent<?> fluent,
Step instance) |
StepBuilder(StepFluent<?> fluent,
Step instance,
Boolean validationEnabled) |
StepFluentImpl(Step instance) |
| Constructor and Description |
|---|
InstallPlanStatus(io.fabric8.kubernetes.api.model.ObjectReference attenuatedServiceAccountRef,
List<BundleLookup> bundleLookups,
List<String> catalogSources,
List<InstallPlanCondition> conditions,
String message,
String phase,
List<Step> plan,
String startTime) |
Copyright © 2015–2023 Red Hat. All rights reserved.