public class BuildOutputFluentImpl<A extends BuildOutputFluent<A>> extends BaseFluent<A> implements BuildOutputFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
BuildOutputFluentImpl.ImageLabelsNestedImpl<N> |
class |
BuildOutputFluentImpl.PushSecretNestedImpl<N> |
class |
BuildOutputFluentImpl.ToNestedImpl<N> |
BuildOutputFluent.ImageLabelsNested<N>, BuildOutputFluent.PushSecretNested<N>, BuildOutputFluent.ToNested<N>
_visitables
Constructor and Description |
---|
BuildOutputFluentImpl() |
BuildOutputFluentImpl(BuildOutput instance) |
public BuildOutputFluentImpl()
public BuildOutputFluentImpl(BuildOutput instance)
public A addToImageLabels(int index, ImageLabel item)
addToImageLabels
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public A setToImageLabels(int index, ImageLabel item)
setToImageLabels
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public A addToImageLabels(ImageLabel... items)
addToImageLabels
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public A addAllToImageLabels(Collection<ImageLabel> items)
addAllToImageLabels
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public A removeFromImageLabels(ImageLabel... items)
removeFromImageLabels
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public A removeAllFromImageLabels(Collection<ImageLabel> items)
removeAllFromImageLabels
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
@Deprecated public List<ImageLabel> getImageLabels()
getImageLabels
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public List<ImageLabel> buildImageLabels()
buildImageLabels
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public ImageLabel buildImageLabel(int index)
buildImageLabel
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public ImageLabel buildFirstImageLabel()
buildFirstImageLabel
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public ImageLabel buildLastImageLabel()
buildLastImageLabel
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public ImageLabel buildMatchingImageLabel(Predicate<ImageLabelBuilder> predicate)
buildMatchingImageLabel
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public A withImageLabels(List<ImageLabel> imageLabels)
withImageLabels
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public A withImageLabels(ImageLabel... imageLabels)
withImageLabels
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public Boolean hasImageLabels()
hasImageLabels
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public BuildOutputFluent.ImageLabelsNested<A> addNewImageLabel()
addNewImageLabel
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public BuildOutputFluent.ImageLabelsNested<A> addNewImageLabelLike(ImageLabel item)
addNewImageLabelLike
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public BuildOutputFluent.ImageLabelsNested<A> setNewImageLabelLike(int index, ImageLabel item)
setNewImageLabelLike
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public BuildOutputFluent.ImageLabelsNested<A> editImageLabel(int index)
editImageLabel
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public BuildOutputFluent.ImageLabelsNested<A> editFirstImageLabel()
editFirstImageLabel
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public BuildOutputFluent.ImageLabelsNested<A> editLastImageLabel()
editLastImageLabel
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public BuildOutputFluent.ImageLabelsNested<A> editMatchingImageLabel(Predicate<ImageLabelBuilder> predicate)
editMatchingImageLabel
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public A addNewImageLabel(String name, String value)
addNewImageLabel
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
@Deprecated public LocalObjectReference getPushSecret()
getPushSecret
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public LocalObjectReference buildPushSecret()
buildPushSecret
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public A withPushSecret(LocalObjectReference pushSecret)
withPushSecret
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public Boolean hasPushSecret()
hasPushSecret
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public BuildOutputFluent.PushSecretNested<A> withNewPushSecret()
withNewPushSecret
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public BuildOutputFluent.PushSecretNested<A> withNewPushSecretLike(LocalObjectReference item)
withNewPushSecretLike
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public BuildOutputFluent.PushSecretNested<A> editPushSecret()
editPushSecret
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public BuildOutputFluent.PushSecretNested<A> editOrNewPushSecret()
editOrNewPushSecret
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public BuildOutputFluent.PushSecretNested<A> editOrNewPushSecretLike(LocalObjectReference item)
editOrNewPushSecretLike
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public A withNewPushSecret(String name)
withNewPushSecret
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
@Deprecated public ObjectReference getTo()
getTo
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public ObjectReference buildTo()
buildTo
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public A withTo(ObjectReference to)
withTo
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public Boolean hasTo()
hasTo
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public BuildOutputFluent.ToNested<A> withNewTo()
withNewTo
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public BuildOutputFluent.ToNested<A> withNewToLike(ObjectReference item)
withNewToLike
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public BuildOutputFluent.ToNested<A> editTo()
editTo
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public BuildOutputFluent.ToNested<A> editOrNewTo()
editOrNewTo
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
public BuildOutputFluent.ToNested<A> editOrNewToLike(ObjectReference item)
editOrNewToLike
in interface BuildOutputFluent<A extends BuildOutputFluent<A>>
Copyright © 2011–2017 Red Hat. All rights reserved.