Package | Description |
---|---|
com.atlassian.bamboo.specs.builders.task |
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
|
Modifier and Type | Method and Description |
---|---|
FastlaneTask |
FastlaneTask.environmentVariables(String environmentVariables)
Environment variables which will be passed to Fastlane process.
|
FastlaneTask |
FastlaneTask.executableLabel(String label)
Label of the Fastlane executable.
|
FastlaneTask |
FastlaneTask.lane(String lane)
Fastlane lane which should be executed.
|
FastlaneTask |
FastlaneTask.workingSubdirectory(String workingSubdirectory)
An alternative subdirectory as working directory for this task.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.