| Package | Description |
|---|---|
| io.fabric8.tekton.v1alpha1.internal.pipeline.pkg.apis.pipeline.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
ParamValue |
ParamValueBuilder.build() |
ParamValue |
ParamFluentImpl.buildValue() |
ParamValue |
ParamFluent.buildValue() |
ParamValue |
ParamFluentImpl.getValue()
Deprecated.
|
ParamValue |
ParamFluent.getValue()
Deprecated.
|
ParamValue |
Param.getValue() |
| Modifier and Type | Method and Description |
|---|---|
ParamFluent.ValueNested<A> |
ParamFluentImpl.editOrNewValueLike(ParamValue item) |
ParamFluent.ValueNested<A> |
ParamFluent.editOrNewValueLike(ParamValue item) |
void |
Param.setValue(ParamValue value) |
ParamFluent.ValueNested<A> |
ParamFluentImpl.withNewValueLike(ParamValue item) |
ParamFluent.ValueNested<A> |
ParamFluent.withNewValueLike(ParamValue item) |
A |
ParamFluentImpl.withValue(ParamValue value) |
A |
ParamFluent.withValue(ParamValue value) |
| Constructor and Description |
|---|
Param(String name,
ParamValue value) |
ParamValueBuilder(ParamValue instance) |
ParamValueBuilder(ParamValue instance,
Boolean validationEnabled) |
ParamValueBuilder(ParamValueFluent<?> fluent,
ParamValue instance) |
ParamValueBuilder(ParamValueFluent<?> fluent,
ParamValue instance,
Boolean validationEnabled) |
ParamValueFluentImpl(ParamValue instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.