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
Initializes a new instance of the
FastlaneToolProvider
class.
- Assembly
- Cake
.Fastlane .dll - Namespace
- Cake
.Fastlane - Containing Type
- FastlaneToolProvider
Syntax
public FastlaneToolProvider(IFileSystem contextFileSystem, ICakeEnvironment contextEnvironment, IProcessRunner contextProcessRunner, IToolLocator contextTools)
Parameters
Name | Type | Description |
---|---|---|
contextFileSystem | IFileSystem | The context file system. |
contextEnvironment | ICakeEnvironment | The context environment. |
contextProcessRunner | IProcessRunner | The context process runner. |
contextTools | IToolLocator | The context tools. |
Return Value
Type | Description |
---|---|
void |