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.ResponseEphemeralAgentTemplateResource. addCapability(@Nullable Long configurationId, RestCapability restCapability)javax.ws.rs.core.ResponseAgentResource. createAgentCapability(long agentId, RestCapability createCapabilityRequest)javax.ws.rs.core.ResponseEphemeralAgentTemplateResource. 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.ResponseServerCapabilitiesResource. createSharedCapability(javax.ws.rs.core.UriInfo uriInfo, RestCapability capability)javax.ws.rs.core.ResponseAgentCapabilitiesResource. 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 classRestRemoteAgentCapabilityFields in com.atlassian.bamboo.rest.model.agent with type parameters of type RestCapability Modifier and Type Field Description protected List<RestCapability>RestAgentCapabilities. capabilitiesMethods 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 voidRestAgentCapabilities. 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()
-