Uses of Class
com.atlassian.bamboo.specs.api.builders.requirement.Requirement
Package
Description
Deployment project and environments.
Plan, plan branches, stages and jobs.
Custom requirements for a job.
Generic classes, such as the
AnyTask
class for handling tasks unsupported by Bamboo Specs.-
Uses of Requirement in com.atlassian.bamboo.specs.api.builders.deployment
Modifier and TypeMethodDescriptionEnvironment.requirements
(Requirement... requirements) Adds custom requirements to the environment. -
Uses of Requirement in com.atlassian.bamboo.specs.api.builders.plan
Modifier and TypeMethodDescriptionJob.requirements
(Requirement... requirements) Adds custom requirements to the job. -
Uses of Requirement in com.atlassian.bamboo.specs.api.builders.requirement
Modifier and TypeMethodDescriptionstatic Requirement
Specifies a requirement that a capability with matching key has value equal to value of requirement.static Requirement
Specifies a requirement that a capability with matching key exists.static Requirement
Specifies a requirement that a capability with matching key has value that matches regexp provided in value of requirement.Requirement.matchType
(Requirement.MatchType matchType) Sets a match type.Requirement.matchValue
(String value) Sets a requirement value. -
Uses of Requirement in com.atlassian.bamboo.specs.api.builders.task
Modifier and TypeMethodDescriptionTask.requirements
(Requirement... requirements) Adds custom requirements to this task.