This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Fastlane.
Summary
Provides functionality for fastlane tools.
- Assembly
- Cake
.Fastlane .dll - Namespace
- Cake
.Fastlane - Interfaces
-
- IFastlaneProvider
- I
Fastlane Tool Provider - I
Fastlane Match Provider - I
Fastlane Deliver Provider - IFastlanePemProvider
- I
Fastlane Pilot Provider - I
Fastlane Supply Provider
- 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 |
Initializes a new instance of the FastlaneProvider class.
|
Methods
Name | Value | Summary |
---|---|---|
Deliver |
void |
Executes fastlane deliver with the specified configuration action.
|
Deliver |
void |
Delivers the specified deliver configuration.
|
Match |
void |
Executes fastlane match with the specified configuration action.
|
Match |
void |
Executes fastlane match with the specified configuration.
|
Pem |
void |
Executes fastlane pem with the specified configuration action.
|
Pem |
void |
Executes fastlane pem with the specified configuration.
|
Pilot |
void |
Executes fastlane pilot with the specified configuration action.
|
Pilot |
void |
Executes fastlane pilot with the specified configuration.
|
Supply |
void |
Executes fastlane supply with the specified configuration action.
|
Supply |
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 |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|