| Modifier and Type | Class and Description |
|---|---|
class |
AgentAssignmentRequirement |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<ImmutableRequirement,RestRequirement> |
RestRequirement.FROM_REQUIREMENT |
| Constructor and Description |
|---|
RequirementOperations(ImmutableRequirement requirement) |
RequirementReadonlyData(ImmutableRequirement requirement) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Requirement |
| Modifier and Type | Class and Description |
|---|---|
class |
RequirementImpl |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RequirementSetImpl.removeRequirement(ImmutableRequirement requirement) |
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 | Class and Description |
|---|---|
class |
RequirementDetailsImpl |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRequirement |
RequirementServiceImpl.addRequirement(PlanKey jobKey,
String key,
ImmutableRequirement.MatchType matchType,
String matchValue) |
ImmutableRequirement |
RequirementService.addRequirement(PlanKey jobKey,
String key,
ImmutableRequirement.MatchType matchType,
String matchValue)
Add new requirement to a job.
|
ImmutableRequirement |
RequirementServiceImpl.getRequirementForJob(PlanKey jobKey,
long requirementId) |
ImmutableRequirement |
RequirementService.getRequirementForJob(PlanKey jobKey,
long requirementId)
Get a single requirement for a job.
|
ImmutableRequirement |
RequirementServiceImpl.updateRequirement(PlanKey jobKey,
long requirementId,
String key,
ImmutableRequirement.MatchType matchType,
String matchValue) |
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> |
RequirementServiceImpl.getRequirementsForJob(PlanKey jobKey) |
List<? extends ImmutableRequirement> |
RequirementService.getRequirementsForJob(PlanKey jobKey)
Get all requirements for jobs.
|
| Constructor and Description |
|---|
RequirementDetailsImpl(ImmutableRequirement immutableRequirement,
CapabilityType capabilityType,
String ownerName,
Integer matchingAgents,
Integer matchingImages) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.