| Modifier and Type | Field and Description |
|---|---|
static RestAgentSummary |
EnvironmentRequirementResource.AGENT_SUMMARY |
| Modifier and Type | Method and Description |
|---|---|
RestAgentSummary |
EnvironmentRequirementResource.getAgentMatchesForEnvironment(long environmentId,
javax.ws.rs.core.UriInfo uriInfo)
Gets a summary of the agents that are capable of running an environment, based of its requirements.
|
RestAgentSummary |
EnvironmentRequirementResource.getDetailedAgentMatchesForEnvironment(long environmentId,
javax.ws.rs.core.UriInfo uriInfo)
Gets a detailed summary of the agents that are capable of running an environment, based of its requirements.
|
| Modifier and Type | Field and Description |
|---|---|
static RestAgentSummary |
RequirementResource.AGENT_SUMMARY |
| Modifier and Type | Method and Description |
|---|---|
RestAgentSummary |
RequirementResource.getAgentMatchesForJob(String jobKeyString,
javax.ws.rs.core.UriInfo uriInfo)
Gets a summary of the agents that are capable of running a job, based off its requirements.
|
RestAgentSummary |
RequirementResource.getDetailedAgentMatchesForJob(String jobKeyString,
javax.ws.rs.core.UriInfo uriInfo) |
| Modifier and Type | Method and Description |
|---|---|
RestJob.Builder |
RestJob.Builder.agentSummary(RestAgentSummary agentSummary) |
void |
RestJob.setAgentSummary(RestAgentSummary agentSummary) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.