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) |
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(String arg1)
addNewChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public A addNewChannel(StringBuilder arg1)
addNewChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public A addNewChannel(StringBuffer 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(String arg1)
withNewImage in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewImage(StringBuilder arg1)
withNewImage in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewImage(StringBuffer 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(String arg1)
withNewUrl in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewUrl(StringBuilder arg1)
withNewUrl in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewUrl(StringBuffer 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(String arg1)
withNewVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewVersion(StringBuilder arg1)
withNewVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withNewVersion(StringBuffer arg1)
withNewVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.