| Package | Description |
|---|---|
| com.atlassian.bamboo.plugins.rest.admin.agent |
| Modifier and Type | Field and Description |
|---|---|
static RestAgent |
AgentResource.REST_AGENT |
| Modifier and Type | Method and Description |
|---|---|
RestAgent |
AgentResource.getAgentById(javax.ws.rs.core.UriInfo uriInfo,
long agentId)
Retrieve a build agent definition by id.
|
@NotNull RestAgent |
RestAgentService.getAgentById(@NotNull javax.ws.rs.core.UriInfo uriInfo,
@NotNull long agentId)
Retrieve an agent definition
|
RestAgent |
RestAgentServiceImpl.getAgentById(javax.ws.rs.core.UriInfo uriInfo,
long agentId) |
@NotNull RestAgent |
RestAgentService.updateAgent(@NotNull javax.ws.rs.core.UriInfo uriInfo,
long agentId,
@NotNull RestAgent restAgent)
Update an agent
|
RestAgent |
RestAgentServiceImpl.updateAgent(javax.ws.rs.core.UriInfo uriInfo,
long agentId,
RestAgent restAgent) |
RestAgent |
AgentResource.updateRestAgent(javax.ws.rs.core.UriInfo uriInfo,
long agentId,
RestAgent restAgent)
Update value of an agent
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<RestAgent> |
AgentResource.getAgents(javax.ws.rs.core.UriInfo uriInfo)
Return collection of all agents of all types.
|
PageResponse<RestAgent> |
RestAgentServiceImpl.getAgents(javax.ws.rs.core.UriInfo uriInfo) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull RestAgent |
RestAgentService.updateAgent(@NotNull javax.ws.rs.core.UriInfo uriInfo,
long agentId,
@NotNull RestAgent restAgent)
Update an agent
|
RestAgent |
RestAgentServiceImpl.updateAgent(javax.ws.rs.core.UriInfo uriInfo,
long agentId,
RestAgent restAgent) |
RestAgent |
AgentResource.updateRestAgent(javax.ws.rs.core.UriInfo uriInfo,
long agentId,
RestAgent restAgent)
Update value of an agent
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.