| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.requirement |
Custom requirements for a job.
|
| com.atlassian.bamboo.specs.api.model.plan.requirement |
Custom requirements for a job.
|
| Modifier and Type | Method and Description |
|---|---|
static Requirement.MatchType |
Requirement.MatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Requirement.MatchType[] |
Requirement.MatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Requirement |
Requirement.matchType(Requirement.MatchType matchType)
Sets a match type.
|
| Modifier and Type | Method and Description |
|---|---|
Requirement.MatchType |
RequirementProperties.getMatchType() |
| Constructor and Description |
|---|
RequirementProperties(String key,
String matchValue,
Requirement.MatchType matchType) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.