Package io.fabric8.openshift.api.model
Interface BuildStatusOutputToFluent<A extends BuildStatusOutputToFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
BuildStatusOutputFluent.ToNested<N>
- All Known Implementing Classes:
BuildStatusOutputFluentImpl.ToNestedImpl,BuildStatusOutputToBuilder,BuildStatusOutputToFluentImpl,DoneableBuildStatusOutputTo
public interface BuildStatusOutputToFluent<A extends BuildStatusOutputToFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetImageDigest()BooleanhasImageDigest()AwithImageDigest(String imageDigest)AwithNewImageDigest(String arg1)AwithNewImageDigest(StringBuffer arg1)AwithNewImageDigest(StringBuilder arg1)
-
Method Details
-
getImageDigest
String getImageDigest() -
withImageDigest
-
hasImageDigest
Boolean hasImageDigest() -
withNewImageDigest
-
withNewImageDigest
-
withNewImageDigest
-