Class FastlaneTaskProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.task.TaskProperties
-
- com.atlassian.bamboo.specs.model.task.FastlaneTaskProperties
-
- All Implemented Interfaces:
com.atlassian.bamboo.specs.api.model.EntityProperties
@Immutable public final class FastlaneTaskProperties extends com.atlassian.bamboo.specs.api.model.task.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<com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties> requirements, @NotNull java.util.List<? extends com.atlassian.bamboo.specs.api.model.plan.condition.ConditionProperties> conditions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull com.atlassian.bamboo.specs.api.model.AtlassianModulePropertiesgetAtlassianPlugin()@Nullable java.lang.StringgetEnvironmentVariables()@Nullable java.lang.StringgetExecutableLabel()@NotNull java.lang.StringgetLane()@Nullable java.lang.StringgetWorkingSubdirectory()inthashCode()voidvalidate()
-
-
-
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<com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties> requirements, @NotNull @NotNull java.util.List<? extends com.atlassian.bamboo.specs.api.model.plan.condition.ConditionProperties> conditions) throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException- Throws:
com.atlassian.bamboo.specs.api.exceptions.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 com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-
validate
public void validate()
- Specified by:
validatein interfacecom.atlassian.bamboo.specs.api.model.EntityProperties- Overrides:
validatein classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-
-