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
-
public class FastlaneTask extends Task<FastlaneTask,FastlaneTaskProperties>
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 Constructor Description FastlaneTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @NotNull FastlaneTaskPropertiesbuild()FastlaneTaskenvironmentVariables(java.lang.String environmentVariables)Environment variables which will be passed to Fastlane process.booleanequals(java.lang.Object o)FastlaneTaskexecutableLabel(java.lang.String label)Label of the Fastlane executable.inthashCode()FastlaneTasklane(@NotNull java.lang.String lane)Fastlane lane which should be executed.FastlaneTaskworkingSubdirectory(java.lang.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
-
-
-
-
Method Detail
-
lane
public FastlaneTask lane(@NotNull @NotNull java.lang.String lane)
Fastlane lane which should be executed.
-
environmentVariables
public FastlaneTask environmentVariables(java.lang.String environmentVariables)
Environment variables which will be passed to Fastlane process.
-
executableLabel
public FastlaneTask executableLabel(java.lang.String label)
Label of the Fastlane executable.
-
workingSubdirectory
public FastlaneTask workingSubdirectory(java.lang.String workingSubdirectory)
An alternative subdirectory as working directory for this task.
-
build
@NotNull protected @NotNull FastlaneTaskProperties build()
- Specified by:
buildin classTask<FastlaneTask,FastlaneTaskProperties>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classTask<FastlaneTask,FastlaneTaskProperties>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTask<FastlaneTask,FastlaneTaskProperties>
-
-