public class BuildOutputFluentImpl<A extends BuildOutputFluent<A>> extends BaseFluent<A> implements BuildOutputFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
BuildOutputFluentImpl.PushSecretNestedImpl<N> |
class |
BuildOutputFluentImpl.ToNestedImpl<N> |
BuildOutputFluent.PushSecretNested<N>, BuildOutputFluent.ToNested<N>_visitables| Constructor and Description |
|---|
BuildOutputFluentImpl() |
BuildOutputFluentImpl(BuildOutput instance) |
| Modifier and Type | Method and Description |
|---|---|
BuildOutputFluent.PushSecretNested<A> |
editPushSecret() |
BuildOutputFluent.ToNested<A> |
editTo() |
boolean |
equals(Object o) |
LocalObjectReference |
getPushSecret() |
ObjectReference |
getTo() |
BuildOutputFluent.PushSecretNested<A> |
withNewPushSecret() |
A |
withNewPushSecret(String name) |
BuildOutputFluent.PushSecretNested<A> |
withNewPushSecretLike(LocalObjectReference item) |
BuildOutputFluent.ToNested<A> |
withNewTo() |
BuildOutputFluent.ToNested<A> |
withNewToLike(ObjectReference item) |
A |
withPushSecret(LocalObjectReference pushSecret) |
A |
withTo(ObjectReference to) |
public BuildOutputFluentImpl()
public BuildOutputFluentImpl(BuildOutput instance)
public LocalObjectReference getPushSecret()
getPushSecret in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public A withPushSecret(LocalObjectReference pushSecret)
withPushSecret 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 A withNewPushSecret(String name)
withNewPushSecret in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public ObjectReference getTo()
getTo in interface BuildOutputFluent<A extends BuildOutputFluent<A>>public A withTo(ObjectReference to)
withTo 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>>Copyright © 2011–2016 Red Hat. All rights reserved.