Interface MavenArtifactFluent<A extends MavenArtifactFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
PluginFluent.MavenArtifactArtifactsNested<N>
- All Known Implementing Classes:
MavenArtifactBuilder,MavenArtifactFluentImpl,PluginFluentImpl.MavenArtifactArtifactsNestedImpl
public interface MavenArtifactFluent<A extends MavenArtifactFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>Maven artifact represents an artifact which is downloaded from Maven repository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetArtifact()StringgetGroup()StringgetRepository()StringgetVersion()BooleanhasArtifact()BooleanhasGroup()BooleanhasRepository()BooleanhasVersion()AwithArtifact(String artifact)AwithGroup(String group)AwithNewArtifact(String original)Deprecated.AwithNewGroup(String original)Deprecated.AwithNewRepository(String original)Deprecated.AwithNewVersion(String original)Deprecated.AwithRepository(String repository)AwithVersion(String version)
-
-
-
Method Detail
-
getGroup
String getGroup()
-
hasGroup
Boolean hasGroup()
-
withNewGroup
@Deprecated A withNewGroup(String original)
Deprecated.
-
getArtifact
String getArtifact()
-
hasArtifact
Boolean hasArtifact()
-
withNewArtifact
@Deprecated A withNewArtifact(String original)
Deprecated.
-
getVersion
String getVersion()
-
hasVersion
Boolean hasVersion()
-
withNewVersion
@Deprecated A withNewVersion(String original)
Deprecated.
-
getRepository
String getRepository()
-
hasRepository
Boolean hasRepository()
-
withNewRepository
@Deprecated A withNewRepository(String original)
Deprecated.
-
-