public interface WorkspacePipelineTaskBindingFluent<A extends WorkspacePipelineTaskBindingFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getSubPath() |
String |
getWorkspace() |
Boolean |
hasName() |
Boolean |
hasSubPath() |
Boolean |
hasWorkspace() |
A |
withName(String name) |
A |
withSubPath(String subPath) |
A |
withWorkspace(String workspace) |
Copyright © 2015–2023 Red Hat. All rights reserved.