| Package | Description |
|---|---|
| io.fabric8.tekton.pipeline.v1alpha1 | |
| io.fabric8.tekton.v1alpha1.internal.pipeline.pkg.apis.pipeline.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceBinding |
RunSpecFluent.buildFirstWorkspace() |
WorkspaceBinding |
RunSpecFluentImpl.buildFirstWorkspace() |
WorkspaceBinding |
RunSpecFluent.buildLastWorkspace() |
WorkspaceBinding |
RunSpecFluentImpl.buildLastWorkspace() |
WorkspaceBinding |
RunSpecFluent.buildMatchingWorkspace(Predicate<WorkspaceBindingBuilder> predicate) |
WorkspaceBinding |
RunSpecFluentImpl.buildMatchingWorkspace(Predicate<WorkspaceBindingBuilder> predicate) |
WorkspaceBinding |
RunSpecFluent.buildWorkspace(int index) |
WorkspaceBinding |
RunSpecFluentImpl.buildWorkspace(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceBinding> |
RunSpecFluent.buildWorkspaces() |
List<WorkspaceBinding> |
RunSpecFluentImpl.buildWorkspaces() |
List<WorkspaceBinding> |
RunSpecFluent.getWorkspaces()
Deprecated.
|
List<WorkspaceBinding> |
RunSpecFluentImpl.getWorkspaces()
Deprecated.
|
List<WorkspaceBinding> |
RunSpec.getWorkspaces() |
| Modifier and Type | Method and Description |
|---|---|
A |
RunSpecFluent.addAllToWorkspaces(Collection<WorkspaceBinding> items) |
A |
RunSpecFluentImpl.addAllToWorkspaces(Collection<WorkspaceBinding> items) |
A |
RunSpecFluent.removeAllFromWorkspaces(Collection<WorkspaceBinding> items) |
A |
RunSpecFluentImpl.removeAllFromWorkspaces(Collection<WorkspaceBinding> items) |
void |
RunSpec.setWorkspaces(List<WorkspaceBinding> workspaces) |
A |
RunSpecFluent.withWorkspaces(List<WorkspaceBinding> workspaces) |
A |
RunSpecFluentImpl.withWorkspaces(List<WorkspaceBinding> workspaces) |
| Constructor and Description |
|---|
RunSpec(List<Param> params,
Template podTemplate,
TaskRef ref,
Integer retries,
String serviceAccountName,
EmbeddedRunSpec spec,
String status,
String statusMessage,
io.fabric8.kubernetes.api.model.Duration timeout,
List<WorkspaceBinding> workspaces) |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceBinding |
WorkspaceBindingBuilder.build() |
| Constructor and Description |
|---|
WorkspaceBindingBuilder(WorkspaceBinding instance) |
WorkspaceBindingBuilder(WorkspaceBinding instance,
Boolean validationEnabled) |
WorkspaceBindingBuilder(WorkspaceBindingFluent<?> fluent,
WorkspaceBinding instance) |
WorkspaceBindingBuilder(WorkspaceBindingFluent<?> fluent,
WorkspaceBinding instance,
Boolean validationEnabled) |
WorkspaceBindingFluentImpl(WorkspaceBinding instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.