public interface ConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConsoleNotificationSpecFluent.LinkNested<N> |
String getBackgroundColor()
Boolean hasBackgroundColor()
A withNewBackgroundColor(StringBuilder arg1)
A withNewBackgroundColor(int[] arg1, int arg2, int arg3)
A withNewBackgroundColor(char[] arg1)
A withNewBackgroundColor(StringBuffer arg1)
A withNewBackgroundColor(byte[] arg1, int arg2)
A withNewBackgroundColor(byte[] arg1)
A withNewBackgroundColor(char[] arg1, int arg2, int arg3)
A withNewBackgroundColor(byte[] arg1, int arg2, int arg3)
A withNewBackgroundColor(byte[] arg1, int arg2, int arg3, int arg4)
String getColor()
Boolean hasColor()
A withNewColor(StringBuilder arg1)
A withNewColor(int[] arg1, int arg2, int arg3)
A withNewColor(char[] arg1)
A withNewColor(StringBuffer arg1)
A withNewColor(byte[] arg1, int arg2)
A withNewColor(byte[] arg1)
A withNewColor(char[] arg1, int arg2, int arg3)
A withNewColor(byte[] arg1, int arg2, int arg3)
A withNewColor(byte[] arg1, int arg2, int arg3, int arg4)
@Deprecated Link getLink()
Link buildLink()
Boolean hasLink()
ConsoleNotificationSpecFluent.LinkNested<A> withNewLink()
ConsoleNotificationSpecFluent.LinkNested<A> withNewLinkLike(Link item)
ConsoleNotificationSpecFluent.LinkNested<A> editLink()
ConsoleNotificationSpecFluent.LinkNested<A> editOrNewLink()
ConsoleNotificationSpecFluent.LinkNested<A> editOrNewLinkLike(Link item)
String getLocation()
Boolean hasLocation()
A withNewLocation(StringBuilder arg1)
A withNewLocation(int[] arg1, int arg2, int arg3)
A withNewLocation(char[] arg1)
A withNewLocation(StringBuffer arg1)
A withNewLocation(byte[] arg1, int arg2)
A withNewLocation(byte[] arg1)
A withNewLocation(char[] arg1, int arg2, int arg3)
A withNewLocation(byte[] arg1, int arg2, int arg3)
A withNewLocation(byte[] arg1, int arg2, int arg3, int arg4)
String getText()
Boolean hasText()
A withNewText(StringBuilder arg1)
A withNewText(int[] arg1, int arg2, int arg3)
A withNewText(char[] arg1)
A withNewText(StringBuffer arg1)
A withNewText(byte[] arg1, int arg2)
A withNewText(byte[] arg1)
A withNewText(char[] arg1, int arg2, int arg3)
A withNewText(byte[] arg1, int arg2, int arg3)
A withNewText(byte[] arg1, int arg2, int arg3, int arg4)
Copyright © 2015–2021 Red Hat. All rights reserved.