Modifier and Type | Method and Description |
---|---|
List<RestCapability> |
AgentResource.getAgentCapabilities(long agentId,
boolean includeShared) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AgentResource.createAgentCapability(long agentId,
RestCapability createCapabilityRequest) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ServerCapabilitiesResource.createSharedCapability(javax.ws.rs.core.UriInfo uriInfo,
RestCapability capability) |
javax.ws.rs.core.Response |
AgentCapabilitiesResource.createSharedRemoteCapability(RestCapability capability) |
Modifier and Type | Class and Description |
---|---|
class |
RestRemoteAgentCapability |
Modifier and Type | Field and Description |
---|---|
protected List<RestCapability> |
RestAgentCapabilities.capabilities |
Modifier and Type | Method and Description |
---|---|
List<RestCapability> |
RestAgentCapabilities.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
void |
RestAgentCapabilities.setCapabilities(List<RestCapability> capabilities) |
Constructor and Description |
---|
RestAgentCapabilities(int size,
org.apache.commons.lang3.Range<Integer> range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestCapability> callback) |
Modifier and Type | Method and Description |
---|---|
List<RestCapability> |
CapabilitiesControl.getAgentCapabilities(long agentId) |
List<RestCapability> |
ServerCapabilitiesControl.getAllCapabilities()
Return full list of shared server capabilities
|
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.