Uses of Class
com.atlassian.bamboo.rest.model.agent.RestDedicatedAgent
-
-
Uses of RestDedicatedAgent in com.atlassian.bamboo.plugins.rest.model.search
Methods in com.atlassian.bamboo.plugins.rest.model.search that return RestDedicatedAgent Modifier and Type Method Description RestDedicatedAgent
RestDedicatedAgentBuilder. build()
-
Uses of RestDedicatedAgent in com.atlassian.bamboo.plugins.rest.resource
Methods in com.atlassian.bamboo.plugins.rest.resource that return types with arguments of type RestDedicatedAgent Modifier and Type Method Description List<RestDedicatedAgent>
AgentAssignmentResource. getAgentAssignments(String type, long executorId, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders)
-
Uses of RestDedicatedAgent in com.atlassian.bamboo.rest.model.agent
Methods in com.atlassian.bamboo.rest.model.agent with parameters of type RestDedicatedAgent Modifier and Type Method Description int
RestDedicatedAgent. compareTo(RestDedicatedAgent obj)
-
Uses of RestDedicatedAgent in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return types with arguments of type RestDedicatedAgent Modifier and Type Method Description List<RestDedicatedAgent>
AgentsControl. getAgentAssignments(long agentId)
-