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 String getBuildAPIVersion()
getBuildAPIVersion
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
public A withBuildAPIVersion(String buildAPIVersion)
withBuildAPIVersion
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
public Boolean hasBuildAPIVersion()
hasBuildAPIVersion
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
public A withNewBuildAPIVersion(String arg1)
withNewBuildAPIVersion
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
public A withNewBuildAPIVersion(StringBuilder arg1)
withNewBuildAPIVersion
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
public A withNewBuildAPIVersion(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(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(Collection<EnvVar> items)
removeAllFromEnv
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
@Deprecated public List<EnvVar> getEnv()
getEnv
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
public 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 Boolean hasMatchingEnv(Predicate<EnvVarBuilder> predicate)
hasMatchingEnv
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
public A withEnv(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 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 Boolean isExposeDockerSocket()
isExposeDockerSocket
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
public A withExposeDockerSocket(Boolean exposeDockerSocket)
withExposeDockerSocket
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
public Boolean hasExposeDockerSocket()
hasExposeDockerSocket
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
public A withNewExposeDockerSocket(String arg1)
withNewExposeDockerSocket
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
public A withNewExposeDockerSocket(boolean arg1)
withNewExposeDockerSocket
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
public Boolean isForcePull()
isForcePull
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
public A withForcePull(Boolean forcePull)
withForcePull
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
public Boolean hasForcePull()
hasForcePull
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
public A withNewForcePull(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 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 Boolean hasPullSecret()
hasPullSecret
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
public A withNewPullSecret(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(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(Collection<SecretSpec> items)
removeAllFromSecrets
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
@Deprecated public List<SecretSpec> getSecrets()
getSecrets
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
public 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 Boolean hasMatchingSecret(Predicate<SecretSpecBuilder> predicate)
hasMatchingSecret
in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>
public A withSecrets(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 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>>
Copyright © 2015–2019 Red Hat. All rights reserved.