| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.config.v1 |
| Modifier and Type | Method and Description |
|---|---|
HubSourceStatus |
HubSourceStatusBuilder.build() |
HubSourceStatus |
OperatorHubStatusFluent.buildFirstSource() |
HubSourceStatus |
OperatorHubStatusFluent.buildLastSource() |
HubSourceStatus |
OperatorHubStatusFluent.buildMatchingSource(Predicate<HubSourceStatusBuilder> predicate) |
HubSourceStatus |
OperatorHubStatusFluent.buildSource(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<HubSourceStatus> |
OperatorHubStatusFluent.buildSources() |
List<HubSourceStatus> |
OperatorHubStatus.getSources() |
| Modifier and Type | Method and Description |
|---|---|
OperatorHubStatusFluent.SourcesNested<A> |
OperatorHubStatusFluent.addNewSourceLike(HubSourceStatus item) |
A |
OperatorHubStatusFluent.addToSources(HubSourceStatus... items) |
A |
OperatorHubStatusFluent.addToSources(int index,
HubSourceStatus item) |
protected void |
HubSourceStatusFluent.copyInstance(HubSourceStatus instance) |
A |
OperatorHubStatusFluent.removeFromSources(HubSourceStatus... items) |
OperatorHubStatusFluent.SourcesNested<A> |
OperatorHubStatusFluent.setNewSourceLike(int index,
HubSourceStatus item) |
A |
OperatorHubStatusFluent.setToSources(int index,
HubSourceStatus item) |
A |
OperatorHubStatusFluent.withSources(HubSourceStatus... sources) |
| Modifier and Type | Method and Description |
|---|---|
A |
OperatorHubStatusFluent.addAllToSources(Collection<HubSourceStatus> items) |
A |
OperatorHubStatusFluent.removeAllFromSources(Collection<HubSourceStatus> items) |
void |
OperatorHubStatus.setSources(List<HubSourceStatus> sources) |
A |
OperatorHubStatusFluent.withSources(List<HubSourceStatus> sources) |
| Constructor and Description |
|---|
HubSourceStatusBuilder(HubSourceStatus instance) |
HubSourceStatusBuilder(HubSourceStatusFluent<?> fluent,
HubSourceStatus instance) |
HubSourceStatusFluent(HubSourceStatus instance) |
| Constructor and Description |
|---|
OperatorHubStatus(List<HubSourceStatus> sources) |
Copyright © 2015–2024 Red Hat. All rights reserved.