TopshelfAliases Class

Summary

Topshelf aliases
Assembly
Cake.Topshelf.dll
Namespace
Cake.Topshelf
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["TopshelfAliases"] class Type type-node

Syntax

public static class TopshelfAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
InstallTopshelf(ICakeContext, FilePath, TopshelfSettings) void
Installs a Topshelf windows service
static
InstallTopshelf(ICakeContext, FilePath) void
Installs a Topshelf windows service
static
StartTopshelf(ICakeContext, FilePath, string, int) void
Starts a Topshelf windows service
static
StartTopshelf(ICakeContext, FilePath, string) void
Starts a Topshelf windows service
static
StartTopshelf(ICakeContext, FilePath) void
Starts a Topshelf windows service
static
StopTopshelf(ICakeContext, FilePath, string, int) void
Stops a Topshelf windows service
static
StopTopshelf(ICakeContext, FilePath, string) void
Stops a Topshelf windows service
static
StopTopshelf(ICakeContext, FilePath) void
Stops a Topshelf windows service
static
UninstallTopshelf(ICakeContext, FilePath, string, bool, int) void
Uninstalls a Topshelf windows service
static
UninstallTopshelf(ICakeContext, FilePath, string, bool) void
Uninstalls a Topshelf windows service
static
UninstallTopshelf(ICakeContext, FilePath, string) void
Uninstalls a Topshelf windows service
static
UninstallTopshelf(ICakeContext, FilePath) void
Uninstalls a Topshelf windows service
static

Extension Methods

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