This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Endpoint.
Summary
Repesenting an endpoint that contains source / target mappings
- Assembly
- Cake
.Endpoint .dll - Namespace
- Cake
.Endpoint .Model - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["Endpoint"]
class Type type-node
Syntax
public class Endpoint
Constructors
Name | Summary |
---|---|
Endpoint |
Properties
Name | Value | Summary |
---|---|---|
CreateRelease | bool |
Gets or sets a value indicating that the endpoint should be released.
|
Departments | List |
Gets or sets a list of departments of an endpoint.
|
Description | MlString |
Gets or sets a value indicating the description of an endpoint.
|
Directories | Directory[] |
Gets or sets a list of directory copy statements.
|
DocsUrl | string |
Gets or sets a value indicating the docs url of an endpoint.
|
Files | File[] |
Gets or sets a list of file copy statements
|
IconUrl | string |
Gets or sets a value indicating the icon url of an endpoint.
|
IconUrlOld | string |
Gets or sets a value indicating the old icon url of an endpoint.
|
Id | string |
Gets or sets a value indicating the Id of an endpoint.
The Id is used for the relative target directory.
|
Microservice | string |
Gets or sets a value indicating the microservice of an endpoint.
|
Name | MlString |
Gets or sets a value indicating the name of an endpoint.
|
ServiceIds | List |
Gets or sets a value indicating the service ids of an endpoint.
|
Subheadline | MlString |
Gets or sets a value indicating the subheadline of an endpoint.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|