Uses of Class
com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties
Packages that use RequirementProperties
Package
Description
Custom requirements for a job.
Generic classes, such as the
AnyTask class for handling tasks unsupported by Bamboo Specs.Deployment project and environments.
Plan, plan branches, stages and jobs.
The AnyTask class for handling tasks unsupported by Bamboo Specs.
-
Uses of RequirementProperties in com.atlassian.bamboo.specs.api.builders.requirement
Methods in com.atlassian.bamboo.specs.api.builders.requirement that return RequirementProperties -
Uses of RequirementProperties in com.atlassian.bamboo.specs.api.builders.task
Fields in com.atlassian.bamboo.specs.api.builders.task with type parameters of type RequirementProperties -
Uses of RequirementProperties in com.atlassian.bamboo.specs.api.model.deployment
Methods in com.atlassian.bamboo.specs.api.model.deployment that return types with arguments of type RequirementProperties -
Uses of RequirementProperties in com.atlassian.bamboo.specs.api.model.plan
Methods in com.atlassian.bamboo.specs.api.model.plan that return types with arguments of type RequirementProperties -
Uses of RequirementProperties in com.atlassian.bamboo.specs.api.model.task
Methods in com.atlassian.bamboo.specs.api.model.task that return types with arguments of type RequirementPropertiesModifier and TypeMethodDescriptionCollection<? extends RequirementProperties>TaskProperties.getRequirements()Constructor parameters in com.atlassian.bamboo.specs.api.model.task with type arguments of type RequirementPropertiesModifierConstructorDescriptionAnyTaskProperties(@NotNull AtlassianModuleProperties atlassianPlugin, String description, boolean isEnabled, Map<String, String> configuration, List<RequirementProperties> requirements, List<? extends ConditionProperties> conditions) TaskProperties(String description, boolean enabled, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions)