FastlaneProvider Class

Summary

Provides functionality for fastlane tools.
Assembly
Cake.Fastlane.dll
Namespace
Cake.Fastlane
Interfaces
  • IFastlaneProvider
  • IFastlaneToolProvider
  • IFastlaneMatchProvider
  • IFastlaneDeliverProvider
  • IFastlanePemProvider
  • IFastlanePilotProvider
  • IFastlaneSupplyProvider
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IFastlaneProvider"] Type-.->Interface1["IFastlaneToolProvider"] Type-.->Interface2["IFastlaneMatchProvider"] Type-.->Interface3["IFastlaneDeliverProvider"] Type-.->Interface4["IFastlanePemProvider"] Type-.->Interface5["IFastlanePilotProvider"] Type-.->Interface6["IFastlaneSupplyProvider"] Type["FastlaneProvider"] class Type type-node

Syntax

public sealed class FastlaneProvider : IFastlaneProvider, IFastlaneToolProvider, 
    IFastlaneMatchProvider, IFastlaneDeliverProvider, IFastlanePemProvider, IFastlanePilotProvider, 
    IFastlaneSupplyProvider

Constructors

Name Summary
FastlaneProvider(ICakeContext) Initializes a new instance of the FastlaneProvider class.

Methods

Name Value Summary
Deliver(Action<FastlaneDeliverConfiguration>) void
Executes fastlane deliver with the specified configuration action.
Deliver(FastlaneDeliverConfiguration) void
Delivers the specified deliver configuration.
Match(Action<FastlaneMatchConfiguration>) void
Executes fastlane match with the specified configuration action.
Match(FastlaneMatchConfiguration) void
Executes fastlane match with the specified configuration.
Pem(Action<FastlanePemConfiguration>) void
Executes fastlane pem with the specified configuration action.
Pem(FastlanePemConfiguration) void
Executes fastlane pem with the specified configuration.
Pilot(Action<FastlanePilotConfiguration>) void
Executes fastlane pilot with the specified configuration action.
Pilot(FastlanePilotConfiguration) void
Executes fastlane pilot with the specified configuration.
Supply(Action<FastlaneSupplyConfiguration>) void
Executes fastlane supply with the specified configuration action.
Supply(FastlaneSupplyConfiguration) void
Executes fastlane supply with the specified configuration.
Update() void
Executes fastlane updating to the latest version of fastlane.

Extension Methods

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