@Immutable public final class FastlaneTaskProperties extends TaskProperties
| Modifier | Constructor and Description |
|---|---|
protected |
FastlaneTaskProperties() |
|
FastlaneTaskProperties(String description,
boolean enabled,
String lane,
String environmentVariables,
String executableLabel,
String workingSubdirectory,
List<RequirementProperties> requirements) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AtlassianModuleProperties |
getAtlassianPlugin() |
String |
getEnvironmentVariables() |
String |
getExecutableLabel() |
String |
getLane() |
String |
getWorkingSubdirectory() |
int |
hashCode() |
void |
validate() |
applicableTo, getDescription, getRequirements, isEnabled, toStringprotected FastlaneTaskProperties()
public FastlaneTaskProperties(@Nullable
String description,
boolean enabled,
@NotNull
String lane,
@Nullable
String environmentVariables,
@NotNull
String executableLabel,
@Nullable
String workingSubdirectory,
@NotNull
List<RequirementProperties> requirements)
throws PropertiesValidationException
PropertiesValidationException@NotNull public String getLane()
@Nullable public String getEnvironmentVariables()
@Nullable public String getExecutableLabel()
@Nullable public String getWorkingSubdirectory()
@NotNull public AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class TaskPropertiespublic void validate()
validate in interface EntityPropertiesvalidate in class TaskPropertiespublic boolean equals(Object o)
equals in class TaskPropertiespublic int hashCode()
hashCode in class TaskPropertiesCopyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.