Interface DownloadableArtifactFluent<A extends DownloadableArtifactFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
JarArtifactFluent<A>,OtherArtifactFluent<A>,PluginFluent.JarArtifactArtifactsNested<N>,PluginFluent.OtherArtifactArtifactsNested<N>,PluginFluent.TgzArtifactArtifactsNested<N>,PluginFluent.ZipArtifactArtifactsNested<N>,TgzArtifactFluent<A>,ZipArtifactFluent<A>
- All Known Implementing Classes:
DownloadableArtifactFluentImpl,JarArtifactBuilder,JarArtifactFluentImpl,OtherArtifactBuilder,OtherArtifactFluentImpl,PluginFluentImpl.JarArtifactArtifactsNestedImpl,PluginFluentImpl.OtherArtifactArtifactsNestedImpl,PluginFluentImpl.TgzArtifactArtifactsNestedImpl,PluginFluentImpl.ZipArtifactArtifactsNestedImpl,TgzArtifactBuilder,TgzArtifactFluentImpl,ZipArtifactBuilder,ZipArtifactFluentImpl
public interface DownloadableArtifactFluent<A extends DownloadableArtifactFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>Artifact which can be just downloaded from an URL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description BooleangetInsecure()StringgetSha512sum()StringgetUrl()BooleanhasInsecure()BooleanhasSha512sum()BooleanhasUrl()AwithInsecure(Boolean insecure)AwithNewSha512sum(String original)Deprecated.AwithNewUrl(String original)Deprecated.AwithSha512sum(String sha512sum)AwithUrl(String url)
-
-
-
Method Detail
-
getUrl
String getUrl()
-
hasUrl
Boolean hasUrl()
-
withNewUrl
@Deprecated A withNewUrl(String original)
Deprecated.
-
getSha512sum
String getSha512sum()
-
hasSha512sum
Boolean hasSha512sum()
-
withNewSha512sum
@Deprecated A withNewSha512sum(String original)
Deprecated.
-
getInsecure
Boolean getInsecure()
-
hasInsecure
Boolean hasInsecure()
-
-