public interface MavenSpecFluent<A extends MavenSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MavenSpecFluent.SettingsNested<N> |
String getLocalRepository()
Boolean hasLocalRepository()
A withNewLocalRepository(StringBuilder arg1)
A withNewLocalRepository(int[] arg1, int arg2, int arg3)
A withNewLocalRepository(char[] arg1)
A withNewLocalRepository(StringBuffer arg1)
A withNewLocalRepository(byte[] arg1, int arg2)
A withNewLocalRepository(byte[] arg1)
A withNewLocalRepository(char[] arg1, int arg2, int arg3)
A withNewLocalRepository(byte[] arg1, int arg2, int arg3)
A withNewLocalRepository(byte[] arg1, int arg2, int arg3, int arg4)
@Deprecated ValueSource getSettings()
ValueSource buildSettings()
A withSettings(ValueSource settings)
Boolean hasSettings()
MavenSpecFluent.SettingsNested<A> withNewSettings()
MavenSpecFluent.SettingsNested<A> withNewSettingsLike(ValueSource item)
MavenSpecFluent.SettingsNested<A> editSettings()
MavenSpecFluent.SettingsNested<A> editOrNewSettings()
MavenSpecFluent.SettingsNested<A> editOrNewSettingsLike(ValueSource item)
io.fabric8.kubernetes.api.model.Duration getTimeout()
A withTimeout(io.fabric8.kubernetes.api.model.Duration timeout)
Boolean hasTimeout()
Copyright © 2015–2021 Red Hat. All rights reserved.