AppPackagerSettings Class

Summary

Contains settings used by AppPackagerTool<TSettings>
Assembly
Cake.AppPackager.dll
Namespace
Cake.AppPackager
Base Types
  • ToolSettings
graph BT Type-->Base0["ToolSettings"] Type["AppPackagerSettings"] class Type type-node

Syntax

public sealed class AppPackagerSettings : ToolSettings

Constructors

Name Summary
AppPackagerSettings()

Properties

Name Value Summary
EnableVerboseLogging bool
Gets or sets if verbose logging is enabled.
Localized bool
Gets or sets if the validation should be disabled for localized packages.
OverwriteOutput bool
Gets or sets if the output should be overwritten.
PreventOverwriteOutput bool
Gets or sets if overwritting the output should be prevented.
SkipSemanticValidation bool
Gets or sets if the validation should be skipped.

Extension Methods

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