public class ReleaseFluentImpl<A extends ReleaseFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ReleaseFluent<A>
| Constructor and Description |
|---|
ReleaseFluentImpl() |
ReleaseFluentImpl(Release instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToChannels(Collection<String> items) |
A |
addNewChannel(byte[] arg1) |
A |
addNewChannel(byte[] arg1,
int arg2) |
A |
addNewChannel(byte[] arg1,
int arg2,
int arg3) |
A |
addNewChannel(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
addNewChannel(char[] arg1) |
A |
addNewChannel(char[] arg1,
int arg2,
int arg3) |
A |
addNewChannel(int[] arg1,
int arg2,
int arg3) |
A |
addNewChannel(String arg1) |
A |
addNewChannel(StringBuffer arg1) |
A |
addNewChannel(StringBuilder arg1) |
A |
addToChannels(int index,
String item) |
A |
addToChannels(String... items) |
boolean |
equals(Object o) |
String |
getChannel(int index) |
List<String> |
getChannels() |
String |
getFirstChannel() |
String |
getImage() |
String |
getLastChannel() |
String |
getMatchingChannel(Predicate<String> predicate) |
String |
getUrl() |
String |
getVersion() |
Boolean |
hasChannels() |
int |
hashCode() |
Boolean |
hasImage() |
Boolean |
hasMatchingChannel(Predicate<String> predicate) |
Boolean |
hasUrl() |
Boolean |
hasVersion() |
A |
removeAllFromChannels(Collection<String> items) |
A |
removeFromChannels(String... items) |
A |
setToChannels(int index,
String item) |
A |
withChannels(List<String> channels) |
A |
withChannels(String... channels) |
A |
withImage(String image) |
A |
withNewImage(byte[] arg1) |
A |
withNewImage(byte[] arg1,
int arg2) |
A |
withNewImage(byte[] arg1,
int arg2,
int arg3) |
A |
withNewImage(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewImage(char[] arg1) |
A |
withNewImage(char[] arg1,
int arg2,
int arg3) |
A |
withNewImage(int[] arg1,
int arg2,
int arg3) |
A |
withNewImage(String arg1) |
A |
withNewImage(StringBuffer arg1) |
A |
withNewImage(StringBuilder arg1) |
A |
withNewUrl(byte[] arg1) |
A |
withNewUrl(byte[] arg1,
int arg2) |
A |
withNewUrl(byte[] arg1,
int arg2,
int arg3) |
A |
withNewUrl(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewUrl(char[] arg1) |
A |
withNewUrl(char[] arg1,
int arg2,
int arg3) |
A |
withNewUrl(int[] arg1,
int arg2,
int arg3) |
A |
withNewUrl(String arg1) |
A |
withNewUrl(StringBuffer arg1) |
A |
withNewUrl(StringBuilder arg1) |
A |
withNewVersion(byte[] arg1) |
A |
withNewVersion(byte[] arg1,
int arg2) |
A |
withNewVersion(byte[] arg1,
int arg2,
int arg3) |
A |
withNewVersion(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewVersion(char[] arg1) |
A |
withNewVersion(char[] arg1,
int arg2,
int arg3) |
A |
withNewVersion(int[] arg1,
int arg2,
int arg3) |
A |
withNewVersion(String arg1) |
A |
withNewVersion(StringBuffer arg1) |
A |
withNewVersion(StringBuilder arg1) |
A |
withUrl(String url) |
A |
withVersion(String version) |
public ReleaseFluentImpl()
public ReleaseFluentImpl(Release instance)
public A addToChannels(int index, String item)
addToChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public A setToChannels(int index, String item)
setToChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public A addToChannels(String... items)
addToChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public A addAllToChannels(Collection<String> items)
addAllToChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public A removeFromChannels(String... items)
removeFromChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public A removeAllFromChannels(Collection<String> items)
removeAllFromChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public List<String> getChannels()
getChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public String getChannel(int index)
getChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public String getFirstChannel()
getFirstChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public String getLastChannel()
getLastChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public String getMatchingChannel(Predicate<String> predicate)
getMatchingChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public Boolean hasMatchingChannel(Predicate<String> predicate)
hasMatchingChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withChannels(List<String> channels)
withChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withChannels(String... channels)
withChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public Boolean hasChannels()
hasChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public A addNewChannel(StringBuilder arg1)
addNewChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public A addNewChannel(int[] arg1, int arg2, int arg3)
addNewChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public A addNewChannel(char[] arg1)
addNewChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public A addNewChannel(StringBuffer arg1)
addNewChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public A addNewChannel(byte[] arg1, int arg2)
addNewChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public A addNewChannel(byte[] arg1)
addNewChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public A addNewChannel(char[] arg1, int arg2, int arg3)
addNewChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public A addNewChannel(byte[] arg1, int arg2, int arg3)
addNewChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public A addNewChannel(byte[] arg1, int arg2, int arg3, int arg4)
addNewChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public A addNewChannel(String arg1)
addNewChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public String getImage()
getImage in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withImage(String image)
withImage in interface ReleaseFluent<A extends ReleaseFluent<A>>public Boolean hasImage()
hasImage in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewImage(StringBuilder arg1)
withNewImage in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewImage(int[] arg1, int arg2, int arg3)
withNewImage in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewImage(char[] arg1)
withNewImage in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewImage(StringBuffer arg1)
withNewImage in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewImage(byte[] arg1, int arg2)
withNewImage in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewImage(byte[] arg1)
withNewImage in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewImage(char[] arg1, int arg2, int arg3)
withNewImage in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewImage(byte[] arg1, int arg2, int arg3)
withNewImage in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewImage(byte[] arg1, int arg2, int arg3, int arg4)
withNewImage in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewImage(String arg1)
withNewImage in interface ReleaseFluent<A extends ReleaseFluent<A>>public String getUrl()
getUrl in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withUrl(String url)
withUrl in interface ReleaseFluent<A extends ReleaseFluent<A>>public Boolean hasUrl()
hasUrl in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewUrl(StringBuilder arg1)
withNewUrl in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewUrl(int[] arg1, int arg2, int arg3)
withNewUrl in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewUrl(char[] arg1)
withNewUrl in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewUrl(StringBuffer arg1)
withNewUrl in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewUrl(byte[] arg1, int arg2)
withNewUrl in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewUrl(byte[] arg1)
withNewUrl in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewUrl(char[] arg1, int arg2, int arg3)
withNewUrl in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewUrl(byte[] arg1, int arg2, int arg3)
withNewUrl in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewUrl(byte[] arg1, int arg2, int arg3, int arg4)
withNewUrl in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewUrl(String arg1)
withNewUrl in interface ReleaseFluent<A extends ReleaseFluent<A>>public String getVersion()
getVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withVersion(String version)
withVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>public Boolean hasVersion()
hasVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewVersion(StringBuilder arg1)
withNewVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewVersion(int[] arg1, int arg2, int arg3)
withNewVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewVersion(char[] arg1)
withNewVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewVersion(StringBuffer arg1)
withNewVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewVersion(byte[] arg1, int arg2)
withNewVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewVersion(byte[] arg1)
withNewVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewVersion(char[] arg1, int arg2, int arg3)
withNewVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewVersion(byte[] arg1, int arg2, int arg3)
withNewVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewVersion(byte[] arg1, int arg2, int arg3, int arg4)
withNewVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewVersion(String arg1)
withNewVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.