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 java.lang.String description, boolean enabled, @NotNull java.lang.String lane, @Nullable java.lang.String environmentVariables, @NotNull java.lang.String executableLabel, @Nullable java.lang.String workingSubdirectory, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull AtlassianModulePropertiesgetAtlassianPlugin()@Nullable java.lang.StringgetEnvironmentVariables()@Nullable java.lang.StringgetExecutableLabel()@NotNull java.lang.StringgetLane()@Nullable java.lang.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 java.lang.String description, boolean enabled, @NotNull @NotNull java.lang.String lane, @Nullable @Nullable java.lang.String environmentVariables, @NotNull @NotNull java.lang.String executableLabel, @Nullable @Nullable java.lang.String workingSubdirectory, @NotNull @NotNull java.util.List<RequirementProperties> requirements, @NotNull @NotNull java.util.List<? extends ConditionProperties> conditions) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
getLane
@NotNull public @NotNull java.lang.String getLane()
-
getEnvironmentVariables
@Nullable public @Nullable java.lang.String getEnvironmentVariables()
-
getExecutableLabel
@Nullable public @Nullable java.lang.String getExecutableLabel()
-
getWorkingSubdirectory
@Nullable public @Nullable java.lang.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(java.lang.Object o)
- Overrides:
equalsin classTaskProperties
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTaskProperties
-
-