Class FastlaneTaskProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.task.TaskProperties
com.atlassian.bamboo.specs.model.task.FastlaneTaskProperties
- All Implemented Interfaces:
EntityProperties
-
Constructor Summary
ModifierConstructorDescriptionprotected
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
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
applicableTo, getConditions, getDescription, getRequirements, isEnabled, toString
-
Constructor Details
-
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 Details
-
getLane
-
getEnvironmentVariables
-
getExecutableLabel
-
getWorkingSubdirectory
-
getAtlassianPlugin
- Specified by:
getAtlassianPlugin
in classTaskProperties
-
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
- Overrides:
validate
in classTaskProperties
-
equals
- Overrides:
equals
in classTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTaskProperties
-