| Package | Description |
|---|---|
| com.atlassian.bamboo.v2.build.agent.capability | |
| com.atlassian.bamboo.v2.build.requirement |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Requirement |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RequirementSet.removeRequirement(ImmutableRequirement requirement)
Removes the requirement from the set.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RequirementDetails
Decorated requirement with extra information for view
|
| 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.getRequirementForJob(PlanKey jobKey,
long requirementId)
Get a single requirement for a job.
|
ImmutableRequirement |
RequirementService.updateRequirement(PlanKey jobKey,
long requirementId,
String key,
ImmutableRequirement.MatchType matchType,
String matchValue)
Update an existing requirement.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends ImmutableRequirement> |
RequirementService.getRequirementsForJob(PlanKey jobKey)
Get all requirements for jobs.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.