GitterChatMessageSettings Class

Summary

Class that lets you override default API settings
Assembly
Cake.Gitter.dll
Namespace
Cake.Gitter.Chat
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["GitterChatMessageSettings"] class Type type-node

Syntax

public sealed class GitterChatMessageSettings

Attributes

Type Description
CakeAliasCategoryAttribute

Constructors

Properties

Name Value Summary
IncomingWebHookUrl string
Gets or sets the Gitter Incoming Web Hook Url
MessageLevel GitterMessageLevel
Gets or sets the Gitter Message Level
RoomId string
Gets or sets the Gitter Room Id.
ThrowOnFail Nullable<bool>
Gets or sets the Optional flag for if should throw exception on failure
Token string
Gets or sets the Gitter token used for authentication.

Extension Methods

Name Value Summary
Dump<GitterChatMessageSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<GitterChatMessageSettings>(GitterChatMessageSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<GitterChatMessageSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<GitterChatMessageSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<GitterChatMessageSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<GitterChatMessageSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin