| 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 |
RestAgentServiceImpl.getAgentById(javax.ws.rs.core.UriInfo uriInfo,
long agentId) |
RestAgent |
RestAgentService.getAgentById(javax.ws.rs.core.UriInfo uriInfo,
long agentId)
Retrieve an agent definition
|
RestAgent |
AgentResource.getAgentById(javax.ws.rs.core.UriInfo uriInfo,
long agentId)
Retrieve a build agent definition by id.
|
RestAgent |
RestAgentServiceImpl.updateAgent(javax.ws.rs.core.UriInfo uriInfo,
long agentId,
RestAgent restAgent) |
RestAgent |
RestAgentService.updateAgent(javax.ws.rs.core.UriInfo uriInfo,
long agentId,
RestAgent restAgent)
Update an agent
|
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> |
RestAgentServiceImpl.getAgents(javax.ws.rs.core.UriInfo uriInfo) |
PageResponse<RestAgent> |
RestAgentService.getAgents(javax.ws.rs.core.UriInfo uriInfo)
Retrieve all agents on the bamboo server
|
PageResponse<RestAgent> |
AgentResource.getAgents(javax.ws.rs.core.UriInfo uriInfo)
Return collection of all agents of all types.
|
| Modifier and Type | Method and Description |
|---|---|
RestAgent |
RestAgentServiceImpl.updateAgent(javax.ws.rs.core.UriInfo uriInfo,
long agentId,
RestAgent restAgent) |
RestAgent |
RestAgentService.updateAgent(javax.ws.rs.core.UriInfo uriInfo,
long agentId,
RestAgent restAgent)
Update an agent
|
RestAgent |
AgentResource.updateRestAgent(javax.ws.rs.core.UriInfo uriInfo,
long agentId,
RestAgent restAgent)
Update value of an agent
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.