| Package | Description |
|---|---|
| com.atlassian.bamboo.v2.build.requirement |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRequirement.MatchType |
ImmutableRequirement.getTypeOfMatch() |
static ImmutableRequirement.MatchType |
ImmutableRequirement.MatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableRequirement.MatchType[] |
ImmutableRequirement.MatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableRequirement |
RequirementService.addRequirement(PlanKey jobKey,
String key,
ImmutableRequirement.MatchType matchType,
String matchValue)
Add new requirement to a job.
|
ImmutableRequirement |
RequirementService.updateRequirement(PlanKey jobKey,
long requirementId,
String key,
ImmutableRequirement.MatchType matchType,
String matchValue)
Update an existing requirement.
|
ErrorCollection |
RequirementService.validateRequirementForAdd(PlanKey jobKey,
String key,
ImmutableRequirement.MatchType matchType,
String matchValue)
Validate requirement details.
|
ErrorCollection |
RequirementService.validateRequirementForUpdate(PlanKey jobKey,
long requirementId,
String key,
ImmutableRequirement.MatchType matchType,
String matchValue)
Validate requirement details
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.