Package org.azd.interfaces
Interface DistributedTaskDetails
- All Known Implementing Classes:
DistributedTaskApi
public interface DistributedTaskDetails
-
Method Summary
Modifier and TypeMethodDescriptionaddDeploymentGroup
(String name, String description) addDeploymentGroup
(String name, String description, int poolId) addEnvironment
(String name, String description) addVariableGroup
(String name, String description, VariableGroupMap variables) addVariableGroup
(VariableGroupDefinition variableGroupDefinition) deleteAgent
(int poolId, int agentId) deleteDeploymentGroup
(int deploymentGroupId) deleteEnvironment
(int environmentId) deleteVariableGroup
(int variableGroupId, String[] projectIds) getAgent
(int poolId, int agentId) getAgent
(int poolId, int agentId, boolean includeAssignedRequest, boolean includeCapabilities, boolean includeLastCompletedRequest, String[] propertyFilters) getAgents
(int poolId) getAgents
(int poolId, String agentName, String[] demands, boolean includeAssignedRequest, boolean includeCapabilities, boolean includeLastCompletedRequest, String[] propertyFilters) getDeploymentGroup
(int deploymentGroupId) getDeploymentGroup
(int deploymentGroupId, DeploymentGroupExpands expand, DeploymentGroupActionFilter actionFilter) getDeploymentGroups
(int top) getDeploymentGroups
(int[] ids) getDeploymentGroups
(String name) getDeploymentGroups
(DeploymentGroupExpands expand, int top, DeploymentGroupActionFilter actionFilter, String continuationToken, int[] ids, String name) getEnvironment
(int environmentId) getEnvironment
(int environmentId, EnvironmentExpands expands) getEnvironments
(int top) getEnvironments
(int top, String continuationToken, String name) getEnvironments
(String name) getVariableGroup
(int variableGroupId) getVariableGroups
(int top) getVariableGroups
(int top, VariableGroupActionFilter actionFilter, int continuationToken, String groupName, VariableGroupQueryOrder queryOrder) getVariableGroups
(String groupName) updateAgent
(int poolId, int agentId, TaskAgent requestBody) updateDeploymentGroup
(int deploymentGroupId, String name, String description) updateEnvironment
(int environmentId, String name, String description) updateVariableGroup
(int groupId, String name, String description, VariableGroupMap variables) updateVariableGroup
(int groupId, VariableGroupDefinition variableGroupDefinition)
-
Method Details
-
deleteAgent
- Throws:
AzDException
-
getAgent
- Throws:
AzDException
-
getAgent
TaskAgent getAgent(int poolId, int agentId, boolean includeAssignedRequest, boolean includeCapabilities, boolean includeLastCompletedRequest, String[] propertyFilters) throws AzDException - Throws:
AzDException
-
getAgents
- Throws:
AzDException
-
getAgents
TaskAgents getAgents(int poolId, String agentName, String[] demands, boolean includeAssignedRequest, boolean includeCapabilities, boolean includeLastCompletedRequest, String[] propertyFilters) throws AzDException - Throws:
AzDException
-
updateAgent
- Throws:
AzDException
-
addDeploymentGroup
- Throws:
AzDException
-
addDeploymentGroup
- Throws:
AzDException
-
deleteDeploymentGroup
- Throws:
AzDException
-
getDeploymentGroup
- Throws:
AzDException
-
getDeploymentGroup
DeploymentGroup getDeploymentGroup(int deploymentGroupId, DeploymentGroupExpands expand, DeploymentGroupActionFilter actionFilter) throws AzDException - Throws:
AzDException
-
getDeploymentGroups
- Throws:
AzDException
-
getDeploymentGroups
- Throws:
AzDException
-
getDeploymentGroups
- Throws:
AzDException
-
getDeploymentGroups
- Throws:
AzDException
-
getDeploymentGroups
- Throws:
AzDException
-
getDeploymentGroups
DeploymentGroups getDeploymentGroups(DeploymentGroupExpands expand, int top, DeploymentGroupActionFilter actionFilter, String continuationToken, int[] ids, String name) throws AzDException - Throws:
AzDException
-
updateDeploymentGroup
DeploymentGroup updateDeploymentGroup(int deploymentGroupId, String name, String description) throws AzDException - Throws:
AzDException
-
addEnvironment
- Throws:
AzDException
-
deleteEnvironment
- Throws:
AzDException
-
getEnvironment
- Throws:
AzDException
-
getEnvironment
EnvironmentInstance getEnvironment(int environmentId, EnvironmentExpands expands) throws AzDException - Throws:
AzDException
-
getEnvironments
- Throws:
AzDException
-
getEnvironments
- Throws:
AzDException
-
getEnvironments
- Throws:
AzDException
-
getEnvironments
EnvironmentInstances getEnvironments(int top, String continuationToken, String name) throws AzDException - Throws:
AzDException
-
updateEnvironment
EnvironmentInstance updateEnvironment(int environmentId, String name, String description) throws AzDException - Throws:
AzDException
-
addVariableGroup
- Throws:
AzDException
-
addVariableGroup
VariableGroup addVariableGroup(String name, String description, VariableGroupMap variables) throws AzDException - Throws:
AzDException
-
deleteVariableGroup
- Throws:
AzDException
-
getVariableGroup
- Throws:
AzDException
-
getVariableGroups
- Throws:
AzDException
-
getVariableGroups
- Throws:
AzDException
-
getVariableGroups
- Throws:
AzDException
-
getVariableGroups
VariableGroups getVariableGroups(int top, VariableGroupActionFilter actionFilter, int continuationToken, String groupName, VariableGroupQueryOrder queryOrder) throws AzDException - Throws:
AzDException
-
updateVariableGroup
VariableGroup updateVariableGroup(int groupId, String name, String description, VariableGroupMap variables) throws AzDException - Throws:
AzDException
-
updateVariableGroup
VariableGroup updateVariableGroup(int groupId, VariableGroupDefinition variableGroupDefinition) throws AzDException - Throws:
AzDException
-