Class FastlaneTask
java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<P>
com.atlassian.bamboo.specs.api.builders.task.Task<FastlaneTask,FastlaneTaskProperties>
com.atlassian.bamboo.specs.builders.task.FastlaneTask
Fastlane build task builder.
-
Field Summary
Fields inherited from class com.atlassian.bamboo.specs.api.builders.task.Task
conditions, description, requirements, taskEnabled
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull FastlaneTaskProperties
build()
environmentVariables
(String environmentVariables) Environment variables which will be passed to Fastlane process.boolean
executableLabel
(String label) Label of the Fastlane executable.int
hashCode()
Fastlane lane which should be executed.workingSubdirectory
(String workingSubdirectory) An alternative subdirectory as working directory for this task.Methods inherited from class com.atlassian.bamboo.specs.api.builders.task.Task
conditions, description, enabled, requirements, toString
-
Constructor Details
-
FastlaneTask
public FastlaneTask()
-
-
Method Details
-
lane
Fastlane lane which should be executed. -
environmentVariables
Environment variables which will be passed to Fastlane process. -
executableLabel
Label of the Fastlane executable. -
workingSubdirectory
An alternative subdirectory as working directory for this task. -
build
- Specified by:
build
in classTask<FastlaneTask,
FastlaneTaskProperties>
-
equals
- Overrides:
equals
in classTask<FastlaneTask,
FastlaneTaskProperties>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTask<FastlaneTask,
FastlaneTaskProperties>
-