public class LifecycleHookFluentImpl<T extends LifecycleHookFluent<T>> extends BaseFluent<T> implements LifecycleHookFluent<T>
Modifier and Type | Class and Description |
---|---|
class |
LifecycleHookFluentImpl.ExecNewPodNestedImpl<N> |
class |
LifecycleHookFluentImpl.TagImagesNestedImpl<N> |
LifecycleHookFluent.ExecNewPodNested<N>, LifecycleHookFluent.TagImagesNested<N>
_visitables
Constructor and Description |
---|
LifecycleHookFluentImpl() |
LifecycleHookFluentImpl(LifecycleHook instance) |
public LifecycleHookFluentImpl()
public LifecycleHookFluentImpl(LifecycleHook instance)
public ExecNewPodHook getExecNewPod()
getExecNewPod
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public T withExecNewPod(ExecNewPodHook execNewPod)
withExecNewPod
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public LifecycleHookFluent.ExecNewPodNested<T> withNewExecNewPod()
withNewExecNewPod
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public LifecycleHookFluent.ExecNewPodNested<T> withNewExecNewPodLike(ExecNewPodHook item)
withNewExecNewPodLike
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public LifecycleHookFluent.ExecNewPodNested<T> editExecNewPod()
editExecNewPod
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public String getFailurePolicy()
getFailurePolicy
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public T withFailurePolicy(String failurePolicy)
withFailurePolicy
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public T addToTagImages(TagImageHook... items)
addToTagImages
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public T removeFromTagImages(TagImageHook... items)
removeFromTagImages
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public List<TagImageHook> getTagImages()
getTagImages
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public T withTagImages(List<TagImageHook> tagImages)
withTagImages
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public T withTagImages(TagImageHook... tagImages)
withTagImages
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public LifecycleHookFluent.TagImagesNested<T> addNewTagImage()
addNewTagImage
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public LifecycleHookFluent.TagImagesNested<T> addNewTagImageLike(TagImageHook item)
addNewTagImageLike
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface LifecycleHookFluent<T extends LifecycleHookFluent<T>>
Copyright © 2011–2016 Red Hat. All rights reserved.