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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull FastlaneTaskPropertiesbuild()environmentVariables(String environmentVariables) Environment variables which will be passed to Fastlane process.booleanexecutableLabel(String label) Label of the Fastlane executable.inthashCode()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:
buildin classTask<FastlaneTask,FastlaneTaskProperties>
-
equals
- Overrides:
equalsin classTask<FastlaneTask,FastlaneTaskProperties>
-
hashCode
public int hashCode()- Overrides:
hashCodein classTask<FastlaneTask,FastlaneTaskProperties>
-