public interface MavenArtifactFluent<A extends MavenArtifactFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getGroupId() |
String |
getVersion() |
Boolean |
hasArtifactId() |
Boolean |
hasGroupId() |
Boolean |
hasVersion() |
A |
withArtifactId(String artifactId) |
A |
withGroupId(String groupId) |
A |
withVersion(String version) |
Copyright © 2015–2023 Red Hat. All rights reserved.