Uses of Class
com.atlassian.bamboo.specs.builders.task.FastlaneTask
-
Packages that use FastlaneTask 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. -
-
Uses of FastlaneTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return FastlaneTask Modifier and Type Method Description FastlaneTaskFastlaneTask. environmentVariables(java.lang.String environmentVariables)Environment variables which will be passed to Fastlane process.FastlaneTaskFastlaneTask. executableLabel(java.lang.String label)Label of the Fastlane executable.FastlaneTaskFastlaneTask. lane(@NotNull java.lang.String lane)Fastlane lane which should be executed.FastlaneTaskFastlaneTask. workingSubdirectory(java.lang.String workingSubdirectory)An alternative subdirectory as working directory for this task.
-