public class CustomBuildStrategyFluentImpl<A extends CustomBuildStrategyFluent<A>> extends BaseFluent<A> implements CustomBuildStrategyFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CustomBuildStrategyFluentImpl.EnvNestedImpl<N> |
class |
CustomBuildStrategyFluentImpl.FromNestedImpl<N> |
class |
CustomBuildStrategyFluentImpl.PullSecretNestedImpl<N> |
class |
CustomBuildStrategyFluentImpl.SecretsNestedImpl<N> |
CustomBuildStrategyFluent.EnvNested<N>, CustomBuildStrategyFluent.FromNested<N>, CustomBuildStrategyFluent.PullSecretNested<N>, CustomBuildStrategyFluent.SecretsNested<N>_visitables| Constructor and Description |
|---|
CustomBuildStrategyFluentImpl() |
CustomBuildStrategyFluentImpl(CustomBuildStrategy instance) |
public CustomBuildStrategyFluentImpl()
public CustomBuildStrategyFluentImpl(CustomBuildStrategy instance)
public java.lang.String getBuildAPIVersion()
getBuildAPIVersion in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withBuildAPIVersion(java.lang.String buildAPIVersion)
withBuildAPIVersion in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public java.lang.Boolean hasBuildAPIVersion()
hasBuildAPIVersion in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withNewBuildAPIVersion(java.lang.String arg1)
withNewBuildAPIVersion in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withNewBuildAPIVersion(java.lang.StringBuilder arg1)
withNewBuildAPIVersion in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withNewBuildAPIVersion(java.lang.StringBuffer arg1)
withNewBuildAPIVersion in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A addToEnv(int index, EnvVar item)
addToEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A setToEnv(int index, EnvVar item)
setToEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A addToEnv(EnvVar... items)
addToEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A addAllToEnv(java.util.Collection<EnvVar> items)
addAllToEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A removeFromEnv(EnvVar... items)
removeFromEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A removeAllFromEnv(java.util.Collection<EnvVar> items)
removeAllFromEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>@Deprecated public java.util.List<EnvVar> getEnv()
getEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public java.util.List<EnvVar> buildEnv()
buildEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public EnvVar buildEnv(int index)
buildEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public EnvVar buildFirstEnv()
buildFirstEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public EnvVar buildLastEnv()
buildLastEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public EnvVar buildMatchingEnv(Predicate<EnvVarBuilder> predicate)
buildMatchingEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public java.lang.Boolean hasMatchingEnv(Predicate<EnvVarBuilder> predicate)
hasMatchingEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withEnv(java.util.List<EnvVar> env)
withEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withEnv(EnvVar... env)
withEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public java.lang.Boolean hasEnv()
hasEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.EnvNested<A> addNewEnv()
addNewEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.EnvNested<A> addNewEnvLike(EnvVar item)
addNewEnvLike in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.EnvNested<A> setNewEnvLike(int index, EnvVar item)
setNewEnvLike in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.EnvNested<A> editEnv(int index)
editEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.EnvNested<A> editFirstEnv()
editFirstEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.EnvNested<A> editLastEnv()
editLastEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.EnvNested<A> editMatchingEnv(Predicate<EnvVarBuilder> predicate)
editMatchingEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public java.lang.Boolean isExposeDockerSocket()
isExposeDockerSocket in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withExposeDockerSocket(java.lang.Boolean exposeDockerSocket)
withExposeDockerSocket in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public java.lang.Boolean hasExposeDockerSocket()
hasExposeDockerSocket in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withNewExposeDockerSocket(java.lang.String arg1)
withNewExposeDockerSocket in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withNewExposeDockerSocket(boolean arg1)
withNewExposeDockerSocket in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public java.lang.Boolean isForcePull()
isForcePull in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withForcePull(java.lang.Boolean forcePull)
withForcePull in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public java.lang.Boolean hasForcePull()
hasForcePull in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withNewForcePull(java.lang.String arg1)
withNewForcePull in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withNewForcePull(boolean arg1)
withNewForcePull in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>@Deprecated public ObjectReference getFrom()
getFrom in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public ObjectReference buildFrom()
buildFrom in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withFrom(ObjectReference from)
withFrom in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public java.lang.Boolean hasFrom()
hasFrom in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.FromNested<A> withNewFrom()
withNewFrom in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.FromNested<A> withNewFromLike(ObjectReference item)
withNewFromLike in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.FromNested<A> editFrom()
editFrom in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.FromNested<A> editOrNewFrom()
editOrNewFrom in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.FromNested<A> editOrNewFromLike(ObjectReference item)
editOrNewFromLike in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>@Deprecated public LocalObjectReference getPullSecret()
getPullSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public LocalObjectReference buildPullSecret()
buildPullSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withPullSecret(LocalObjectReference pullSecret)
withPullSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public java.lang.Boolean hasPullSecret()
hasPullSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withNewPullSecret(java.lang.String name)
withNewPullSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.PullSecretNested<A> withNewPullSecret()
withNewPullSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.PullSecretNested<A> withNewPullSecretLike(LocalObjectReference item)
withNewPullSecretLike in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.PullSecretNested<A> editPullSecret()
editPullSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.PullSecretNested<A> editOrNewPullSecret()
editOrNewPullSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.PullSecretNested<A> editOrNewPullSecretLike(LocalObjectReference item)
editOrNewPullSecretLike in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A addToSecrets(int index, SecretSpec item)
addToSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A setToSecrets(int index, SecretSpec item)
setToSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A addToSecrets(SecretSpec... items)
addToSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A addAllToSecrets(java.util.Collection<SecretSpec> items)
addAllToSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A removeFromSecrets(SecretSpec... items)
removeFromSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A removeAllFromSecrets(java.util.Collection<SecretSpec> items)
removeAllFromSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>@Deprecated public java.util.List<SecretSpec> getSecrets()
getSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public java.util.List<SecretSpec> buildSecrets()
buildSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public SecretSpec buildSecret(int index)
buildSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public SecretSpec buildFirstSecret()
buildFirstSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public SecretSpec buildLastSecret()
buildLastSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public SecretSpec buildMatchingSecret(Predicate<SecretSpecBuilder> predicate)
buildMatchingSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public java.lang.Boolean hasMatchingSecret(Predicate<SecretSpecBuilder> predicate)
hasMatchingSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withSecrets(java.util.List<SecretSpec> secrets)
withSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withSecrets(SecretSpec... secrets)
withSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public java.lang.Boolean hasSecrets()
hasSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.SecretsNested<A> addNewSecret()
addNewSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.SecretsNested<A> addNewSecretLike(SecretSpec item)
addNewSecretLike in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.SecretsNested<A> setNewSecretLike(int index, SecretSpec item)
setNewSecretLike in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.SecretsNested<A> editSecret(int index)
editSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.SecretsNested<A> editFirstSecret()
editFirstSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.SecretsNested<A> editLastSecret()
editLastSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.SecretsNested<A> editMatchingSecret(Predicate<SecretSpecBuilder> predicate)
editMatchingSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.