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 Handler getPostStart()
Handler buildPostStart()
Boolean hasPostStart()
LifecycleFluent.PostStartNested<A> withNewPostStart()
LifecycleFluent.PostStartNested<A> withNewPostStartLike(Handler item)
LifecycleFluent.PostStartNested<A> editPostStart()
LifecycleFluent.PostStartNested<A> editOrNewPostStart()
LifecycleFluent.PostStartNested<A> editOrNewPostStartLike(Handler item)
@Deprecated Handler getPreStop()
Handler buildPreStop()
Boolean hasPreStop()
LifecycleFluent.PreStopNested<A> withNewPreStop()
LifecycleFluent.PreStopNested<A> withNewPreStopLike(Handler item)
LifecycleFluent.PreStopNested<A> editPreStop()
LifecycleFluent.PreStopNested<A> editOrNewPreStop()
LifecycleFluent.PreStopNested<A> editOrNewPreStopLike(Handler item)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.