public interface LifecycleFluent<A extends LifecycleFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LifecycleFluent.PostStartNested<N> |
static interface |
LifecycleFluent.PreStopNested<N> |
@Deprecated LifecycleHandler getPostStart()
LifecycleHandler buildPostStart()
A withPostStart(LifecycleHandler postStart)
Boolean hasPostStart()
LifecycleFluent.PostStartNested<A> withNewPostStart()
LifecycleFluent.PostStartNested<A> withNewPostStartLike(LifecycleHandler item)
LifecycleFluent.PostStartNested<A> editPostStart()
LifecycleFluent.PostStartNested<A> editOrNewPostStart()
LifecycleFluent.PostStartNested<A> editOrNewPostStartLike(LifecycleHandler item)
@Deprecated LifecycleHandler getPreStop()
LifecycleHandler buildPreStop()
A withPreStop(LifecycleHandler preStop)
Boolean hasPreStop()
LifecycleFluent.PreStopNested<A> withNewPreStop()
LifecycleFluent.PreStopNested<A> withNewPreStopLike(LifecycleHandler item)
LifecycleFluent.PreStopNested<A> editPreStop()
LifecycleFluent.PreStopNested<A> editOrNewPreStop()
LifecycleFluent.PreStopNested<A> editOrNewPreStopLike(LifecycleHandler item)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.