public interface LifecycleHookFluent<A extends LifecycleHookFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
LifecycleHookFluent.ExecNewPodNested<N> |
static interface |
LifecycleHookFluent.TagImagesNested<N> |
@Deprecated ExecNewPodHook getExecNewPod()
ExecNewPodHook buildExecNewPod()
A withExecNewPod(ExecNewPodHook execNewPod)
Boolean hasExecNewPod()
LifecycleHookFluent.ExecNewPodNested<A> withNewExecNewPod()
LifecycleHookFluent.ExecNewPodNested<A> withNewExecNewPodLike(ExecNewPodHook item)
LifecycleHookFluent.ExecNewPodNested<A> editExecNewPod()
LifecycleHookFluent.ExecNewPodNested<A> editOrNewExecNewPod()
LifecycleHookFluent.ExecNewPodNested<A> editOrNewExecNewPodLike(ExecNewPodHook item)
String getFailurePolicy()
Boolean hasFailurePolicy()
A addToTagImages(int index, TagImageHook item)
A setToTagImages(int index, TagImageHook item)
A addToTagImages(TagImageHook... items)
A addAllToTagImages(Collection<TagImageHook> items)
A removeFromTagImages(TagImageHook... items)
A removeAllFromTagImages(Collection<TagImageHook> items)
@Deprecated List<TagImageHook> getTagImages()
List<TagImageHook> buildTagImages()
TagImageHook buildTagImage(int index)
TagImageHook buildFirstTagImage()
TagImageHook buildLastTagImage()
TagImageHook buildMatchingTagImage(Predicate<TagImageHookBuilder> predicate)
A withTagImages(List<TagImageHook> tagImages)
A withTagImages(TagImageHook... tagImages)
Boolean hasTagImages()
LifecycleHookFluent.TagImagesNested<A> addNewTagImage()
LifecycleHookFluent.TagImagesNested<A> addNewTagImageLike(TagImageHook item)
LifecycleHookFluent.TagImagesNested<A> setNewTagImageLike(int index, TagImageHook item)
LifecycleHookFluent.TagImagesNested<A> editTagImage(int index)
LifecycleHookFluent.TagImagesNested<A> editFirstTagImage()
LifecycleHookFluent.TagImagesNested<A> editLastTagImage()
LifecycleHookFluent.TagImagesNested<A> editMatchingTagImage(Predicate<TagImageHookBuilder> predicate)
Copyright © 2011–2017 Red Hat. All rights reserved.