Package | Description |
---|---|
com.atlassian.bamboo.specs.api.builders.deployment |
Deployment project and environments.
|
com.atlassian.bamboo.specs.api.builders.plan |
Plan, plan branches, stages and jobs.
|
com.atlassian.bamboo.specs.api.builders.requirement |
Custom requirements for a job.
|
com.atlassian.bamboo.specs.api.builders.task |
Generic classes, such as the
AnyTask class for handling tasks unsupported by Bamboo Specs. |
Modifier and Type | Method and Description |
---|---|
Environment |
Environment.requirements(Requirement... requirements)
Adds custom requirements to the environment.
|
Modifier and Type | Method and Description |
---|---|
Job |
Job.requirements(Requirement... requirements)
Adds custom requirements to the job.
|
Modifier and Type | Method and Description |
---|---|
static Requirement |
Requirement.equals(String key,
String value)
Specifies a requirement that a capability with matching key has value equal to value of requirement.
|
static Requirement |
Requirement.exists(String key)
Specifies a requirement that a capability with matching key exists.
|
static Requirement |
Requirement.matches(String key,
String regexp)
Specifies a requirement that a capability with matching key has value that matches regexp provided in value of requirement.
|
Requirement |
Requirement.matchType(Requirement.MatchType matchType)
Sets a match type.
|
Requirement |
Requirement.matchValue(String value)
Sets a requirement value.
|
Modifier and Type | Method and Description |
---|---|
T |
Task.requirements(Requirement... requirements)
Adds custom requirements to this task.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.