| Package | Description |
|---|---|
| io.fabric8.tekton.v1beta1.internal.pipeline.pkg.apis.run.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
CustomRunResult |
CustomRunResultBuilder.build() |
CustomRunResult |
CustomRunStatusFluent.buildFirstResult() |
CustomRunResult |
CustomRunStatusFluent.buildLastResult() |
CustomRunResult |
CustomRunStatusFluent.buildMatchingResult(Predicate<CustomRunResultBuilder> predicate) |
CustomRunResult |
CustomRunStatusFluent.buildResult(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomRunResult> |
CustomRunStatusFluent.buildResults() |
List<CustomRunResult> |
CustomRunStatus.getResults() |
| Modifier and Type | Method and Description |
|---|---|
CustomRunStatusFluent.ResultsNested<A> |
CustomRunStatusFluent.addNewResultLike(CustomRunResult item) |
A |
CustomRunStatusFluent.addToResults(CustomRunResult... items) |
A |
CustomRunStatusFluent.addToResults(int index,
CustomRunResult item) |
protected void |
CustomRunResultFluent.copyInstance(CustomRunResult instance) |
A |
CustomRunStatusFluent.removeFromResults(CustomRunResult... items) |
CustomRunStatusFluent.ResultsNested<A> |
CustomRunStatusFluent.setNewResultLike(int index,
CustomRunResult item) |
A |
CustomRunStatusFluent.setToResults(int index,
CustomRunResult item) |
A |
CustomRunStatusFluent.withResults(CustomRunResult... results) |
| Modifier and Type | Method and Description |
|---|---|
A |
CustomRunStatusFluent.addAllToResults(Collection<CustomRunResult> items) |
A |
CustomRunStatusFluent.removeAllFromResults(Collection<CustomRunResult> items) |
void |
CustomRunStatus.setResults(List<CustomRunResult> results) |
A |
CustomRunStatusFluent.withResults(List<CustomRunResult> results) |
| Constructor and Description |
|---|
CustomRunResultBuilder(CustomRunResult instance) |
CustomRunResultBuilder(CustomRunResultFluent<?> fluent,
CustomRunResult instance) |
CustomRunResultFluent(CustomRunResult instance) |
| Constructor and Description |
|---|
CustomRunStatus(Map<String,String> annotations,
String completionTime,
List<io.fabric8.knative.internal.pkg.apis.Condition> conditions,
Map<String,Object> extraFields,
Long observedGeneration,
List<CustomRunResult> results,
List<CustomRunStatus> retriesStatus,
String startTime) |
Copyright © 2015–2023 Red Hat. All rights reserved.