Package io.fabric8.openshift.api.model
Interface BuildConfigStatusFluent<A extends BuildConfigStatusFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
BuildConfigFluent.StatusNested<N>
- All Known Implementing Classes:
BuildConfigFluentImpl.StatusNestedImpl,BuildConfigStatusBuilder,BuildConfigStatusFluentImpl,DoneableBuildConfigStatus
public interface BuildConfigStatusFluent<A extends BuildConfigStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description LonggetLastVersion()BooleanhasLastVersion()AwithLastVersion(Long lastVersion)
-
Method Details
-
getLastVersion
Long getLastVersion() -
withLastVersion
-
hasLastVersion
Boolean hasLastVersion()
-