FlywayValidateSettings Class

Summary

Flyway validate settings
graph BT Type-->Base0["FlywayInfoSettings"] click Base0 "/api/Cake.Flyway/FlywayInfoSettings" Base0-->Base1["FlywayRepairSettings"] click Base1 "/api/Cake.Flyway/FlywayRepairSettings" Base1-->Base2["FlywaySettingsBase"] click Base2 "/api/Cake.Flyway/FlywaySettingsBase" Base2-->Base3["ToolSettings"] Type["FlywayValidateSettings"] class Type type-node Derived0["FlywayMigrateSettings"]-->Type click Derived0 "/api/Cake.Flyway/FlywayMigrateSettings"

Syntax

public class FlywayValidateSettings : FlywayInfoSettings

Constructors

Name Summary
FlywayValidateSettings() Flyway validate settings
FlywayValidateSettings(string) Flyway settings ctor for derived classes

Properties

Methods

Name Value Summary
EvaluateCore(ProcessArgumentBuilder) void
Evaluate Configuration

Extension Methods

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