SkipAction Class

Summary

Including this setting causes the skip to be handled as a skip rule, thus avoiding the actions from being performed on the objects identified by the other settings.
Assembly
Cake.MsDeploy.dll
Namespace
Cake.MsDeploy.Directives
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["SkipAction"] class Type type-node

Syntax

public sealed class SkipAction : Enum

Fields

Name Constant Value Summary
AddChild 2
Add Child Skip Action
static
Delete 1
Delete Skip Action
static
Update 0
update Skip Action
static
value__

Extension Methods

Name Value Summary
Dump<SkipAction>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<SkipAction>(SkipAction[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<SkipAction>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<SkipAction>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<SkipAction>(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<SkipAction>(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