EndpointAliases Class

Summary

Collection of Cake.Endpoint aliases that will be injected into the cake context.
Assembly
Cake.Endpoint.dll
Namespace
Cake.Endpoint
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["EndpointAliases"] class Type type-node

Syntax

public static class EndpointAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
EndpointCreate(ICakeContext, IEnumerable<Endpoint>, EndpointCreatorSettings) void
Creates endpoints by copying all files and directories accoring to the endpoint definition.
static
EndpointCreate(ICakeContext, IEnumerable<Endpoint>) void
Creates endpoints by copying all files and directories accoring to the endpoint definition.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin