public interface RecreateDeploymentStrategyParamsFluent<T extends RecreateDeploymentStrategyParamsFluent<T>> extends Fluent<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
RecreateDeploymentStrategyParamsFluent.MidNested<N> |
static interface |
RecreateDeploymentStrategyParamsFluent.PostNested<N> |
static interface |
RecreateDeploymentStrategyParamsFluent.PreNested<N> |
LifecycleHook getMid()
T withMid(LifecycleHook mid)
RecreateDeploymentStrategyParamsFluent.MidNested<T> withNewMid()
RecreateDeploymentStrategyParamsFluent.MidNested<T> withNewMidLike(LifecycleHook item)
RecreateDeploymentStrategyParamsFluent.MidNested<T> editMid()
LifecycleHook getPost()
T withPost(LifecycleHook post)
RecreateDeploymentStrategyParamsFluent.PostNested<T> withNewPost()
RecreateDeploymentStrategyParamsFluent.PostNested<T> withNewPostLike(LifecycleHook item)
RecreateDeploymentStrategyParamsFluent.PostNested<T> editPost()
LifecycleHook getPre()
T withPre(LifecycleHook pre)
RecreateDeploymentStrategyParamsFluent.PreNested<T> withNewPre()
RecreateDeploymentStrategyParamsFluent.PreNested<T> withNewPreLike(LifecycleHook item)
RecreateDeploymentStrategyParamsFluent.PreNested<T> editPre()
Long getTimeoutSeconds()
Copyright © 2011–2016 Red Hat. All rights reserved.