public class LifecycleHookFluentImpl<A extends LifecycleHookFluent<A>> extends BaseFluent<A> implements LifecycleHookFluent<A>
| 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) |
| Modifier and Type | Method and Description |
|---|---|
LifecycleHookFluent.TagImagesNested<A> |
addNewTagImage() |
LifecycleHookFluent.TagImagesNested<A> |
addNewTagImageLike(TagImageHook item) |
A |
addToTagImages(TagImageHook... items) |
LifecycleHookFluent.ExecNewPodNested<A> |
editExecNewPod() |
LifecycleHookFluent.ExecNewPodNested<A> |
editOrNewExecNewPod() |
LifecycleHookFluent.ExecNewPodNested<A> |
editOrNewExecNewPodLike(ExecNewPodHook item) |
boolean |
equals(Object o) |
ExecNewPodHook |
getExecNewPod() |
String |
getFailurePolicy() |
List<TagImageHook> |
getTagImages() |
A |
removeFromTagImages(TagImageHook... items) |
A |
withExecNewPod(ExecNewPodHook execNewPod) |
A |
withFailurePolicy(String failurePolicy) |
LifecycleHookFluent.ExecNewPodNested<A> |
withNewExecNewPod() |
LifecycleHookFluent.ExecNewPodNested<A> |
withNewExecNewPodLike(ExecNewPodHook item) |
A |
withTagImages(List<TagImageHook> tagImages) |
A |
withTagImages(TagImageHook... tagImages) |
public LifecycleHookFluentImpl()
public LifecycleHookFluentImpl(LifecycleHook instance)
public ExecNewPodHook getExecNewPod()
getExecNewPod in interface LifecycleHookFluent<A extends LifecycleHookFluent<A>>public A withExecNewPod(ExecNewPodHook execNewPod)
withExecNewPod in interface LifecycleHookFluent<A extends LifecycleHookFluent<A>>public LifecycleHookFluent.ExecNewPodNested<A> withNewExecNewPod()
withNewExecNewPod in interface LifecycleHookFluent<A extends LifecycleHookFluent<A>>public LifecycleHookFluent.ExecNewPodNested<A> withNewExecNewPodLike(ExecNewPodHook item)
withNewExecNewPodLike in interface LifecycleHookFluent<A extends LifecycleHookFluent<A>>public LifecycleHookFluent.ExecNewPodNested<A> editExecNewPod()
editExecNewPod in interface LifecycleHookFluent<A extends LifecycleHookFluent<A>>public LifecycleHookFluent.ExecNewPodNested<A> editOrNewExecNewPod()
editOrNewExecNewPod in interface LifecycleHookFluent<A extends LifecycleHookFluent<A>>public LifecycleHookFluent.ExecNewPodNested<A> editOrNewExecNewPodLike(ExecNewPodHook item)
editOrNewExecNewPodLike in interface LifecycleHookFluent<A extends LifecycleHookFluent<A>>public String getFailurePolicy()
getFailurePolicy in interface LifecycleHookFluent<A extends LifecycleHookFluent<A>>public A withFailurePolicy(String failurePolicy)
withFailurePolicy in interface LifecycleHookFluent<A extends LifecycleHookFluent<A>>public A addToTagImages(TagImageHook... items)
addToTagImages in interface LifecycleHookFluent<A extends LifecycleHookFluent<A>>public A removeFromTagImages(TagImageHook... items)
removeFromTagImages in interface LifecycleHookFluent<A extends LifecycleHookFluent<A>>public List<TagImageHook> getTagImages()
getTagImages in interface LifecycleHookFluent<A extends LifecycleHookFluent<A>>public A withTagImages(List<TagImageHook> tagImages)
withTagImages in interface LifecycleHookFluent<A extends LifecycleHookFluent<A>>public A withTagImages(TagImageHook... tagImages)
withTagImages in interface LifecycleHookFluent<A extends LifecycleHookFluent<A>>public LifecycleHookFluent.TagImagesNested<A> addNewTagImage()
addNewTagImage in interface LifecycleHookFluent<A extends LifecycleHookFluent<A>>public LifecycleHookFluent.TagImagesNested<A> addNewTagImageLike(TagImageHook item)
addNewTagImageLike in interface LifecycleHookFluent<A extends LifecycleHookFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.