Uses of Class
com.atlassian.bamboo.rest.model.agent.RestCapability
-
-
Uses of RestCapability in com.atlassian.bamboo.plugins.rest.resource
Methods in com.atlassian.bamboo.plugins.rest.resource that return types with arguments of type RestCapability Modifier and Type Method Description List<RestCapability>
AgentResource. getAgentCapabilities(long agentId, boolean includeShared)
RestPageModel<RestCapability>
EphemeralAgentTemplateResource. getCapabilities(@Nullable Long configurationId, PageRequest pageRequest, Expansion expansion, javax.ws.rs.core.UriInfo uriInfo)
Methods in com.atlassian.bamboo.plugins.rest.resource with parameters of type RestCapability Modifier and Type Method Description javax.ws.rs.core.Response
EphemeralAgentTemplateResource. addCapability(@Nullable Long configurationId, RestCapability restCapability)
javax.ws.rs.core.Response
AgentResource. createAgentCapability(long agentId, RestCapability createCapabilityRequest)
javax.ws.rs.core.Response
EphemeralAgentTemplateResource. updateCapability(@Nullable Long configurationId, RestCapability restCapability)
-
Uses of RestCapability in com.atlassian.bamboo.plugins.testutils.rest.resource.administration
Methods in com.atlassian.bamboo.plugins.testutils.rest.resource.administration with parameters of type RestCapability Modifier and Type Method 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)
-
Uses of RestCapability in com.atlassian.bamboo.rest.model.agent
Subclasses of RestCapability in com.atlassian.bamboo.rest.model.agent Modifier and Type Class Description class
RestRemoteAgentCapability
Fields in com.atlassian.bamboo.rest.model.agent with type parameters of type RestCapability Modifier and Type Field Description protected List<RestCapability>
RestAgentCapabilities. capabilities
Methods in com.atlassian.bamboo.rest.model.agent that return types with arguments of type RestCapability Modifier and Type Method Description List<RestCapability>
RestAgentCapabilities. getCapabilities()
Method parameters in com.atlassian.bamboo.rest.model.agent with type arguments of type RestCapability Modifier and Type Method Description void
RestAgentCapabilities. setCapabilities(List<RestCapability> capabilities)
Constructor parameters in com.atlassian.bamboo.rest.model.agent with type arguments of type RestCapability Constructor Description RestAgentCapabilities(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestCapability> callback)
-
Uses of RestCapability in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return types with arguments of type RestCapability Modifier and Type Method Description List<RestCapability>
CapabilitiesControl. getAgentCapabilities(long agentId)
List<RestCapability>
ServerCapabilitiesControl. getAllCapabilities()
Return full list of shared server capabilitiesList<RestCapability>
CapabilitiesControl. getServerCapabilities()
-