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
Fastlane supply configuration options.
- Assembly
- Cake
.Fastlane .dll - Namespace
- Cake
.Fastlane - Base Types
-
- ToolSettings
- Fastlane
Configuration
graph BT
Type-->Base0["FastlaneConfiguration"]
click Base0 "/api/Cake.Fastlane/FastlaneConfiguration"
Base0-->Base1["ToolSettings"]
Type["FastlaneSupplyConfiguration"]
class Type type-node
Syntax
public class FastlaneSupplyConfiguration : FastlaneConfiguration
Constructors
Name | Summary |
---|---|
Fastlane |
Initializes a new instance of the FastlaneSupplyConfiguration class.
|
Properties
Name | Value | Summary |
---|---|---|
AAB | FilePath |
Gets or sets the file path to the AAB file to upload.
|
ApkFilePath | FilePath |
Gets or sets the file path to the APK to upload.
|
ApkFiles | IEnumerable |
Gets or sets an array of APK file paths to upload.
|
AppIdentifier | string |
Gets or sets the bundle identifier(s) of your app (comma-separated).
Inherited from Fastlane
|
Check |
bool |
Gets or sets a value indicating whether to check the other tracks for superseded versions and disable them.
|
Force | bool |
Gets or sets a value indicating whether to renew the provisioning profiles every time you run match.
Inherited from Fastlane
|
GitFullName | string |
Gets or sets the full name of the git user.
Inherited from Fastlane
|
GitUserEmail | string |
Gets or sets the git users email.
Inherited from Fastlane
|
Issuer | string |
Gets or sets the issuer of the p12 file (email addressof the services account).
|
JsonKeyData | string |
Gets or sets the raw service account JSON data used to authenticate with Google.
|
JsonKeyFilePath | FilePath |
Gets or sets the path to a file containing service account JSON, used to authenticate with Google.
|
KeyFilePath | FilePath |
Gets or sets the p12 file used to authenticate with Google.
|
Mapping | FilePath |
Gets or sets the file path to the mapping file to upload
|
MappingFiles | IEnumerable |
Gets or sets the array of paths to mapping files to upload.
|
MetadataPath | DirectoryPath |
Gets or sets the path to the directory containing the metadata files.
|
PackageName | string |
Gets or sets the package name of the application to use.
|
Platform | string |
Gets or sets the provisioning profile's platform to work with (i.e. ios, tvos)
Inherited from Fastlane
|
PromoteTrack | string |
Gets or sets the track to promote to.
|
Rollout | Nullable |
Gets or sets the percentage of the user fraction when uploading to the rollout track.
|
RootUrl | string |
Gets or sets the root URL for the Google Play API.
The provided URL will be used for API calls in place of https://www.googleapis.com/"
|
SkipUploadAAB | bool |
Gets or sets a value indicating whether to skip uploading AAB.
|
SkipUploadApk | bool |
Gets or sets a value indicating whether to skip uploading APK.
|
SkipUploadImages | bool |
Gets or sets a value indicating whether to skip uploading images.
|
SkipUploadMetadata | bool |
Gets or sets a value indicating whether to skip uploading metadata.
|
Skip |
bool |
Gets or sets a value indicating whether to skip uploading screen shots.
|
TeamId | string |
Gets or sets the team identifier.
Inherited from Fastlane
|
TeamName | string |
Gets or sets the name of the team.
Inherited from Fastlane
|
Track | string |
Gets or sets the track of the application to use.
The default available tracks are: #{default_tracks.join(', ')}.
|
UseBundleExecution | bool |
Gets or sets a value indicating whether [use bundle execution].
Inherited from Fastlane
|
UserName | string |
Gets or sets your Apple ID Username.
Inherited from Fastlane
|
ValidateOnly | bool |
Gets or sets a value indicating whether to only validate changes with Google Play rather than actually publish.
|
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
|