| Package | Description |
|---|---|
| io.fabric8.tekton.pipeline.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
Step |
StepBuilder.build() |
Step |
EmbeddedTaskFluent.buildFirstStep() |
Step |
TaskSpecFluent.buildFirstStep() |
Step |
EmbeddedTaskFluent.buildLastStep() |
Step |
TaskSpecFluent.buildLastStep() |
Step |
EmbeddedTaskFluent.buildMatchingStep(Predicate<StepBuilder> predicate) |
Step |
TaskSpecFluent.buildMatchingStep(Predicate<StepBuilder> predicate) |
Step |
EmbeddedTaskFluent.buildStep(int index) |
Step |
TaskSpecFluent.buildStep(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<Step> |
EmbeddedTaskFluent.buildSteps() |
List<Step> |
TaskSpecFluent.buildSteps() |
List<Step> |
TaskSpec.getSteps() |
List<Step> |
EmbeddedTask.getSteps() |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedTaskFluent.StepsNested<A> |
EmbeddedTaskFluent.addNewStepLike(Step item) |
TaskSpecFluent.StepsNested<A> |
TaskSpecFluent.addNewStepLike(Step item) |
A |
EmbeddedTaskFluent.addToSteps(int index,
Step item) |
A |
TaskSpecFluent.addToSteps(int index,
Step item) |
A |
EmbeddedTaskFluent.addToSteps(Step... items) |
A |
TaskSpecFluent.addToSteps(Step... items) |
protected void |
StepFluent.copyInstance(Step instance) |
A |
EmbeddedTaskFluent.removeFromSteps(Step... items) |
A |
TaskSpecFluent.removeFromSteps(Step... items) |
EmbeddedTaskFluent.StepsNested<A> |
EmbeddedTaskFluent.setNewStepLike(int index,
Step item) |
TaskSpecFluent.StepsNested<A> |
TaskSpecFluent.setNewStepLike(int index,
Step item) |
A |
EmbeddedTaskFluent.setToSteps(int index,
Step item) |
A |
TaskSpecFluent.setToSteps(int index,
Step item) |
A |
EmbeddedTaskFluent.withSteps(Step... steps) |
A |
TaskSpecFluent.withSteps(Step... steps) |
| Modifier and Type | Method and Description |
|---|---|
A |
EmbeddedTaskFluent.addAllToSteps(Collection<Step> items) |
A |
TaskSpecFluent.addAllToSteps(Collection<Step> items) |
A |
EmbeddedTaskFluent.removeAllFromSteps(Collection<Step> items) |
A |
TaskSpecFluent.removeAllFromSteps(Collection<Step> items) |
void |
TaskSpec.setSteps(List<Step> steps) |
void |
EmbeddedTask.setSteps(List<Step> steps) |
A |
EmbeddedTaskFluent.withSteps(List<Step> steps) |
A |
TaskSpecFluent.withSteps(List<Step> steps) |
| Constructor and Description |
|---|
StepBuilder(Step instance) |
StepBuilder(StepFluent<?> fluent,
Step instance) |
StepFluent(Step instance) |
| Constructor and Description |
|---|
EmbeddedTask(String apiVersion,
String description,
String displayName,
String kind,
PipelineTaskMetadata metadata,
List<ParamSpec> params,
TaskResources resources,
List<TaskResult> results,
List<Sidecar> sidecars,
Map<String,Object> spec,
StepTemplate stepTemplate,
List<Step> steps,
List<io.fabric8.kubernetes.api.model.Volume> volumes,
List<WorkspaceDeclaration> workspaces) |
TaskSpec(String description,
String displayName,
List<ParamSpec> params,
TaskResources resources,
List<TaskResult> results,
List<Sidecar> sidecars,
StepTemplate stepTemplate,
List<Step> steps,
List<io.fabric8.kubernetes.api.model.Volume> volumes,
List<WorkspaceDeclaration> workspaces) |
Copyright © 2015–2023 Red Hat. All rights reserved.