FlywaySettingsBase Class

Summary

Flyway runner settings
Assembly
Cake.Flyway.dll
Namespace
Cake.Flyway
Base Types
  • ToolSettings
Derived Types
graph BT Type-->Base0["ToolSettings"] Type["FlywaySettingsBase"] class Type type-node Derived0["FlywayRepairSettings"]-->Type click Derived0 "/api/Cake.Flyway/FlywayRepairSettings" Derived1["FlywayCleanSettings"]-->Type click Derived1 "/api/Cake.Flyway/FlywayCleanSettings" Derived2["FlywayBaselineSettings"]-->Type click Derived2 "/api/Cake.Flyway/FlywayBaselineSettings"

Syntax

public abstract class FlywaySettingsBase : ToolSettings

Constructors

Name Summary
FlywaySettingsBase(string) Flyway runner settings

Properties

Methods

Name Value Summary
EvaluateCore(ProcessArgumentBuilder) void
Evaluate options

Extension Methods

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