FastlaneMatchProvider Class

Summary

Provides functionality for fastlane match tool.
Assembly
Cake.Fastlane.dll
Namespace
Cake.Fastlane
Interfaces
  • IFastlaneMatchProvider
Base Types
graph BT Type-->Base0["FastlaneTool<FastlaneMatchConfiguration>"] Base0-->Base1["Tool<FastlaneMatchConfiguration>"] Type-.->Interface0["IFastlaneMatchProvider"] Type["FastlaneMatchProvider"] class Type type-node

Syntax

public class FastlaneMatchProvider : FastlaneTool<FastlaneMatchConfiguration>, 
    IFastlaneMatchProvider

Constructors

Methods

Name Value Summary
Match(Action<FastlaneMatchConfiguration>) void
Executes fastlane match with the specified configuration action.
Match(FastlaneMatchConfiguration) void
Executes fastlane match with the specified configuration.

Extension Methods

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