Class FastlaneTaskProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.task.TaskProperties
-
- com.atlassian.bamboo.specs.model.task.FastlaneTaskProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public final class FastlaneTaskProperties extends TaskProperties
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFastlaneTaskProperties()FastlaneTaskProperties(@Nullable String description, boolean enabled, @NotNull String lane, @Nullable String environmentVariables, @NotNull String executableLabel, @Nullable String workingSubdirectory, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull AtlassianModulePropertiesgetAtlassianPlugin()@Nullable StringgetEnvironmentVariables()@Nullable StringgetExecutableLabel()@NotNull StringgetLane()@Nullable StringgetWorkingSubdirectory()inthashCode()voidvalidate()-
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
applicableTo, getConditions, getDescription, getRequirements, isEnabled, toString
-
-
-
-
Constructor Detail
-
FastlaneTaskProperties
protected FastlaneTaskProperties()
-
FastlaneTaskProperties
public FastlaneTaskProperties(@Nullable @Nullable String description, boolean enabled, @NotNull @NotNull String lane, @Nullable @Nullable String environmentVariables, @NotNull @NotNull String executableLabel, @Nullable @Nullable String workingSubdirectory, @NotNull @NotNull List<RequirementProperties> requirements, @NotNull @NotNull List<? extends ConditionProperties> conditions) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
getLane
@NotNull public @NotNull String getLane()
-
getEnvironmentVariables
@Nullable public @Nullable String getEnvironmentVariables()
-
getExecutableLabel
@Nullable public @Nullable String getExecutableLabel()
-
getWorkingSubdirectory
@Nullable public @Nullable String getWorkingSubdirectory()
-
getAtlassianPlugin
@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin classTaskProperties
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classTaskProperties
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classTaskProperties
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTaskProperties
-
-