FastlaneConfiguration Class

Summary

Configuration for fastlane.
graph BT Type-->Base0["ToolSettings"] Type["FastlaneConfiguration"] class Type type-node Derived0["FastlanePemConfiguration"]-->Type click Derived0 "/api/Cake.Fastlane/FastlanePemConfiguration" Derived1["FastlaneSupplyConfiguration"]-->Type click Derived1 "/api/Cake.Fastlane/FastlaneSupplyConfiguration" Derived2["FastlaneDeliverConfiguration"]-->Type click Derived2 "/api/Cake.Fastlane/FastlaneDeliverConfiguration" Derived3["FastlanePilotConfiguration"]-->Type click Derived3 "/api/Cake.Fastlane/FastlanePilotConfiguration" Derived4["FastlaneMatchConfiguration"]-->Type click Derived4 "/api/Cake.Fastlane/FastlaneMatchConfiguration"

Syntax

public class FastlaneConfiguration : ToolSettings

Constructors

Properties

Name Value Summary
AppIdentifier string
Gets or sets the bundle identifier(s) of your app (comma-separated).
Force bool
Gets or sets a value indicating whether to renew the provisioning profiles every time you run match.
GitFullName string
Gets or sets the full name of the git user.
GitUserEmail string
Gets or sets the git users email.
Platform string
Gets or sets the provisioning profile's platform to work with (i.e. ios, tvos)
TeamId string
Gets or sets the team identifier.
TeamName string
Gets or sets the name of the team.
UseBundleExecution bool
Gets or sets a value indicating whether [use bundle execution].
UserName string
Gets or sets your Apple ID Username.

Extension Methods

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

See Also