public class RuntimeSpecFluentImpl<A extends RuntimeSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RuntimeSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
RuntimeSpecFluentImpl.DependenciesNestedImpl<N> |
RuntimeSpecFluent.DependenciesNested<N>| Constructor and Description |
|---|
RuntimeSpecFluentImpl() |
RuntimeSpecFluentImpl(RuntimeSpec instance) |
public RuntimeSpecFluentImpl()
public RuntimeSpecFluentImpl(RuntimeSpec instance)
public String getApplicationClass()
getApplicationClass in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A withApplicationClass(String applicationClass)
withApplicationClass in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public Boolean hasApplicationClass()
hasApplicationClass in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>@Deprecated public A withNewApplicationClass(String arg0)
withNewApplicationClass in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A addToCapabilities(String key, Capability value)
addToCapabilities in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A addToCapabilities(Map<String,Capability> map)
addToCapabilities in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A removeFromCapabilities(String key)
removeFromCapabilities in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A removeFromCapabilities(Map<String,Capability> map)
removeFromCapabilities in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public Map<String,Capability> getCapabilities()
getCapabilities in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public <K,V> A withCapabilities(Map<String,Capability> capabilities)
withCapabilities in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public Boolean hasCapabilities()
hasCapabilities in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A addToDependencies(Integer index, MavenArtifact item)
addToDependencies in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A setToDependencies(Integer index, MavenArtifact item)
setToDependencies in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A addToDependencies(MavenArtifact... items)
addToDependencies in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A addAllToDependencies(Collection<MavenArtifact> items)
addAllToDependencies in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A removeFromDependencies(MavenArtifact... items)
removeFromDependencies in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A removeAllFromDependencies(Collection<MavenArtifact> items)
removeAllFromDependencies in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A removeMatchingFromDependencies(Predicate<MavenArtifactBuilder> predicate)
removeMatchingFromDependencies in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>@Deprecated public List<MavenArtifact> getDependencies()
getDependencies in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public List<MavenArtifact> buildDependencies()
buildDependencies in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public MavenArtifact buildDependency(Integer index)
buildDependency in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public MavenArtifact buildFirstDependency()
buildFirstDependency in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public MavenArtifact buildLastDependency()
buildLastDependency in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public MavenArtifact buildMatchingDependency(Predicate<MavenArtifactBuilder> predicate)
buildMatchingDependency in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public Boolean hasMatchingDependency(Predicate<MavenArtifactBuilder> predicate)
hasMatchingDependency in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A withDependencies(List<MavenArtifact> dependencies)
withDependencies in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A withDependencies(MavenArtifact... dependencies)
withDependencies in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public Boolean hasDependencies()
hasDependencies in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A addNewDependency(String artifactId, String groupId, String version)
addNewDependency in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public RuntimeSpecFluent.DependenciesNested<A> addNewDependency()
addNewDependency in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public RuntimeSpecFluent.DependenciesNested<A> addNewDependencyLike(MavenArtifact item)
addNewDependencyLike in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public RuntimeSpecFluent.DependenciesNested<A> setNewDependencyLike(Integer index, MavenArtifact item)
setNewDependencyLike in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public RuntimeSpecFluent.DependenciesNested<A> editDependency(Integer index)
editDependency in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public RuntimeSpecFluent.DependenciesNested<A> editFirstDependency()
editFirstDependency in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public RuntimeSpecFluent.DependenciesNested<A> editLastDependency()
editLastDependency in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public RuntimeSpecFluent.DependenciesNested<A> editMatchingDependency(Predicate<MavenArtifactBuilder> predicate)
editMatchingDependency in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A addToMetadata(String key, String value)
addToMetadata in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A addToMetadata(Map<String,String> map)
addToMetadata in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A removeFromMetadata(String key)
removeFromMetadata in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A removeFromMetadata(Map<String,String> map)
removeFromMetadata in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public Map<String,String> getMetadata()
getMetadata in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public <K,V> A withMetadata(Map<String,String> metadata)
withMetadata in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public Boolean hasMetadata()
hasMetadata in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public String getProvider()
getProvider in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A withProvider(String provider)
withProvider in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public Boolean hasProvider()
hasProvider in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>@Deprecated public A withNewProvider(String arg0)
withNewProvider in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public String getVersion()
getVersion in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public A withVersion(String version)
withVersion in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>public Boolean hasVersion()
hasVersion in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>@Deprecated public A withNewVersion(String arg0)
withNewVersion in interface RuntimeSpecFluent<A extends RuntimeSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.