Class SlackConfigBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1beta1.SlackConfigFluent<SlackConfigBuilder>
-
- io.fabric8.openshift.api.model.monitoring.v1beta1.SlackConfigBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<SlackConfig>,io.fabric8.kubernetes.api.builder.Visitable<SlackConfigBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<SlackConfig,SlackConfigBuilder>
public class SlackConfigBuilder extends SlackConfigFluent<SlackConfigBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<SlackConfig,SlackConfigBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.monitoring.v1beta1.SlackConfigFluent
SlackConfigFluent.ActionsNested<N>, SlackConfigFluent.ApiURLNested<N>, SlackConfigFluent.FieldsNested<N>, SlackConfigFluent.HttpConfigNested<N>
-
-
Constructor Summary
Constructors Constructor Description SlackConfigBuilder()SlackConfigBuilder(SlackConfig instance)SlackConfigBuilder(SlackConfigFluent<?> fluent)SlackConfigBuilder(SlackConfigFluent<?> fluent, SlackConfig instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SlackConfigbuild()-
Methods inherited from class io.fabric8.openshift.api.model.monitoring.v1beta1.SlackConfigFluent
addAllToActions, addAllToFields, addAllToMrkdwnIn, addNewAction, addNewActionLike, addNewField, addNewField, addNewFieldLike, addToActions, addToActions, addToAdditionalProperties, addToAdditionalProperties, addToFields, addToFields, addToMrkdwnIn, addToMrkdwnIn, buildAction, buildActions, buildApiURL, buildField, buildFields, buildFirstAction, buildFirstField, buildHttpConfig, buildLastAction, buildLastField, buildMatchingAction, buildMatchingField, copyInstance, editAction, editApiURL, editField, editFirstAction, editFirstField, editHttpConfig, editLastAction, editLastField, editMatchingAction, editMatchingField, editOrNewApiURL, editOrNewApiURLLike, editOrNewHttpConfig, editOrNewHttpConfigLike, equals, getAdditionalProperties, getCallbackId, getChannel, getColor, getFallback, getFirstMrkdwnIn, getFooter, getIconEmoji, getIconURL, getImageURL, getLastMrkdwnIn, getLinkNames, getMatchingMrkdwnIn, getMrkdwnIn, getMrkdwnIn, getPretext, getSendResolved, getShortFields, getText, getThumbURL, getTitle, getTitleLink, getUsername, hasActions, hasAdditionalProperties, hasApiURL, hasCallbackId, hasChannel, hasColor, hasFallback, hasFields, hasFooter, hashCode, hasHttpConfig, hasIconEmoji, hasIconURL, hasImageURL, hasLinkNames, hasMatchingAction, hasMatchingField, hasMatchingMrkdwnIn, hasMrkdwnIn, hasPretext, hasSendResolved, hasShortFields, hasText, hasThumbURL, hasTitle, hasTitleLink, hasUsername, removeAllFromActions, removeAllFromFields, removeAllFromMrkdwnIn, removeFromActions, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromFields, removeFromMrkdwnIn, removeMatchingFromActions, removeMatchingFromFields, setNewActionLike, setNewFieldLike, setToActions, setToFields, setToMrkdwnIn, toString, withActions, withActions, withAdditionalProperties, withApiURL, withCallbackId, withChannel, withColor, withFallback, withFields, withFields, withFooter, withHttpConfig, withIconEmoji, withIconURL, withImageURL, withLinkNames, withLinkNames, withMrkdwnIn, withMrkdwnIn, withNewApiURL, withNewApiURL, withNewApiURLLike, withNewHttpConfig, withNewHttpConfigLike, withPretext, withSendResolved, withSendResolved, withShortFields, withShortFields, withText, withThumbURL, withTitle, withTitleLink, withUsername
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
SlackConfigBuilder
public SlackConfigBuilder()
-
SlackConfigBuilder
public SlackConfigBuilder(SlackConfigFluent<?> fluent)
-
SlackConfigBuilder
public SlackConfigBuilder(SlackConfigFluent<?> fluent, SlackConfig instance)
-
SlackConfigBuilder
public SlackConfigBuilder(SlackConfig instance)
-
-
Method Detail
-
build
public SlackConfig build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<SlackConfig>
-
-