Uses of Class
org.azd.distributedtask.types.TaskAgent
Packages that use TaskAgent
-
Uses of TaskAgent in org.azd.distributedtask
Methods in org.azd.distributedtask that return TaskAgentModifier and TypeMethodDescriptionDistributedTaskApi.getAgent(int poolId, int agentId) Get information about an agent.DistributedTaskApi.getAgent(int poolId, int agentId, boolean includeAssignedRequest, boolean includeCapabilities, boolean includeLastCompletedRequest, String[] propertyFilters) Get information about an agent.DistributedTaskApi.updateAgent(int poolId, int agentId, TaskAgent requestBody) Update agent details.Methods in org.azd.distributedtask with parameters of type TaskAgentModifier and TypeMethodDescriptionDistributedTaskApi.updateAgent(int poolId, int agentId, TaskAgent requestBody) Update agent details. -
Uses of TaskAgent in org.azd.distributedtask.types
Methods in org.azd.distributedtask.types that return TaskAgentMethods in org.azd.distributedtask.types that return types with arguments of type TaskAgentMethods in org.azd.distributedtask.types with parameters of type TaskAgentMethod parameters in org.azd.distributedtask.types with type arguments of type TaskAgent -
Uses of TaskAgent in org.azd.interfaces
Methods in org.azd.interfaces that return TaskAgentModifier and TypeMethodDescriptionDistributedTaskDetails.getAgent(int poolId, int agentId) DistributedTaskDetails.getAgent(int poolId, int agentId, boolean includeAssignedRequest, boolean includeCapabilities, boolean includeLastCompletedRequest, String[] propertyFilters) DistributedTaskDetails.updateAgent(int poolId, int agentId, TaskAgent requestBody) Methods in org.azd.interfaces with parameters of type TaskAgentModifier and TypeMethodDescriptionDistributedTaskDetails.updateAgent(int poolId, int agentId, TaskAgent requestBody)