| Package | Description |
|---|---|
| com.atlassian.bamboo.plugins.rest.admin.agent |
| Modifier and Type | Method and Description |
|---|---|
@NotNull RestAgent |
RestAgentService.getAgentById(@NotNull javax.ws.rs.core.UriInfo uriInfo,
long agentId)
Retrieve an agent definition
|
RestAgent |
AgentResource.getAgentById(javax.ws.rs.core.UriInfo uriInfo,
long agentId) |
@NotNull RestAgent |
RestAgentServiceImpl.getAgentById(@NotNull 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
|
@NotNull RestAgent |
RestAgentServiceImpl.updateAgent(@NotNull javax.ws.rs.core.UriInfo uriInfo,
long agentId,
@NotNull RestAgent restAgent) |
RestAgent |
AgentResource.updateRestAgent(javax.ws.rs.core.UriInfo uriInfo,
long agentId,
RestAgent restAgent) |
| Modifier and Type | Method and Description |
|---|---|
RestPageModel<RestAgent> |
AgentResource.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
|
@NotNull RestAgent |
RestAgentServiceImpl.updateAgent(@NotNull javax.ws.rs.core.UriInfo uriInfo,
long agentId,
@NotNull RestAgent restAgent) |
RestAgent |
AgentResource.updateRestAgent(javax.ws.rs.core.UriInfo uriInfo,
long agentId,
RestAgent restAgent) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.