public class FastlaneTask extends Task<FastlaneTask,FastlaneTaskProperties>
conditions, description, requirements, taskEnabled
Constructor and Description |
---|
FastlaneTask() |
Modifier and Type | Method and Description |
---|---|
protected FastlaneTaskProperties |
build() |
FastlaneTask |
environmentVariables(String environmentVariables)
Environment variables which will be passed to Fastlane process.
|
boolean |
equals(Object o) |
FastlaneTask |
executableLabel(String label)
Label of the Fastlane executable.
|
int |
hashCode() |
FastlaneTask |
lane(String lane)
Fastlane lane which should be executed.
|
FastlaneTask |
workingSubdirectory(String workingSubdirectory)
An alternative subdirectory as working directory for this task.
|
conditions, description, enabled, requirements, toString
public FastlaneTask lane(@NotNull String lane)
public FastlaneTask environmentVariables(String environmentVariables)
public FastlaneTask executableLabel(String label)
public FastlaneTask workingSubdirectory(String workingSubdirectory)
@NotNull protected FastlaneTaskProperties build()
build
in class Task<FastlaneTask,FastlaneTaskProperties>
public boolean equals(Object o)
equals
in class Task<FastlaneTask,FastlaneTaskProperties>
public int hashCode()
hashCode
in class Task<FastlaneTask,FastlaneTaskProperties>
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.