Uses of Class
com.atlassian.bamboo.specs.builders.task.FastlaneTask
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of FastlaneTask in com.atlassian.bamboo.specs.builders.task
Modifier and TypeMethodDescriptionFastlaneTask.environmentVariables
(String environmentVariables) Environment variables which will be passed to Fastlane process.FastlaneTask.executableLabel
(String label) Label of the Fastlane executable.Fastlane lane which should be executed.FastlaneTask.workingSubdirectory
(String workingSubdirectory) An alternative subdirectory as working directory for this task.