Uses of Class
org.azd.exceptions.AzDException
Packages that use AzDException
Package
Description
-
Uses of AzDException in org.azd.accounts
Methods in org.azd.accounts that throw AzDExceptionModifier and TypeMethodDescriptionAccountsApi.getAccounts(String memberId) Get a list of accounts for a specific member.AccountsApi.getOrganizations()Get the list of organizations that you have access to.AccountsApi.getProfile()Gets the logged in user profile.AccountsApi.getProfile(String id) Gets a user profile. -
Uses of AzDException in org.azd.build
Methods in org.azd.build that throw AzDExceptionModifier and TypeMethodDescriptionBuildApi.addBuildTag(int buildId, String tag) Adds a tag to a build.BuildApi.addBuildTags(int buildId, String[] tags) Adds tags to a build.BuildApi.addDefinitionTag(int definitionId, String tag) Adds a tag to a definition.BuildApi.addDefinitionTags(int definitionId, String[] tags) Adds multiple tags to a definition.BuildApi.cloneBuildDefinition(String definitionName, String definitionCloneName) Clone an existing definition/pipelineBuildApi.createArtifact(int buildId, BuildArtifact artifact) Associates an artifact with a build.BuildApi.createBuildDefinition(String buildDefinitionParameters) Creates a new definition.BuildApi.createFolder(String path, Folder folder) Creates a new folder.BuildApi.deleteBuild(int buildId) Deletes a build.BuildApi.deleteBuildDefinition(int definitionId) Deletes a definition and all associated builds.BuildApi.deleteBuildTag(int buildId, String tag) Removes a tag from a build.BuildApi.deleteDefinitionTag(int definitionId, String tag) Removes a tag from a definition.BuildApi.deleteFolder(String path) Deletes a definition folder.Removes a tag from builds, definitions, and from the tag storeBuildApi.getArtifact(int buildId, String artifactName) Gets a specific artifact for a build.BuildApi.getArtifactAsZip(int buildId, String artifactName) Gets a specific artifact for a build as a zip file.BuildApi.getArtifactFile(int buildId, String artifactName, String fileId, String fileName) Gets a file from the build.BuildApi.getArtifacts(int buildId) Gets all artifacts for a build.BuildApi.getAttachments(int buildId, String type) Gets the list of attachments of a specific type that are associated with a build.BuildApi.getBranches(String providerName, String serviceEndpointId, String repositoryName) Gets a list of branches for the given source code repository.BuildApi.getBranches(String providerName, String serviceEndpointId, String repositoryName, String branchName) Gets a list of branches for the given source code repository.BuildApi.getBuild(int buildId) Gets a buildBuildApi.getBuildChanges(int buildId) Gets the changes associated with a buildBuildApi.getBuildChanges(int buildId, int top, String continuationToken, boolean includeSourceChange) Gets the changes associated with a buildBuildApi.getBuildController(int controllerId) Gets a controllerBuildApi.getBuildControllers()Gets controllersBuildApi.getBuildControllers(String name) Gets controller, optionally filtered by nameBuildApi.getBuildDefinition(int definitionId) Gets a definitionBuildApi.getBuildDefinition(int definitionId, boolean includeLatestBuilds, String minMetricsTime, int revision) Gets a definition, optionally at a specific revision.BuildApi.getBuildDefinitionRevisions(int definitionId) Gets all revisions of a definition.BuildApi.getBuildDefinitions()Gets a list of definitions.BuildApi.getBuildDefinitions(boolean includeAllProperties, boolean includeLatestBuilds) Gets a list of definitions.BuildApi.getBuildDefinitions(int top) Gets a list of definitions.BuildApi.getBuildDefinitions(int[] definitionIds) Gets a list of definitions.BuildApi.getBuildDefinitions(String name) Gets a list of definitions.BuildApi.getBuildDefinitions(String builtAfter, String continuationToken, boolean includeAllProperties, boolean includeLatestBuilds, String minMetricsTime, String notBuiltAfter, String path, int processType, String queryOrder, String repositoryId, String repositoryType, String taskIdFilter, String yamlFilename) Gets a list of definitions.BuildApi.getBuildLog(int buildId, int logId) Gets an individual log file for a build.BuildApi.getBuildLog(int buildId, int logId, long startLine, long endLine) Gets an individual log file for a build.BuildApi.getBuildLogs(int buildId) Gets the logs for a build.BuildApi.getBuilds()Gets a list of builds.BuildApi.getBuilds(int top) Gets a list of builds.BuildApi.getBuilds(int[] buildIds) Gets a list of builds.BuildApi.getBuilds(int top, String branchName, String buildNumber, String continuationToken, int[] definitions, String deletedFilter, int maxBuildsPerDefinition, String maxTime, String minTime, String[] properties, String queryOrder, int[] queues, String reasonFilter, String repositoryId, String repositoryType, String requestedFor, String resultFilter, String statusFilter, String tagFilters) Gets a list of builds.BuildApi.getBuildTags(int buildId) Gets the tags for a build.BuildApi.getBuildWorkItems(int buildId) Gets the work items associated with a build.BuildApi.getBuildWorkItems(int buildId, int top) Gets the work items associated with a build.BuildApi.getChangesBetweenBuilds(int fromBuildId, int toBuildId, int top) Gets the changes made to the repository between two given builds.BuildApi.getDefinitionTags(int definitionId) Gets the tags for a definition.BuildApi.getDefinitionTags(int definitionId, int revision) Gets the tags for a definition.BuildApi.getFileContents(String providerName, String serviceEndpointId, String repositoryName, String branchName, String path) Gets the contents of a file in the given source code repository.BuildApi.getFolders()Gets a list of build definition folders.BuildApi.getPathContents(String providerName, String serviceEndpointId, String repositoryName, String branchName, String path) Gets the contents of a directory in the given source code repository.BuildApi.getPullRequest(String providerName, String pullRequestId, String repositoryName, String serviceEndpointId) Gets a pull request object from source provider.BuildApi.getRepositories(String providerName, String serviceEndpointId) Gets a list of source code repositories.BuildApi.getRepositories(String providerName, String serviceEndpointId, String repositoryName) Gets a list of source code repositories.BuildApi.getRepositories(String providerName, String serviceEndpointId, String repositoryName, String continuationToken, boolean pageResults, SourceProviderResultSet resultSet) Gets a list of source code repositories.BuildApi.getSourceProviders()Get a list of source providers and their capabilities.BuildApi.getTags()Gets a list of all build tags in the project.BuildApi.getTimeline(int buildId) Gets details for a build.BuildApi.getTimeline(int buildId, String timelineId) Gets details for a build.BuildApi.getTimeline(int buildId, String timelineId, int changeId, String planId) Gets details for a build.BuildApi.getWebHooks(String providerName, String serviceEndpointId, String repositoryName) Gets a list of webhooks installed in the given source code repository.BuildApi.getWorkItemsBetweenBuilds(int fromBuildId, int toBuildId, int top) Gets all the work items between two builds.BuildApi.getYaml(int definitionId) Converts a definition to YAML.BuildApi.getYaml(int definitionId, boolean includeLatestBuilds, String minMetricsTime, String[] propertyFilters, int revision) Converts a definition to YAML, optionally at a specific revision.BuildApi.queueBuild(int definitionId) Queues a buildBuildApi.queueBuild(Build buildParameters) Queues a buildBuildApi.restoreBuildDefinition(int definitionId, boolean deleted) Restores a deleted definitionBuildApi.restoreWebHooks(String providerName, String serviceEndpointId, String repositoryName, List<String> triggerTypes) Recreates the webhooks for the specified triggers in the given source code repository.BuildApi.updateBuild(Build build, int buildId, boolean retry) Updates a build.BuildApi.updateBuildDefinition(BuildDefinition definition) Updates an existing build definition.BuildApi.updateBuildDefinition(BuildDefinition definition, int secretsSourceDefinitionId, int secretsSourceDefinitionRevision) Updates an existing build definition.BuildApi.updateBuilds(Builds builds) Updates multiple builds.BuildApi.updateBuildStage(int buildId, String stageReferenceName, boolean forceRetryAllJobs, StageUpdateType state) Update a build stage.BuildApi.updateBuildTags(int buildId, String[] tags, boolean toRemove) Adds/Removes tags from a build.BuildApi.updateDefinitionTags(int definitionId, String[] tags, boolean toRemove) Adds/Removes tags from a build.BuildApi.updateFolder(String path, Folder folder) Updates an existing folder at given existing path -
Uses of AzDException in org.azd.connection
Methods in org.azd.connection that throw AzDExceptionModifier and TypeMethodDescriptionConnection.getPersonalAccessToken()Get the personal access token -
Uses of AzDException in org.azd.core
Methods in org.azd.core that throw AzDExceptionModifier and TypeMethodDescriptionCoreApi.createProject(String projectName, String description) Creates a default scrum projectCoreApi.createProject(String projectName, String description, String sourceControlType, String templateTypeId) Creates a project for given process idCoreApi.createTeam(String projectName, String teamName) Create a team in a team project.CoreApi.deleteProject(String projectId) Queues a project to be deleted.CoreApi.deleteTeam(String projectName, String teamName) Delete a team.CoreApi.featureToggle(String projectId, FeatureManagement feature, boolean state) Set project feature state for project service SeeFeatureManagementfor list of featuresCoreApi.getFeatureState(String projectId, FeatureManagement feature) Call un-published API feature to fetch project service feature state.CoreApi.getProcesses()Get a list of processes.CoreApi.getProject(String projectName) Get project with the specified id or nameCoreApi.getProject(String projectName, boolean includeCapabilities, boolean includeHistory) Get project with the specified id or name with optional parametersCoreApi.getProjectProperties(String projectId) Get a collection of team project properties.CoreApi.getProjects()Get all projects in the organization that the authenticated user has access to.CoreApi.getProjects(int skip, int top, String continuationToken, boolean getDefaultTeamImageUrl, String stateFilter) Get all projects in the organization that the authenticated user has access to.Get a specific team.Get a specific team.CoreApi.getTeams()Get a list of all teams.Get a list of all teams.CoreApi.updateProject(String projectId, Project projectParameters) Update an existing project's name, abbreviation, description, or restore a project.CoreApi.updateTeams(String projectName, String teamName, String description) Update a team's name and/or description. -
Uses of AzDException in org.azd.distributedtask
Methods in org.azd.distributedtask that throw AzDExceptionModifier and TypeMethodDescriptionDistributedTaskApi.addDeploymentGroup(String name, String description) Create a deployment group.DistributedTaskApi.addDeploymentGroup(String name, String description, int poolId) Create a deployment group.DistributedTaskApi.addEnvironment(String name, String description) Create an environment.DistributedTaskApi.addVariableGroup(String name, String description, VariableGroupMap variables) Add a variable group.DistributedTaskApi.addVariableGroup(VariableGroupDefinition variableGroupDefinition) Add a variable group.DistributedTaskApi.deleteAgent(int poolId, int agentId) Delete an agent.DistributedTaskApi.deleteDeploymentGroup(int deploymentGroupId) Delete a deployment group.DistributedTaskApi.deleteEnvironment(int environmentId) Delete the specified environment.DistributedTaskApi.deleteVariableGroup(int variableGroupId, String[] projectIds) Delete a variable groupDistributedTaskApi.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.getAgents(int poolId) Get a list of agents.DistributedTaskApi.getAgents(int poolId, String agentName, String[] demands, boolean includeAssignedRequest, boolean includeCapabilities, boolean includeLastCompletedRequest, String[] propertyFilters) Get a list of agents.DistributedTaskApi.getDeploymentGroup(int deploymentGroupId) Get a deployment group by its ID.DistributedTaskApi.getDeploymentGroup(int deploymentGroupId, DeploymentGroupExpands expand, DeploymentGroupActionFilter actionFilter) Get a deployment group by its ID.DistributedTaskApi.getDeploymentGroups()Get a list of deployment groups by name or IDs.DistributedTaskApi.getDeploymentGroups(int top) Get a list of deployment groups by name or IDs.DistributedTaskApi.getDeploymentGroups(int[] ids) Get a list of deployment groups by name or IDs.DistributedTaskApi.getDeploymentGroups(String name) Get a list of deployment groups by name or IDs.DistributedTaskApi.getDeploymentGroups(DeploymentGroupExpands expand) Get a list of deployment groups by name or IDs.DistributedTaskApi.getDeploymentGroups(DeploymentGroupExpands expand, int top, DeploymentGroupActionFilter actionFilter, String continuationToken, int[] ids, String name) Get a list of deployment groups by name or IDs.DistributedTaskApi.getEnvironment(int environmentId) Get an environment by its ID.DistributedTaskApi.getEnvironment(int environmentId, EnvironmentExpands expands) Get an environment by its ID.DistributedTaskApi.getEnvironments()Get all environments.DistributedTaskApi.getEnvironments(int top) Get all environments.DistributedTaskApi.getEnvironments(int top, String continuationToken, String name) Get all environments.DistributedTaskApi.getEnvironments(String name) Get all environments.DistributedTaskApi.getVariableGroup(int variableGroupId) Get a variable group.DistributedTaskApi.getVariableGroups()Get variable groups.DistributedTaskApi.getVariableGroups(int top) Get variable groups.DistributedTaskApi.getVariableGroups(int top, VariableGroupActionFilter actionFilter, int continuationToken, String groupName, VariableGroupQueryOrder queryOrder) Get variable groups.DistributedTaskApi.getVariableGroups(String groupName) Get variable groups.DistributedTaskApi.updateAgent(int poolId, int agentId, TaskAgent requestBody) Update agent details.DistributedTaskApi.updateDeploymentGroup(int deploymentGroupId, String name, String description) Update a deployment group.DistributedTaskApi.updateEnvironment(int environmentId, String name, String description) Update the specified environment.DistributedTaskApi.updateVariableGroup(int groupId, String name, String description, VariableGroupMap variables) Update a variable group.DistributedTaskApi.updateVariableGroup(int groupId, VariableGroupDefinition variableGroupDefinition) Update a variable group. -
Uses of AzDException in org.azd.extensionmanagement
Methods in org.azd.extensionmanagement that throw AzDExceptionModifier and TypeMethodDescriptionExtensionManagementApi.getExtension(String extensionId, String publisherId) Get an installed extension by its publisher and extension id.ExtensionManagementApi.getExtension(String extensionId, String publisherId, String[] assetTypes) Get an installed extension by its publisher and extension id.ExtensionManagementApi.getExtensions()List the installed extensionsExtensionManagementApi.installExtension(String publisherId, String extensionId, String version) Install the specified extensionExtensionManagementApi.uninstallExtension(String publisherId, String extensionId) Uninstall the specified extensionExtensionManagementApi.uninstallExtension(String publisherId, String extensionId, String reason, String reasonCode) Uninstall the specified extensionExtensionManagementApi.updateExtension(String publisherId, String extensionId, ExtensionStateFlags extensionState) Enable/disable an extension -
Uses of AzDException in org.azd.feedmanagement
Methods in org.azd.feedmanagement that throw AzDExceptionModifier and TypeMethodDescriptionFeedManagementApi.createFeed(String name, String description, boolean badgesEnabled, boolean hideDeletedPackageVersions) Create a feed, a container for various package types.FeedManagementApi.createFeedView(String feedName, String name, FeedViewType feedViewType, FeedVisibility visibility) Create a new view on the referenced feed.FeedManagementApi.deleteFeed(String feedId) Remove a feed and all its packages.FeedManagementApi.deleteFeedView(String feedId, String feedViewId) Delete a feed view.Get the settings for a specific feed.Get the settings for a specific feed.FeedManagementApi.getFeedPermissions(String feedName) Get the permissions for a feed.FeedManagementApi.getFeedPermissions(String feedName, boolean excludeInheritedPermissions, String identityDescriptor, boolean includeDeletedFeeds, boolean includeIds) Get the permissions for a feed.FeedManagementApi.getFeeds()Get all feeds in an account where you have the provided role access.Get all feeds in an account where you have the provided role access.FeedManagementApi.getFeedView(String feedName, String feedViewId) Get a view by Id.FeedManagementApi.getFeedViews(String feedName) Get all views for a feed.FeedManagementApi.setFeedPermissions(String feedId, FeedPermissions feedPermissions) Update the permissions on a feed.FeedManagementApi.updateFeed(String feedId, Feed feed) Change the attributes of a feed.FeedManagementApi.updateFeedView(String feedName, String feedViewName, FeedView feedView) Update a view. -
Uses of AzDException in org.azd.git
Methods in org.azd.git that throw AzDExceptionModifier and TypeMethodDescriptionGitApi.createAnnotatedTag(String repositoryName, String tagName, String objectId, String message) Create an annotated tag.GitApi.createForkRepository(String repositoryName, String projectId, String parentProjectId, String parentRepositoryId) Create a fork of a parent repositoryGitApi.createForkRepository(String repositoryName, String projectId, String parentProjectId, String parentRepositoryId, String sourceBranch) Create a fork of a parent repository syncing only the provided refsGitApi.createForkRepositoryWithComplete(String repositoryName, String projectId, String parentProjectId, String parentRepositoryId, String sourceBranch, int checkTimes) Create a fork of a parent repository syncing only the provided refs with wait for operation completionGitApi.createForkSyncRequest(String repositoryName, String sourceCollectionId, String sourceProjectId, String sourceRepositoryId, Boolean includeLinks) Request that another repository's refs be fetched into this one.GitApi.createForkSyncRequest(String repositoryName, String collectionId, String projectId, String repositoryId, String sourceRef, String targetRef, Boolean includeLinks) Request that another repository's refs be fetched into this one.GitApi.createPullRequest(String repositoryId, String sourceRefName, String targetRefName, String title, String description, boolean isDraft) Create a pull request and optionally make it a draft.GitApi.createPullRequest(String repositoryId, String sourceRefName, String targetRefName, String title, String description, String[] reviewers) Create a pull request.GitApi.createPullRequest(GitPullRequest gitPullRequest) Create a pull request.GitApi.createPullRequestLabel(String repositoryName, int pullRequestId, String labelName) Create a label for a specified pull request.GitApi.createPullRequestReviewer(int pullRequestId, String repositoryName, String reviewerId, int vote, boolean isRequired) Add a reviewer to a pull request or cast a vote.GitApi.createPush(String repositoryId, GitPush gitPush) Push changes to the repository.GitApi.createRepository(String repositoryName, String projectId) Create a git repository in a team project.Creates a new tag in the repository that points to the supplied ref.GitApi.deletePullRequestLabel(String repositoryName, int pullRequestId, String labelName) Removes a label from the set of those assigned to the pull request.GitApi.deletePullRequestReviewer(int pullRequestId, String repositoryName, String reviewerId) Remove a reviewer from a pull request.GitApi.deleteRepository(String repositoryId) Delete a git repositoryGitApi.deleteRepositoryFromRecycleBin(String repositoryId) Destroy (hard delete) a soft-deleted Git repository.Deletes a tag of a repository with given name.GitApi.getAnnotatedTag(String repositoryName, String objectId) Get an annotated tag.Get a single blob.Get a single blob.GitApi.getBlobContent(String repositoryId, String sha1, boolean download, String fileName, boolean resolveLfs) Get a single blob content.GitApi.getBlobContentAsStream(String repositoryId, String sha1, boolean download, String fileName, boolean resolveLfs) Get a single blob content as input stream.GitApi.getBlobContentAsZip(String repositoryId, String sha1, boolean download, String fileName, boolean resolveLfs) Get a single blob as zip of input stream.GitApi.getBlobsZip(String repositoryId, String fileName, List<String> sha1) Gets one or more blobs in a zip file download.GitApi.getBlobsZip(String repositoryId, List<String> sha1) Gets one or more blobs in a zip file download.Get a specific branch from a repository.GitApi.getBranches(String repositoryName) Get the branches from a repository.GitApi.getChanges(String repositoryName, String commitId) Retrieve changes for a particular commit.GitApi.getChanges(String repositoryName, String commitId, int top, int skip) Retrieve changes for a particular commit.Retrieve a particular commit.Retrieve a particular commit.GitApi.getCommits(String repositoryName) Retrieve git commits for a project.GitApi.getCommits(String repositoryName, int top) Retrieve git commits for a project.GitApi.getCommits(String repositoryName, int top, int skip, String author, String version, GitVersionOptions versionOptions, GitVersionType versionType, boolean excludeDeletes, String fromCommitId, String toCommitId, String fromDate, String toDate, GitHistoryMode historyMode, List<String> ids, boolean includeLinks, boolean includePushData, boolean includeUserImageUrl, boolean includeWorkItems, String itemPath, boolean showOldestCommitsFirst, String user, String itemVersion, GitVersionOptions itemVersionOptions, GitVersionType itemVersionType) Retrieve git commits for a project.GitApi.getCommits(String repositoryName, List<String> ids) Retrieve git commits for a project.GitApi.getCommitsBatch(String repositoryId, GitCommitsBatch gitCommitsBatch) Retrieve git commits for a project matching the search criteria.GitApi.getDeletedRepositories()Retrieve deleted git repositories.Retrieve all forks of a repository in the collection.GitApi.getForkSyncRequest(String repositoryName, int OperationId, boolean includeLinks) Get a specific fork sync operation's details.GitApi.getForkSyncRequests(String repositoryName, boolean includeLinks, boolean includeAbandoned) Retrieve all requested fork sync operations on this repository.Get Item Metadata and/or Content for a collection of items.GitApi.getItems(String repositoryName, boolean includeContentMetadata, boolean includeLinks, boolean latestProcessedChange, VersionControlRecursionType recursionType, String scopePath) Get Item Metadata and/or Content for a collection of items.GitApi.getItems(String repositoryName, boolean includeContentMetadata, boolean includeLinks, boolean latestProcessedChange, VersionControlRecursionType recursionType, String scopePath, String version, GitVersionOptions versionOptions, GitVersionType versionType) Get Item Metadata and/or Content for a collection of items.GitApi.getItems(String repositoryName, VersionControlRecursionType recursionType) Get Item Metadata and/or Content for a collection of items.GitApi.getPullRequest(String repositoryName, int pullRequestId) Retrieve a pull request.GitApi.getPullRequestById(int pullRequestId) Retrieve a pull request.GitApi.getPullRequestLabel(String repositoryName, int pullRequestId, String labelName) Retrieves a single label that has been assigned to a pull request.GitApi.getPullRequestLabels(String repositoryName, int pullRequestId) Get all the labels assigned to a pull request.GitApi.getPullRequestReviewer(int pullRequestId, String repositoryName, String reviewerId) Retrieve information about a particular reviewer on a pull requestGitApi.getPullRequestReviewers(int pullRequestId, String repositoryName) Retrieve the reviewers for a pull requestGitApi.getPullRequests(String repositoryName) Retrieve all pull requests from a repositoryGitApi.getPullRequestsByProject()Gets all pull requests from a project.GitApi.getPullRequestsByProject(int top) Gets all pull requests from a project.GitApi.getPullRequestsByProject(int skip, int top, String creatorId, boolean includeLinks, String repositoryId, String reviewerId, String sourceRefName, String sourceRepositoryId, PullRequestStatus status, String targetRefName) Gets all pull requests from a project.GitApi.getPullRequestsByProject(PullRequestStatus status) Gets all pull requests from a project.GitApi.getPullRequestWorkItems(int pullRequestId, String repositoryName) Retrieve a list of work items associated with a pull request.Retrieves a particular push.Retrieves a particular push.Retrieves a particular push.Retrieves a particular push.GitApi.getPushCommits(String repositoryName, int pushId) Retrieve a list of commits associated with a particular push.GitApi.getPushCommits(String repositoryName, int pushId, boolean includeLinks, int top, int skip) Retrieve a list of commits associated with a particular push.Retrieves pushes associated with the specified repository.GitApi.getRecycleBinRepositories()Retrieve soft-deleted git repositories from the recycle bin.Queries the provided repository for its refs and returns them.Queries the provided repository for its refs and returns them.GitApi.getRepositories()Retrieve git repositories.GitApi.getRepository(String repositoryName) Retrieve a git repository.GitApi.restoreRepositoryFromRecycleBin(String repositoryId, boolean deleted) Recover a soft-deleted Git repository.GitApi.updateBranchLock(String repositoryName, String branchName, boolean isLocked) Lock or Unlock a branch with repository name and branch name.GitApi.updatePullRequest(String repositoryId, int pullRequestId, Object body) Update a pull requestGitApi.updatePullRequestReviewer(int pullRequestId, String repositoryName, String reviewerId, boolean isFlagged, boolean hasDeclined) Edit a reviewer entry.Creating, updating, or deleting git ref.GitApi.updateRepository(String repositoryId, String repositoryName, String defaultBranchName) Updates the Git repository with either a new repo name or a new default branch. -
Uses of AzDException in org.azd.graph
Methods in org.azd.graph that throw AzDExceptionModifier and TypeMethodDescriptionGraphApi.addMembership(String subjectDescriptor, String groupDescriptor) add a membership relation between a subject (user or group) and a container (group) a more general case that allows nested groupsGraphApi.addUserToGroup(String emailId, String groupDescriptor) Materialize an existing AAD or MSA user into the VSTS account.GraphApi.createGroup(String displayName, String description) create a local group at the collection levelGraphApi.createGroup(String displayName, String description, String projectDescriptor) create a local group at the project levelGraphApi.createUser(String emailId, String userDescriptor) Materialize an existing AAD or MSA user into the VSTS account.GraphApi.deleteGroup(String groupDescriptor) Removes an Azure DevOps group from all of its parent groups.GraphApi.deleteUser(String userDescriptor) Disables a user.GraphApi.getDescriptor(String storageKey) Resolve a storage key to a descriptor Refer to REST API documentation on descriptorsGet a group by its descriptor.GraphApi.getGroupMembersOf(String groupDescriptor) get subjects (users, groups) that are a member of the specified groupGraphApi.getGroups()Gets a list of all groups in the current scope (usually organization or account).GraphApi.getMemberOfGroups(String subjectDescriptor) get groups that the specified subject (user, group) belongs toGet a user by its descriptor.GraphApi.getUsers()Get a list of all users in a given scope.Get a list of all users in a given scope.GraphApi.removeMembership(String subjectDescriptor, String groupDescriptor) remove a membership relation between a subject (user or group) and a container (group)GraphApi.subjectLookup(String... descriptors) resolve descriptors to subjects Refer to REST API documentation on storage keys -
Uses of AzDException in org.azd.helpers
Methods in org.azd.helpers that throw AzDExceptionModifier and TypeMethodDescriptionstatic StringStreamHelper.convertStreamToBase64(InputStream content) Converts the Input stream to base64 encoded string value.com.fasterxml.jackson.databind.JsonNodeJsonMapper.convertToJson(String jsonString) Converts a string response to Json string.static InputStreamStreamHelper.convertToStream(File file) Convert the file contents to input streamstatic InputStreamStreamHelper.convertToStream(String content) Convert the string content to input streamJsonMapper.convertToString(Object value) Converts the object to stringstatic StringStreamHelper.convertToString(InputStream responseStream) Convert the InputStream stream to stringstatic voidStreamHelper.download(String fileName, InputStream responseStream) Downloads the contents from InputStream and saves it in a file.static voidStreamHelper.downloadFromUrl(String url, String fileName) Helper method to download the contents stream from a url.<T> TJsonMapper.mapJsonFromFile(File src, Class<T> valueType) Handles the deserialization of json string to given object from a file.<T> TJsonMapper.mapJsonResponse(InputStream content, Class<T> valueType) Handles the deserialization of json string to object of given type.<T> TJsonMapper.mapJsonResponse(String content, Class<T> valueType) Handles the deserialization of json string to object of given type. -
Uses of AzDException in org.azd.interfaces
Methods in org.azd.interfaces that throw AzDExceptionModifier and TypeMethodDescriptionReleaseDetails.abandonRelease(int releaseId) BuildDetails.addBuildTag(int buildId, String tag) BuildDetails.addBuildTags(int buildId, String[] tags) BuildDetails.addDefinitionTag(int definitionId, String tag) BuildDetails.addDefinitionTags(int definitionId, String[] tags) DistributedTaskDetails.addDeploymentGroup(String name, String description) DistributedTaskDetails.addDeploymentGroup(String name, String description, int poolId) DistributedTaskDetails.addEnvironment(String name, String description) WorkItemTrackingDetails.addHyperLinks(int workItemId, Map<String, String> hyperlinksMap) GraphDetails.addMembership(String subjectDescriptor, String groupDescriptor) MemberEntitlementManagementDetails.addUserEntitlement(AccountLicenseType accountLicenseType, String emailId, GroupType groupType, String projectId) GraphDetails.addUserToGroup(String emailId, String groupDescriptor) DistributedTaskDetails.addVariableGroup(String name, String description, VariableGroupMap variables) DistributedTaskDetails.addVariableGroup(VariableGroupDefinition variableGroupDefinition) WorkItemTrackingDetails.addWorkItemAttachment(int workItemId, Map<String, String> fieldsToUpdate) voidMavenDetails.clearUpstreamingBehavior(String feedId, String groupId, String artifactId) BuildDetails.cloneBuildDefinition(String definitionName, String definitionCloneName) GitDetails.createAnnotatedTag(String repositoryName, String tagName, String objectId, String message) BuildDetails.createArtifact(int buildId, BuildArtifact artifact) WorkItemTrackingDetails.createAttachment(String fileName, AttachmentUploadType uploadType, String teamAreaPath, InputStream contentStream) WorkItemTrackingDetails.createAttachment(String fileName, AttachmentUploadType uploadType, String teamAreaPath, String contents) ServiceEndpointDetails.createAzureRMServiceEndpoint(String endpointName, String servicePrincipalId, String servicePrincipalKey, String tenantId, String subscriptionId, String subscriptionName) BuildDetails.createBuildDefinition(String buildDefinitionParameters) FeedManagementDetails.createFeed(String name, String description, boolean badgesEnabled, boolean hideDeletedPackageVersions) FeedManagementDetails.createFeedView(String feedName, String name, FeedViewType feedViewType, FeedVisibility visibility) BuildDetails.createFolder(String path, Folder folder) GitDetails.createForkRepository(String repositoryName, String projectId, String parentProjectId, String parentRepositoryId) GitDetails.createForkRepository(String repositoryName, String projectId, String parentProjectId, String parentRepositoryId, String sourceBranch) GitDetails.createForkRepositoryWithComplete(String repositoryName, String projectId, String parentProjectId, String parentRepositoryId, String sourceBranch, int checkTimes) GitDetails.createForkSyncRequest(String repositoryName, String sourceCollectionId, String sourceProjectId, String sourceRepositoryId, Boolean includeLinks) GitDetails.createForkSyncRequest(String repositoryName, String collectionId, String projectId, String repositoryId, String sourceRef, String targetRef, Boolean includeLinks) GraphDetails.createGroup(String displayName, String description) GraphDetails.createGroup(String displayName, String description, String projectDescriptor) WikiDetails.createOrUpdateWikiPage(String wikiIdentifier, String path, String comment, String eTagVersion, String content) WikiDetails.createOrUpdateWikiPage(String wikiIdentifier, String path, String comment, String eTagVersion, String version, GitVersionType versionType, GitVersionOptions versionOptions, String content) WikiDetails.createPageMove(String wikiIdentifier, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions, WikiPageMoveParameters pageMoveParameters) WikiDetails.createPageMove(String wikiIdentifier, String comment, WikiPageMoveParameters pageMoveParameters) PipelinesDetails.createPipeline(String name, String folder, String pathOfYamlFile, String repositoryId, String repositoryName) PolicyDetails.createPolicyConfiguration(String typeId, boolean isEnabled, boolean isBlocking, Map settings) CoreDetails.createProject(String projectName, String description) CoreDetails.createProject(String projectName, String description, String sourceControlType, String templateTypeId) GitDetails.createPullRequest(String repositoryId, String sourceRefName, String targetRefName, String title, String description, boolean isDraft) GitDetails.createPullRequest(String repositoryId, String sourceRefName, String targetRefName, String title, String description, String[] reviewers) GitDetails.createPullRequest(GitPullRequest gitPullRequest) GitDetails.createPullRequestLabel(String repositoryName, int pullRequestId, String labelName) GitDetails.createPullRequestReviewer(int pullRequestId, String repositoryId, String reviewerId, int vote, boolean isRequired) GitDetails.createPush(String repositoryId, GitPush gitPush) WorkItemTrackingDetails.createQuery(String query, QueryHierarchyItem queryHierarchyItem) ReleaseDetails.createRelease(int releaseDefinitionId, String description, String artifactAlias, String artifactId, String artifactName, boolean isDraft) ReleaseDetails.createReleaseDefinition(String releaseDefinitionParameters) GitDetails.createRepository(String repositoryName, String projectId) ServiceEndpointDetails.createServiceEndpoint(String endpointName, String endpointType, Map requestBody) ServiceHooksDetails.createSubscription(ServiceHooks serviceHooks) CoreDetails.createTeam(String projectName, String teamName) TestDetails.createTestRun(RunCreateModel runCreateModel) GraphDetails.createUser(String emailId, String userDescriptor) WikiDetails.createWiki(WikiCreateParameters wikiCreateParameters) WikiDetails.createWikiAttachment(String wikiIdentifier, String name, InputStream content) WikiDetails.createWikiAttachment(String wikiIdentifier, String name, String version, GitVersionType versionType, GitVersionOptions versionOptions, InputStream content) WorkItemTrackingDetails.createWorkItem(String workItemType, String title, String description, Map<String, Object> additionalFields) WorkItemTrackingDetails.createWorkItem(String workItemType, WorkItemOperation operation, String title) WorkItemTrackingDetails.createWorkItem(String workItemType, WorkItemOperation operation, String title, String description, String[] tags) WorkItemTrackingDetails.createWorkItemField(WorkItemField workItemField) DistributedTaskDetails.deleteAgent(int poolId, int agentId) BuildDetails.deleteBuild(int buildId) BuildDetails.deleteBuildDefinition(int definitionId) BuildDetails.deleteBuildTag(int buildId, String tag) BuildDetails.deleteDefinitionTag(int definitionId, String tag) DistributedTaskDetails.deleteDeploymentGroup(int deploymentGroupId) DistributedTaskDetails.deleteEnvironment(int environmentId) FeedManagementDetails.deleteFeed(String feedId) FeedManagementDetails.deleteFeedView(String feedId, String feedViewId) BuildDetails.deleteFolder(String path) GraphDetails.deleteGroup(String groupDescriptor) voidMavenDetails.deletePackageVersion(String feedId, String groupId, String artifactId, String version) voidUpackDetails.deletePackageVersion(String feedId, String packageName, String version) voidMavenDetails.deletePackageVersionFromRecycleBin(String feedId, String groupId, String artifactId, String version) voidUpackDetails.deletePackageVersionFromRecycleBin(String feedId, String packageName, String version) PolicyDetails.deletePolicyConfiguration(int configurationId) CoreDetails.deleteProject(String projectId) GitDetails.deletePullRequestLabel(String repositoryName, int pullRequestId, String labelName) GitDetails.deletePullRequestReviewer(int pullRequestId, String repositoryId, String reviewerId) WorkItemTrackingDetails.deleteQuery(String query) ReleaseDetails.deleteRelease(int releaseId) ReleaseDetails.deleteReleaseDefinition(int definitionId) ReleaseDetails.deleteReleaseDefinition(int definitionId, String comment, boolean forceDelete) GitDetails.deleteRepository(String repositoryId) GitDetails.deleteRepositoryFromRecycleBin(String repositoryId) ServiceEndpointDetails.deleteServiceEndpoint(String endpointId, String[] projectIds) ServiceEndpointDetails.deleteServiceEndpoint(String endpointId, String[] projectIds, boolean deep) ServiceHooksDetails.deleteSubscription(String subscriptionId) CoreDetails.deleteTeam(String projectName, String teamName) WorkDetails.deleteTeamSettingsIteration(String teamName, String iterationId) TestDetails.deleteTestRun(int runId) GraphDetails.deleteUser(String userDescriptor) MemberEntitlementManagementDetails.deleteUserEntitlement(String userId) DistributedTaskDetails.deleteVariableGroup(int variableGroupId, String[] projectIds) WikiDetails.deleteWiki(String wikiIdentifier) WikiDetails.deleteWikiPage(String wikiIdentifier, String path, String comment) WikiDetails.deleteWikiPage(String wikiIdentifier, String path, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) WikiDetails.deleteWikiPageById(String id, String wikiIdentifier, String path, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) WorkItemTrackingDetails.deleteWorkItem(int id) WorkItemTrackingDetails.deleteWorkItem(int id, boolean destroy) WorkItemTrackingDetails.deleteWorkItemField(String fieldNameOrRefName) MavenDetails.downloadPackage(String feedId, String groupId, String artifactId, String version, String fileName) CoreDetails.featureToggle(String projectId, FeatureManagement feature, boolean state) SecurityDetails.getAccessControlLists(String namespaceId) SecurityDetails.getAccessControlLists(String namespaceId, String[] descriptors, String token, boolean includeExtendedInfo, boolean recurse) AccountsDetails.getAccounts(String memberId) DistributedTaskDetails.getAgent(int poolId, int agentId) DistributedTaskDetails.getAgent(int poolId, int agentId, boolean includeAssignedRequest, boolean includeCapabilities, boolean includeLastCompletedRequest, String[] propertyFilters) DistributedTaskDetails.getAgents(int poolId) DistributedTaskDetails.getAgents(int poolId, String agentName, String[] demands, boolean includeAssignedRequest, boolean includeCapabilities, boolean includeLastCompletedRequest, String[] propertyFilters) GitDetails.getAnnotatedTag(String repositoryName, String objectId) BuildDetails.getArtifact(int buildId, String artifactName) BuildDetails.getArtifactAsZip(int buildId, String artifactName) BuildDetails.getArtifactFile(int buildId, String artifactName, String fileId, String fileName) BuildDetails.getArtifacts(int buildId) PipelinesDetails.getArtifacts(int pipelineId, int runId, String artifactName) PipelinesDetails.getArtifacts(int pipelineId, int runId, String artifactName, PipelinesExpandOptions expandOptions) WorkItemTrackingDetails.getAttachment(String id, String fileName) WorkItemTrackingDetails.getAttachmentAsZip(String id, String fileName, boolean download) WorkItemTrackingDetails.getAttachmentContent(String id, String fileName, boolean download) BuildDetails.getAttachments(int buildId, String type) GitDetails.getBlobContent(String repositoryId, String sha1, boolean download, String fileName, boolean resolveLfs) GitDetails.getBlobContentAsStream(String repositoryId, String sha1, boolean download, String fileName, boolean resolveLfs) GitDetails.getBlobContentAsZip(String repositoryId, String sha1, boolean download, String fileName, boolean resolveLfs) GitDetails.getBlobsZip(String repositoryId, String fileName, List<String> sha1) GitDetails.getBlobsZip(String repositoryId, List<String> sha1) BuildDetails.getBranches(String providerName, String serviceEndpointId, String repositoryName) BuildDetails.getBranches(String providerName, String serviceEndpointId, String repositoryName, String branchName) GitDetails.getBranches(String repositoryName) BuildDetails.getBuild(int buildId) BuildDetails.getBuildChanges(int buildId) BuildDetails.getBuildChanges(int buildId, int top, String continuationToken, boolean includeSourceChange) BuildDetails.getBuildController(int controllerId) BuildDetails.getBuildControllers()BuildDetails.getBuildControllers(String name) BuildDetails.getBuildDefinition(int definitionId) BuildDetails.getBuildDefinition(int definitionId, boolean includeLatestBuilds, String minMetricsTime, int revision) BuildDetails.getBuildDefinitionRevisions(int definitionId) BuildDetails.getBuildDefinitions()BuildDetails.getBuildDefinitions(boolean includeAllProperties, boolean includeLatestBuilds) BuildDetails.getBuildDefinitions(int top) BuildDetails.getBuildDefinitions(int[] definitionIds) BuildDetails.getBuildDefinitions(String name) BuildDetails.getBuildDefinitions(String builtAfter, String continuationToken, boolean includeAllProperties, boolean includeLatestBuilds, String minMetricsTime, String notBuiltAfter, String path, int processType, String queryOrder, String repositoryId, String repositoryType, String taskIdFilter, String yamlFilename) BuildDetails.getBuildLog(int buildId, int logId) BuildDetails.getBuildLog(int buildId, int logId, long startLine, long endLine) BuildDetails.getBuildLogs(int buildId) BuildDetails.getBuilds()BuildDetails.getBuilds(int top) BuildDetails.getBuilds(int[] buildIds) BuildDetails.getBuilds(int top, String branchName, String buildNumber, String continuationToken, int[] definitions, String deletedFilter, int maxBuildsPerDefinition, String maxTime, String minTime, String[] properties, String queryOrder, int[] queues, String reasonFilter, String repositoryId, String repositoryType, String requestedFor, String resultFilter, String statusFilter, String tagFilters) BuildDetails.getBuildTags(int buildId) BuildDetails.getBuildWorkItems(int buildId) BuildDetails.getBuildWorkItems(int buildId, int top) GitDetails.getChanges(String repositoryName, String commitId) GitDetails.getChanges(String repositoryName, String commitId, int top, int skip) BuildDetails.getChangesBetweenBuilds(int fromBuildId, int toBuildId, int top) GitDetails.getCommits(String repositoryName) GitDetails.getCommits(String repositoryName, int top) GitDetails.getCommits(String repositoryName, int top, int skip, String author, String version, GitVersionOptions versionOptions, GitVersionType versionType, boolean excludeDeletes, String fromCommitId, String toCommitId, String fromDate, String toDate, GitHistoryMode historyMode, List<String> ids, boolean includeLinks, boolean includePushData, boolean includeUserImageUrl, boolean includeWorkItems, String itemPath, boolean showOldestCommitsFirst, String user, String itemVersion, GitVersionOptions itemVersionOptions, GitVersionType itemVersionType) GitDetails.getCommits(String repositoryName, List<String> ids) GitDetails.getCommitsBatch(String repositoryId, GitCommitsBatch gitCommitsBatch) BuildDetails.getDefinitionTags(int definitionId) BuildDetails.getDefinitionTags(int definitionId, int revision) GitDetails.getDeletedRepositories()WorkItemTrackingDetails.getDeletedWorkItemsFromRecycleBin()WorkItemTrackingDetails.getDeletedWorkItemsFromRecycleBin(int[] ids) DistributedTaskDetails.getDeploymentGroup(int deploymentGroupId) DistributedTaskDetails.getDeploymentGroup(int deploymentGroupId, DeploymentGroupExpands expand, DeploymentGroupActionFilter actionFilter) DistributedTaskDetails.getDeploymentGroups()DistributedTaskDetails.getDeploymentGroups(int top) DistributedTaskDetails.getDeploymentGroups(int[] ids) DistributedTaskDetails.getDeploymentGroups(String name) DistributedTaskDetails.getDeploymentGroups(DeploymentGroupExpands expand) DistributedTaskDetails.getDeploymentGroups(DeploymentGroupExpands expand, int top, DeploymentGroupActionFilter actionFilter, String continuationToken, int[] ids, String name) GraphDetails.getDescriptor(String storageKey) DistributedTaskDetails.getEnvironment(int environmentId) DistributedTaskDetails.getEnvironment(int environmentId, EnvironmentExpands expands) DistributedTaskDetails.getEnvironments()DistributedTaskDetails.getEnvironments(int top) DistributedTaskDetails.getEnvironments(int top, String continuationToken, String name) DistributedTaskDetails.getEnvironments(String name) ExtensionManagementDetails.getExtension(String extensionId, String publisherId) ExtensionManagementDetails.getExtension(String extensionId, String publisherId, String[] assetTypes) ExtensionManagementDetails.getExtensions()CoreDetails.getFeatureState(String projectId, FeatureManagement feature) FeedManagementDetails.getFeedPermissions(String feedName) FeedManagementDetails.getFeedPermissions(String feedName, boolean excludeInheritedPermissions, String identityDescriptor, boolean includeDeletedFeeds, boolean includeIds) FeedManagementDetails.getFeeds()FeedManagementDetails.getFeeds(String feedRole, boolean includeDeletedUpstreams, boolean includeUrls) FeedManagementDetails.getFeedView(String feedName, String feedViewId) FeedManagementDetails.getFeedViews(String feedName) BuildDetails.getFileContents(String providerName, String serviceEndpointId, String repositoryName, String branchName, String path) BuildDetails.getFolders()GitDetails.getForkSyncRequest(String repositoryName, int OperationId, boolean includeLinks) GitDetails.getForkSyncRequests(String repositoryName, boolean includeLinks, boolean includeAbandoned) MemberEntitlementManagementDetails.getGroupEntitlement(String groupId) MemberEntitlementManagementDetails.getGroupEntitlements()GraphDetails.getGroupMembersOf(String groupDescriptor) GraphDetails.getGroups()SecurityDetails.getIdentities(String[] descriptors, String[] identityIds, String[] subjectDescriptors, String filterValue, String queryMembership, String searchFilter) SecurityDetails.getIdentitiesFromSubjectDescriptors(String... subjectDescriptors) GitDetails.getItems(String repositoryName, boolean includeContentMetadata, boolean includeLinks, boolean latestProcessedChange, VersionControlRecursionType recursionType, String scopePath) GitDetails.getItems(String repositoryName, boolean includeContentMetadata, boolean includeLinks, boolean latestProcessedChange, VersionControlRecursionType recursionType, String scopePath, String version, GitVersionOptions versionOptions, GitVersionType versionType) GitDetails.getItems(String repositoryName, VersionControlRecursionType recursionType) ReleaseDetails.getManualIntervention(int releaseId, int manualInterventionId) ReleaseDetails.getManualInterventions(int releaseId) GraphDetails.getMemberOfGroups(String subjectDescriptor) MemberEntitlementManagementDetails.getMembers(String groupId) MemberEntitlementManagementDetails.getMembers(String groupId, int maxResults, String pagingToken) WorkItemTrackingDetails.getMyWorkRecentActivity()SecurityDetails.getNamespace(String namespaceId) SecurityDetails.getNamespaces()SecurityDetails.getNamespaces(boolean localOnly) AccountsDetails.getOrganizations()MavenDetails.getPackageVersion(String feedId, String groupId, String artifactId, String version) MavenDetails.getPackageVersion(String feedId, String groupId, String artifactId, String version, boolean showDeleted) UpackDetails.getPackageVersion(String feedId, String packageName, String version) UpackDetails.getPackageVersion(String feedId, String packageName, String version, boolean showDeleted) MavenDetails.getPackageVersionFromRecycleBin(String feedId, String groupId, String artifactId, String version) UpackDetails.getPackageVersionFromRecycleBin(String feedId, String packageName, String version) WikiDetails.getPageStats(String wikiIdentifier, int pageId, int pageViewsForDays) BuildDetails.getPathContents(String providerName, String serviceEndpointId, String repositoryName, String branchName, String filePath) PipelinesDetails.getPipeline(int pipelineId) PipelinesDetails.getPipeline(int pipelineId, String pipelineVersion) PipelinesDetails.getPipelineLog(int pipelineId, int runId, int logId) PipelinesDetails.getPipelineLog(int pipelineId, int runId, int logId, PipelinesExpandOptions expandOptions) PipelinesDetails.getPipelineLogs(int pipelineId, int runId) PipelinesDetails.getPipelineLogs(int pipelineId, int runId, PipelinesExpandOptions expandOptions) PipelinesDetails.getPipelineRun(int pipelineId, int runId) PipelinesDetails.getPipelineRuns(int pipelineId) PipelinesDetails.getPipelines()PolicyDetails.getPolicyConfiguration(int configurationId) PolicyDetails.getPolicyConfigurations()PolicyDetails.getPolicyConfigurations(int top, String continuationToken, String policyType) PolicyDetails.getPolicyType(String typeId) PolicyDetails.getPolicyTypes()CoreDetails.getProcesses()AccountsDetails.getProfile()AccountsDetails.getProfile(String id) CoreDetails.getProject(String projectName) CoreDetails.getProject(String projectName, boolean includeCapabilities, boolean includeHistory) CoreDetails.getProjectProperties(String projectId) CoreDetails.getProjects()CoreDetails.getProjects(int skip, int top, String continuationToken, boolean getDefaultTeamImageUrl, String stateFilter) BuildDetails.getPullRequest(String providerName, String pullRequestId, String repositoryName, String serviceEndpointId) GitDetails.getPullRequest(String repositoryName, int pullRequestId) GitDetails.getPullRequestById(int pullRequestId) GitDetails.getPullRequestLabel(String repositoryName, int pullRequestId, String labelName) GitDetails.getPullRequestLabels(String repositoryName, int pullRequestId) GitDetails.getPullRequestReviewer(int pullRequestId, String repositoryId, String reviewerId) GitDetails.getPullRequestReviewers(int pullRequestId, String repositoryId) GitDetails.getPullRequests(String repositoryName) GitDetails.getPullRequestsByProject()GitDetails.getPullRequestsByProject(int top) GitDetails.getPullRequestsByProject(int skip, int top, String creatorId, boolean includeLinks, String repositoryId, String reviewerId, String sourceRefName, String sourceRepositoryId, PullRequestStatus status, String targetRefName) GitDetails.getPullRequestsByProject(PullRequestStatus status) GitDetails.getPullRequestWorkItems(int pullRequestId, String repositoryName) GitDetails.getPushCommits(String repositoryName, int pushId) GitDetails.getPushCommits(String repositoryName, int pushId, boolean includeLinks, int top, int skip) WorkItemTrackingDetails.getQueries()WorkItemTrackingDetails.getQueries(int depth, QueryExpand expand, boolean includeDeleted) WorkItemTrackingDetails.getQuery(String query, int depth, QueryExpand expand, boolean includeDeleted, boolean useIsoDateFormat) WorkItemTrackingDetails.getQueryBatches(QueryErrorPolicy errorPolicy, QueryExpand expand, String[] ids) GitDetails.getRecycleBinRepositories()ReleaseDetails.getRelease(int releaseId) ReleaseDetails.getRelease(int releaseId, SingleReleaseExpands expand) ReleaseDetails.getRelease(int releaseId, SingleReleaseExpands expand, ReleaseApprovalFilters approvalFilters, String[] propertyFilters, int topGateRecords) ReleaseDetails.getReleaseApprovals()ReleaseDetails.getReleaseApprovals(int[] releaseIdsFilter) ReleaseDetails.getReleaseApprovals(String assignedToFilter, int continuationToken, boolean includeMyGroupApprovals, ReleaseQueryOrder queryOrder, int[] releaseIdsFilter, ReleaseApprovalStatus statusFilter, int top, ReleaseApprovalType typeFilter) ReleaseDetails.getReleaseDefinition(int definitionId) ReleaseDetails.getReleaseDefinitionHistory(int definitionId) ReleaseDetails.getReleaseDefinitions()ReleaseDetails.getReleaseDefinitions(int top) ReleaseDetails.getReleaseDefinitions(int[] definitionIdFilter) ReleaseDetails.getReleaseDefinitions(String artifactSourceId) ReleaseDetails.getReleaseDefinitions(ReleaseDefinitionExpands expands) ReleaseDetails.getReleaseDefinitions(ReleaseDefinitionExpands expands, int top, String artifactSourceId, String artifactType, String continuationToken, int[] definitionIdFilter, boolean isDeleted, boolean isExactNameMatch, String path, String[] propertyFilters, ReleaseDefinitionQueryOrder queryOrder, String searchText, boolean searchTextContainsFolderName, String[] tagFilter) ReleaseDetails.getReleaseEnvironment(int releaseId, int environmentId) ReleaseDetails.getReleaseEnvironment(int releaseId, int environmentId, SingleReleaseExpands expand) ReleaseDetails.getReleases()ReleaseDetails.getReleases(int definitionId) ReleaseDetails.getReleases(String[] releaseIdFilter) ReleaseDetails.getReleases(ReleaseExpands expand) ReleaseDetails.getReleases(ReleaseExpands expand, int top) ReleaseDetails.getReleases(ReleaseExpands expand, int top, String artifactTypeId, String artifactVersionId, int continuationToken, String createdBy, int definitionEnvironmentId, int definitionId, int environmentStatusFilter, boolean isDeleted, String maxCreatedTime, String minCreatedTime, String path, String[] propertyFilters, ReleaseQueryOrder queryOrder, String[] releaseIdFilter, String searchText, String sourceBranchFilter, String sourceId, ReleaseStatus statusFilter, String[] tagFilter) ReleaseDetails.getReleases(ReleaseExpands expand, String artifactVersionId) BuildDetails.getRepositories(String providerName, String serviceEndpointId) BuildDetails.getRepositories(String providerName, String serviceEndpointId, String repositoryName) BuildDetails.getRepositories(String providerName, String serviceEndpointId, String repositoryName, String continuationToken, boolean pageResults, SourceProviderResultSet resultSet) GitDetails.getRepositories()GitDetails.getRepository(String repositoryName) ServiceEndpointDetails.getServiceEndpoint(String endpointId) ServiceEndpointDetails.getServiceEndpoint(String endpointId, ServiceEndpointActionFilter actionFilter) ServiceEndpointDetails.getServiceEndpoints()ServiceEndpointDetails.getServiceEndpointsByNames(String[] endpointNames) ServiceEndpointDetails.getServiceEndpointsByNames(String[] endpointNames, String[] authSchemes, boolean includeDetails, boolean includeFailed, String owner, String type) BuildDetails.getSourceProviders()ServiceHooksDetails.getSubscription(String subscriptionId) ServiceHooksDetails.getSubscriptions()ServiceHooksDetails.getSubscriptions(String consumerActionId, String consumerId, String eventType, String publisherId) BuildDetails.getTags()WorkDetails.getTeamIterationWorkItems(String teamName, String iterationId) CoreDetails.getTeams()WorkDetails.getTeamSettingsIteration(String teamName, String iterationId) WorkDetails.getTeamSettingsIterations(String teamName) WorkDetails.getTeamSettingsIterations(String teamName, IterationsTimeFrame timeFrame) TestDetails.getTestRunById(int runId) TestDetails.getTestRuns()TestDetails.getTestRuns(int top) TestDetails.getTestRuns(int skip, int top, boolean automated, String buildUri, boolean includeRunDetails, String owner, int planId, String tmiRunId) TestDetails.getTestRuns(String buildUri) TestDetails.getTestRunStatistics(int runId) BuildDetails.getTimeline(int buildId) BuildDetails.getTimeline(int buildId, String timelineId) BuildDetails.getTimeline(int buildId, String timelineId, int changeId, String planId) MavenDetails.getUpstreamingBehavior(String feedId, String groupId, String artifactId) MemberEntitlementManagementDetails.getUserEntitlement(String userId) MemberEntitlementManagementDetails.getUserEntitlements()MemberEntitlementManagementDetails.getUserEntitlementSummary()GraphDetails.getUsers()DistributedTaskDetails.getVariableGroup(int variableGroupId) DistributedTaskDetails.getVariableGroups()DistributedTaskDetails.getVariableGroups(int top) DistributedTaskDetails.getVariableGroups(int top, VariableGroupActionFilter actionFilter, int continuationToken, String groupName, VariableGroupQueryOrder queryOrder) DistributedTaskDetails.getVariableGroups(String groupName) BuildDetails.getWebHooks(String providerName, String serviceEndpointId, String repositoryName) WikiDetails.getWikiPage(String wikiIdentifier) WikiDetails.getWikiPage(String wikiIdentifier, boolean includeContent, String path, VersionControlRecursionType recursionLevel) WikiDetails.getWikiPage(String wikiIdentifier, boolean includeContent, String path, VersionControlRecursionType recursionLevel, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) WikiDetails.getWikiPageAsZip(String id, String wikiIdentifier) WikiDetails.getWikiPageById(String id, String wikiIdentifier) WikiDetails.getWikiPageById(String id, String wikiIdentifier, boolean includeContent, VersionControlRecursionType recursionLevel) WikiDetails.getWikiPageContent(String id, String wikiIdentifier) WikiDetails.getWikis()WorkItemTrackingDetails.getWorkItem(int id) WorkItemTrackingDetails.getWorkItem(int id, WorkItemExpand expand) WorkItemTrackingDetails.getWorkItem(int id, WorkItemExpand expand, String asOf) WorkItemTrackingDetails.getWorkItem(int id, WorkItemExpand expand, String[] fields) WorkItemTrackingDetails.getWorkItem(int id, WorkItemExpand expand, String[] fields, String asOf) WorkItemTrackingDetails.getWorkItemField(String fieldNameOrRefName) WorkItemTrackingDetails.getWorkItemFields()WorkItemTrackingDetails.getWorkItemFields(GetFieldsExpand expand) WorkItemTrackingDetails.getWorkItemFromRecycleBin(int id) WorkItemTrackingDetails.getWorkItemRevision(int workItemId, int revisionNumber) WorkItemTrackingDetails.getWorkItemRevision(int workItemId, int revisionNumber, WorkItemExpand expand) WorkItemTrackingDetails.getWorkItemRevisions(int workItemId) WorkItemTrackingDetails.getWorkItemRevisions(int workItemId, WorkItemExpand expand) WorkItemTrackingDetails.getWorkItemRevisions(int workItemId, WorkItemExpand expand, int top, int skip) WorkItemTrackingDetails.getWorkItems(int[] ids) WorkItemTrackingDetails.getWorkItems(int[] ids, WorkItemExpand expand) WorkItemTrackingDetails.getWorkItems(int[] ids, WorkItemExpand expand, String asOf) WorkItemTrackingDetails.getWorkItems(int[] ids, WorkItemExpand expand, String[] fields) WorkItemTrackingDetails.getWorkItems(int[] ids, WorkItemExpand expand, String[] fields, String asOf, WorkItemErrorPolicy errorPolicy) BuildDetails.getWorkItemsBetweenBuilds(int fromBuildId, int toBuildId, int top) WorkItemTrackingDetails.getWorkItemType(String workItemTypeName) WorkItemTrackingDetails.getWorkItemTypes()BuildDetails.getYaml(int definitionId) BuildDetails.getYaml(int definitionId, boolean includeLatestBuilds, String minMetricsTime, String[] propertyFilters, int revision) ExtensionManagementDetails.installExtension(String publisherId, String extensionId, String version) WorkItemTrackingDetails.migrateProjectProcess(String processId) PipelinesDetails.previewPipeline(int pipelineId, boolean previewRun) PipelinesDetails.previewPipeline(int pipelineId, boolean previewRun, String yamlOverride) WorkItemTrackingDetails.queryByWiql(String team, String query) WorkItemTrackingDetails.queryByWiql(String team, String query, int top, boolean timePrecision) BuildDetails.queueBuild(int definitionId) BuildDetails.queueBuild(Build buildParameters) ReleaseDetails.queueRelease(int releaseId, String environmentName) SecurityDetails.removeAccessControlEntries(String namespaceId, String[] descriptors, String[] tokens) SecurityDetails.removeAccessControlLists(String namespaceId, boolean recurse, String[] tokens) WorkItemTrackingDetails.removeHyperLinks(int workItemId, List<String> urls) MemberEntitlementManagementDetails.removeMemberFromGroup(String groupId, String memberId) GraphDetails.removeMembership(String subjectDescriptor, String groupDescriptor) WorkItemTrackingDetails.removeWorkItemAttachment(int workItemId, List<String> attachmentUrl) WorkItemTrackingDetails.removeWorkItemFromRecycleBin(int id) BuildDetails.restoreBuildDefinition(int definitionId, boolean deleted) voidMavenDetails.restorePackageVersionFromRecycleBin(String feedId, String groupId, String artifactId, String version) voidUpackDetails.restorePackageVersionFromRecycleBin(String feedId, String packageName, String version) GitDetails.restoreRepositoryFromRecycleBin(String repositoryId, boolean deleted) BuildDetails.restoreWebHooks(String providerName, String serviceEndpointId, String repositoryName, List<String> triggerTypes) WorkItemTrackingDetails.restoreWorkItemFromRecycleBin(int id) PipelinesDetails.runPipeline(int pipelineId) PipelinesDetails.runPipeline(int pipelineId, Map pipelineRunParameters) WorkItemTrackingDetails.searchQuery(String filter) WorkItemTrackingDetails.searchQuery(String filter, QueryExpand expand, boolean includeDeleted, int top) SecurityDetails.setAccessControlEntries(String namespaceId, ACEs payload) SecurityDetails.setAccessControlList(String namespaceId, ACLs payload) FeedManagementDetails.setFeedPermissions(String feedId, FeedPermissions feedPermissions) voidMavenDetails.setUpstreamingBehavior(String feedId, String groupId, String artifactId) voidMavenDetails.setUpstreamingBehavior(String feedId, String groupId, String artifactId, String upstreamingBehavior) ServiceEndpointDetails.shareServiceEndpoint(String endpointId, String projectName, String connectionName) GraphDetails.subjectLookup(String... descriptors) ExtensionManagementDetails.uninstallExtension(String publisherId, String extensionId) ExtensionManagementDetails.uninstallExtension(String publisherId, String extensionId, String reason, String reasonCode) DistributedTaskDetails.updateAgent(int poolId, int agentId, TaskAgent requestBody) ReleaseDetails.updateApproval(int approvalId, ReleaseApprovalStatus status, String comments) GitDetails.updateBranchLock(String repositoryName, String branchName, boolean isLocked) BuildDetails.updateBuild(Build build, int buildId, boolean retry) BuildDetails.updateBuildDefinition(BuildDefinition definition) BuildDetails.updateBuildDefinition(BuildDefinition definition, int secretsSourceDefinitionId, int secretsSourceDefinitionRevision) BuildDetails.updateBuilds(Builds builds) BuildDetails.updateBuildStage(int buildId, String stageReferenceName, boolean forceRetryAllJobs, StageUpdateType state) BuildDetails.updateBuildTags(int buildId, String[] tags, boolean toRemove) BuildDetails.updateDefinitionTags(int definitionId, String[] tags, boolean toRemove) DistributedTaskDetails.updateDeploymentGroup(int deploymentGroupId, String name, String description) DistributedTaskDetails.updateEnvironment(int environmentId, String name, String description) ExtensionManagementDetails.updateExtension(String publisherId, String extensionId, ExtensionStateFlags extensionState) FeedManagementDetails.updateFeed(String feedId, Feed feed) FeedManagementDetails.updateFeedView(String feedName, String feedViewName, FeedView feedView) BuildDetails.updateFolder(String path, Folder folder) ReleaseDetails.updateManualIntervention(int releaseId, int manualInterventionId, String comment, ManualInterventionStatus status) voidMavenDetails.updatePackageVersion(String feedId, String groupId, String artifactId, String version, String promote) voidMavenDetails.updatePackageVersion(String feedId, String groupId, String artifactId, String version, PackagePromote promote) voidUpackDetails.updatePackageVersion(String feedId, String packageName, String version, String promote) voidUpackDetails.updatePackageVersion(String feedId, String packageName, String version, PackagePromote promote) voidMavenDetails.updatePackageVersions(String feedId, String viewId, PackagesBatchOperation operation, List<Map<String, Object>> packages) voidUpackDetails.updatePackageVersions(String feedId, String viewId, PackagesBatchOperation operation, List<Map<String, Object>> packages) PolicyDetails.updatePolicyConfiguration(int configurationId, String typeId, boolean isEnabled, boolean isBlocking, Map settings) CoreDetails.updateProject(String projectId, Project projectParameters) GitDetails.updatePullRequest(String repositoryId, int pullRequestId, Object body) GitDetails.updatePullRequestReviewer(int pullRequestId, String repositoryId, String reviewerId, boolean isFlagged, boolean hasDeclined) voidMavenDetails.updateRecycleBinPackages(String feedId, PackagesBatchOperation operation, List<Map<String, Object>> packages) voidUpackDetails.updateRecycleBinPackages(String feedId, PackagesBatchOperation operation, List<Map<String, Object>> packages) ReleaseDetails.updateRelease(int releaseId, Release release) ReleaseDetails.updateReleaseDefinition(ReleaseDefinition releaseDefinition) ReleaseDetails.updateReleaseEnvironment(int releaseId, int environmentId, String comment, String scheduledDeploymentTime, ReleaseEnvironmentStatus status, VariableGroupMap variables) ReleaseDetails.updateReleaseResource(int releaseId, String comment, boolean keepForever, String[] manualEnvironments, ReleaseStatus status, String name) GitDetails.updateRepository(String repositoryId, String repositoryName, String defaultBranchName) ServiceEndpointDetails.updateServiceEndpoint(String endpointId, Map serviceEndpoint) CoreDetails.updateTeams(String projectName, String teamName, String description) MemberEntitlementManagementDetails.updateUserEntitlement(String userId, List<Object> requestBody) MemberEntitlementManagementDetails.updateUserEntitlement(String userId, AccountLicenseType accountLicenseType, LicensingSource licensingSource) DistributedTaskDetails.updateVariableGroup(int groupId, String name, String description, VariableGroupMap variables) DistributedTaskDetails.updateVariableGroup(int groupId, VariableGroupDefinition variableGroupDefinition) WikiDetails.updateWikiPage(String id, String wikiIdentifier, String comment, String eTagVersion, String content) WorkItemTrackingDetails.updateWorkItem(int workItemId, Map<String, Object> fieldsToUpdate) WorkItemTrackingDetails.updateWorkItem(int workItemId, Map<String, Object> fieldsToUpdate, WorkItemOperation operation) WorkItemTrackingDetails.updateWorkItem(int workItemId, WorkItemExpand expand, boolean bypassRules, boolean suppressNotifications, boolean validateOnly, Map<String, Object> fieldsToUpdate) WorkItemTrackingDetails.updateWorkItem(int workItemId, WorkItemExpand expand, boolean bypassRules, boolean suppressNotifications, boolean validateOnly, Map<String, Object> fieldsToUpdate, WorkItemOperation operation) WorkItemTrackingDetails.updateWorkItemField(String fieldNameOrRefName, boolean isDeleted) voidMavenDetails.uploadPackage(String feedId, String groupId, String artifactId, String version, String fileName, InputStream content) -
Uses of AzDException in org.azd.maven
Methods in org.azd.maven that throw AzDExceptionModifier and TypeMethodDescriptionvoidMavenApi.clearUpstreamingBehavior(String feedId, String groupId, String artifactId) To clear the upstream behavior of a (scoped) package.voidMavenApi.deletePackageVersion(String feedId, String groupId, String artifactId, String version) Delete a package version from the feed and move it to the feed's recycle bin.voidMavenApi.deletePackageVersionFromRecycleBin(String feedId, String groupId, String artifactId, String version) Permanently delete a package from a feed's recycle bin.MavenApi.downloadPackage(String feedId, String groupId, String artifactId, String version, String fileName) Fulfills Maven package file download requests by either returning the URL of the requested package file or, in the case of Azure DevOps Server (OnPrem),MavenApi.getPackageVersion(String feedId, String groupId, String artifactId, String version) Get information about a package version.MavenApi.getPackageVersion(String feedId, String groupId, String artifactId, String version, boolean showDeleted) Get information about a package version.MavenApi.getPackageVersionFromRecycleBin(String feedId, String groupId, String artifactId, String version) Get information about a package version in the recycle bin.MavenApi.getUpstreamingBehavior(String feedId, String groupId, String artifactId) Get the upstreaming behavior of a package within the context of a feedvoidMavenApi.restorePackageVersionFromRecycleBin(String feedId, String groupId, String artifactId, String version) Restore a package version from the recycle bin to its associated feed.voidMavenApi.setUpstreamingBehavior(String feedId, String groupId, String artifactId) Set the upstreaming behavior of a (scoped) package.voidMavenApi.setUpstreamingBehavior(String feedId, String groupId, String artifactId, String upstreamingBehavior) Set the upstreaming behavior of a (scoped) package.voidMavenApi.updatePackageVersion(String feedId, String groupId, String artifactId, String version, String promote) Set mutable state on a package version.(eg.voidMavenApi.updatePackageVersion(String feedId, String groupId, String artifactId, String version, PackagePromote promote) Set mutable state on a package version.(eg.voidMavenApi.updatePackageVersions(String feedId, String viewId, PackagesBatchOperation operation, List<Map<String, Object>> packages) Update several packages from a single feed in a single request.voidMavenApi.updateRecycleBinPackages(String feedId, PackagesBatchOperation operation, List<Map<String, Object>> packages) Delete or restore several package versions from the recycle bin.voidMavenApi.uploadPackage(String feedId, String groupId, String artifactId, String version, String fileName, InputStream content) Fulfills Maven package file upload requests by either returning the URL of the requested package file or, in the case of Azure DevOps Server (OnPrem), -
Uses of AzDException in org.azd.memberentitlementmanagement
Methods in org.azd.memberentitlementmanagement that throw AzDExceptionModifier and TypeMethodDescriptionMemberEntitlementManagementApi.addUserEntitlement(AccountLicenseType accountLicenseType, String emailId, GroupType groupType, String projectId) Add a user, assign license and make them a member of a project group in an account.MemberEntitlementManagementApi.deleteUserEntitlement(String userId) Delete a user from the account.MemberEntitlementManagementApi.getGroupEntitlement(String groupId) Get a group entitlement.MemberEntitlementManagementApi.getGroupEntitlements()Get the group entitlements for an account.MemberEntitlementManagementApi.getMembers(String groupId) Get direct members of a Group.MemberEntitlementManagementApi.getMembers(String groupId, int maxResults, String pagingToken) Get direct members of a Group.MemberEntitlementManagementApi.getUserEntitlement(String userId) Get User Entitlement for a user.MemberEntitlementManagementApi.getUserEntitlements()Get a list of users/members entitlements.MemberEntitlementManagementApi.getUserEntitlementSummary()Get summary of Licenses, Extension, Projects, Groups and their assignments in the collection.MemberEntitlementManagementApi.removeMemberFromGroup(String groupId, String memberId) Remove a member from a Group.MemberEntitlementManagementApi.updateUserEntitlement(String userId, List<Object> requestBody) Edit the entitlements (License, Extensions, Projects, Teams etc) for a user.MemberEntitlementManagementApi.updateUserEntitlement(String userId, AccountLicenseType accountLicenseType, LicensingSource licensingSource) Edit the entitlements License for a user. -
Uses of AzDException in org.azd.oauth
Methods in org.azd.oauth that throw AzDExceptionModifier and TypeMethodDescriptionstatic AuthorizedTokenOAuthApi.getAccessToken(String appSecret, String authCode, String callbackUrl) Now you use the authorization code to request an access token for the user.static AuthorizedTokenOAuthApi.getRefreshToken(String appSecret, String authCode, String callbackUrl) If a user's access token expires, you can use the refresh token that they acquired in the authorization flow to get a new access token. -
Uses of AzDException in org.azd.pipelines
Methods in org.azd.pipelines that throw AzDExceptionModifier and TypeMethodDescriptionPipelinesApi.createPipeline(String name, String folder, String pathOfYamlFile, String repositoryId, String repositoryName) Create a pipeline.PipelinesApi.getArtifacts(int pipelineId, int runId, String artifactName) Get a specific artifact from a pipeline runPipelinesApi.getArtifacts(int pipelineId, int runId, String artifactName, PipelinesExpandOptions expandOptions) Get a specific artifact from a pipeline runPipelinesApi.getPipeline(int pipelineId) Gets a pipeline, optionally at the specified versionPipelinesApi.getPipeline(int pipelineId, String pipelineVersion) Gets a pipeline, optionally at the specified versionPipelinesApi.getPipelineLog(int pipelineId, int runId, int logId) Get a specific log from a pipeline runPipelinesApi.getPipelineLog(int pipelineId, int runId, int logId, PipelinesExpandOptions expandOptions) Get a specific log from a pipeline runPipelinesApi.getPipelineLogs(int pipelineId, int runId) Get a list of logs from a pipeline run.PipelinesApi.getPipelineLogs(int pipelineId, int runId, PipelinesExpandOptions expandOptions) Get a list of logs from a pipeline run.PipelinesApi.getPipelineRun(int pipelineId, int runId) Gets a run for a particular pipeline.PipelinesApi.getPipelineRuns(int pipelineId) Gets top 10000 runs for a particular pipeline.PipelinesApi.getPipelines()Get a list of pipelines.PipelinesApi.previewPipeline(int pipelineId, boolean previewRun) Queues a dry run of the pipeline and returns an object containing the final yaml.PipelinesApi.previewPipeline(int pipelineId, boolean previewRun, String yamlOverride) Queues a dry run of the pipeline and returns an object containing the final yaml.PipelinesApi.runPipeline(int pipelineId) Runs a pipeline.PipelinesApi.runPipeline(int pipelineId, Map pipelineRunParameters) Runs a pipeline. -
Uses of AzDException in org.azd.policy
Methods in org.azd.policy that throw AzDExceptionModifier and TypeMethodDescriptionPolicyApi.createPolicyConfiguration(String typeId, boolean isEnabled, boolean isBlocking, Map settings) Create a policy configuration of a given policy type.PolicyApi.deletePolicyConfiguration(int configurationId) Delete a policy configuration by its ID.PolicyApi.getPolicyConfiguration(int configurationId) Get a policy configuration by its ID.PolicyApi.getPolicyConfigurations()Get a list of policy configurations in a project.PolicyApi.getPolicyConfigurations(int top, String continuationToken, String policyType) Get a list of policy configurations in a project.PolicyApi.getPolicyType(String typeId) Retrieve a specific policy type by ID.PolicyApi.getPolicyTypes()Retrieve all available policy types.PolicyApi.updatePolicyConfiguration(int configurationId, String typeId, boolean isEnabled, boolean isBlocking, Map settings) Update a policy configuration by its ID. -
Uses of AzDException in org.azd.release
Methods in org.azd.release that throw AzDExceptionModifier and TypeMethodDescriptionReleaseApi.abandonRelease(int releaseId) Abandon a release.ReleaseApi.createRelease(int releaseDefinitionId, String description, String artifactAlias, String artifactId, String artifactName, boolean isDraft) Create a release.ReleaseApi.createReleaseDefinition(String releaseDefinitionParameters) Create a release definitionReleaseApi.deleteRelease(int releaseId) Delete a release using release id.ReleaseApi.deleteReleaseDefinition(int definitionId) Delete a release definition.ReleaseApi.deleteReleaseDefinition(int definitionId, String comment, boolean forceDelete) Delete a release definition.ReleaseApi.getManualIntervention(int releaseId, int manualInterventionId) Get manual intervention for a given release and manual intervention id.ReleaseApi.getManualInterventions(int releaseId) List all manual interventions for a given release.ReleaseApi.getRelease(int releaseId) Get a ReleaseReleaseApi.getRelease(int releaseId, SingleReleaseExpands expand) Gets a ReleaseReleaseApi.getRelease(int releaseId, SingleReleaseExpands expand, ReleaseApprovalFilters approvalFilters, String[] propertyFilters, int topGateRecords) Gets a ReleaseReleaseApi.getReleaseApprovals()Get a list of approvalsReleaseApi.getReleaseApprovals(int[] releaseIdsFilter) Get a list of approvalsReleaseApi.getReleaseApprovals(String assignedToFilter, int continuationToken, boolean includeMyGroupApprovals, ReleaseQueryOrder queryOrder, int[] releaseIdsFilter, ReleaseApprovalStatus statusFilter, int top, ReleaseApprovalType typeFilter) Get a list of approvalsReleaseApi.getReleaseDefinition(int definitionId) Get a release definition.ReleaseApi.getReleaseDefinitionHistory(int definitionId) Get revision history for a release definitionReleaseApi.getReleaseDefinitions()Get a list of release definitions.ReleaseApi.getReleaseDefinitions(int top) Get a list of release definitions.ReleaseApi.getReleaseDefinitions(int[] definitionIdFilter) Get a list of release definitions.ReleaseApi.getReleaseDefinitions(String artifactSourceId) Get a list of release definitions.ReleaseApi.getReleaseDefinitions(ReleaseDefinitionExpands expands) Get a list of release definitions.ReleaseApi.getReleaseDefinitions(ReleaseDefinitionExpands expands, int top, String artifactSourceId, String artifactType, String continuationToken, int[] definitionIdFilter, boolean isDeleted, boolean isExactNameMatch, String path, String[] propertyFilters, ReleaseDefinitionQueryOrder queryOrder, String searchText, boolean searchTextContainsFolderName, String[] tagFilter) Get a list of release definitions.ReleaseApi.getReleaseEnvironment(int releaseId, int environmentId) Get a release environment.ReleaseApi.getReleaseEnvironment(int releaseId, int environmentId, SingleReleaseExpands expand) Get a release environment.ReleaseApi.getReleases()Get a list of releasesReleaseApi.getReleases(int definitionId) Get a list of releasesReleaseApi.getReleases(String[] releaseIdFilter) Get a list of releasesReleaseApi.getReleases(ReleaseExpands expand) Get a list of releasesReleaseApi.getReleases(ReleaseExpands expand, int top) Get a list of releasesReleaseApi.getReleases(ReleaseExpands expand, int top, String artifactTypeId, String artifactVersionId, int continuationToken, String createdBy, int definitionEnvironmentId, int definitionId, int environmentStatusFilter, boolean isDeleted, String maxCreatedTime, String minCreatedTime, String path, String[] propertyFilters, ReleaseQueryOrder queryOrder, String[] releaseIdFilter, String searchText, String sourceBranchFilter, String sourceId, ReleaseStatus statusFilter, String[] tagFilter) Get a list of releasesReleaseApi.getReleases(ReleaseExpands expand, String artifactVersionId) Get a list of releasesReleaseApi.queueRelease(int releaseId, String environmentName) Queue a release pipeline with release id and environment or stage name.ReleaseApi.updateApproval(int approvalId, ReleaseApprovalStatus status, String comments) Update status of an approvalReleaseApi.updateManualIntervention(int releaseId, int manualInterventionId, String comment, ManualInterventionStatus status) Update manual intervention.ReleaseApi.updateRelease(int releaseId, Release release) Update a complete release object.ReleaseApi.updateReleaseDefinition(ReleaseDefinition releaseDefinition) Update a release definition.ReleaseApi.updateReleaseEnvironment(int releaseId, int environmentId, String comment, String scheduledDeploymentTime, ReleaseEnvironmentStatus status, VariableGroupMap variables) Update the status of a release environment.ReleaseApi.updateReleaseResource(int releaseId, String comment, boolean keepForever, String[] manualEnvironments, ReleaseStatus status, String name) Update few properties of a release. -
Uses of AzDException in org.azd.security
Methods in org.azd.security that throw AzDExceptionModifier and TypeMethodDescriptionSecurityApi.getAccessControlLists(String namespaceId) Return a list of access control lists for the specified security namespace and token.SecurityApi.getAccessControlLists(String namespaceId, String[] descriptors, String token, boolean includeExtendedInfo, boolean recurse) Return a list of access control lists for the specified security namespace and token.SecurityApi.getIdentities(String[] descriptors, String[] identityIds, String[] subjectDescriptors, String filterValue, String queryMembership, String searchFilter) Resolve legacy identity information for use with older APIs such as the Security APIsSecurityApi.getIdentitiesFromSubjectDescriptors(String... subjectDescriptors) seeSecurityApi.getIdentities(String[], String[], String[], String, String, String)shortcut to provide var args list of subjectDescriptors onlySecurityApi.getNamespace(String namespaceId) return a namespace with the specific identifierSecurityApi.getNamespaces()return all security namespaces, remote and local Security namespaces are used to store access control lists (ACLs) on tokens.SecurityApi.getNamespaces(boolean localOnly) return all security namespaces, remote and local Local vs.SecurityApi.removeAccessControlEntries(String namespaceId, String[] descriptors, String[] tokens) Remove the specified ACEs from the ACL belonging to the specified token.SecurityApi.removeAccessControlLists(String namespaceId, boolean recurse, String[] tokens) Remove access control lists under the specified security namespace.SecurityApi.setAccessControlEntries(String namespaceId, ACEs payload) Add or update ACEs in the ACL for the provided token.SecurityApi.setAccessControlList(String namespaceId, ACLs payload) Create or update one or more access control lists. -
Uses of AzDException in org.azd.serviceendpoint
Methods in org.azd.serviceendpoint that throw AzDExceptionModifier and TypeMethodDescriptionServiceEndpointApi.createAzureRMServiceEndpoint(String endpointName, String servicePrincipalId, String servicePrincipalKey, String tenantId, String subscriptionId, String subscriptionName) A helper method to create Azure RM service endpointServiceEndpointApi.createServiceEndpoint(String endpointName, String endpointType, Map requestBody) Creates a new service endpointServiceEndpointApi.deleteServiceEndpoint(String endpointId, String[] projectIds) Delete a service endpointServiceEndpointApi.deleteServiceEndpoint(String endpointId, String[] projectIds, boolean deep) Delete a service endpointServiceEndpointApi.getServiceEndpoint(String endpointId) Get the service endpoint details.ServiceEndpointApi.getServiceEndpoint(String endpointId, ServiceEndpointActionFilter actionFilter) Get the service endpoint details.ServiceEndpointApi.getServiceEndpoints()Get the service endpoints.ServiceEndpointApi.getServiceEndpointsByNames(String[] endpointNames) Get the service endpoints by name.ServiceEndpointApi.getServiceEndpointsByNames(String[] endpointNames, String[] authSchemes, boolean includeDetails, boolean includeFailed, String owner, String type) Get the service endpoints by name.ServiceEndpointApi.shareServiceEndpoint(String endpointId, String projectName, String connectionName) Share service endpoint across projectsServiceEndpointApi.updateServiceEndpoint(String endpointId, Map requestBody) Update the service endpoint -
Uses of AzDException in org.azd.servicehooks
Methods in org.azd.servicehooks that throw AzDExceptionModifier and TypeMethodDescriptionServiceHooksApi.createSubscription(ServiceHooks serviceHooks) Create a subscription.ServiceHooksApi.deleteSubscription(String subscriptionId) Delete a specific service hooks subscription.ServiceHooksApi.getSubscription(String subscriptionId) Get a specific service hooks subscription.ServiceHooksApi.getSubscriptions()Get a list of subscriptions.ServiceHooksApi.getSubscriptions(String consumerActionId, String consumerId, String eventType, String publisherId) Get a list of subscriptions. -
Uses of AzDException in org.azd.test
Methods in org.azd.test that throw AzDExceptionModifier and TypeMethodDescriptionTestApi.createTestRun(RunCreateModel runCreateModel) Create new test run.TestApi.deleteTestRun(int runId) Delete a test run by its ID.TestApi.getTestRunById(int runId) Get a test run by its ID.TestApi.getTestRuns()Get a list of test runs.TestApi.getTestRuns(int top) Get a list of test runs.TestApi.getTestRuns(int skip, int top, boolean automated, String buildUri, boolean includeRunDetails, String owner, int planId, String tmiRunId) Get a list of test runs.TestApi.getTestRuns(String buildUri) Get a list of test runs.TestApi.getTestRunStatistics(int runId) Get test run statistics , used when we want to get summary of a run by outcome. -
Uses of AzDException in org.azd.upack
Methods in org.azd.upack that throw AzDExceptionModifier and TypeMethodDescriptionvoidUPackApi.deletePackageVersion(String feedId, String packageName, String version) Delete a package version from the feed and move it to the feed's recycle bin.voidUPackApi.deletePackageVersionFromRecycleBin(String feedId, String packageName, String version) Permanently delete a package from a feed's recycle bin.UPackApi.getPackageVersion(String feedId, String packageName, String version) Show information about a package version.UPackApi.getPackageVersion(String feedId, String packageName, String version, boolean showDeleted) Show information about a package version.UPackApi.getPackageVersionFromRecycleBin(String feedId, String packageName, String version) Get information about a package version in the recycle bin.voidUPackApi.restorePackageVersionFromRecycleBin(String feedId, String packageName, String version) Restore a package version from the recycle bin to its associated feed.voidUPackApi.updatePackageVersion(String feedId, String packageName, String version, String promote) Update information for a package version.voidUPackApi.updatePackageVersion(String feedId, String packageName, String version, PackagePromote promote) Update information for a package version.voidUPackApi.updatePackageVersions(String feedId, String viewId, PackagesBatchOperation operation, List<Map<String, Object>> packages) Update several packages from a single feed in a single request.voidUPackApi.updateRecycleBinPackages(String feedId, PackagesBatchOperation operation, List<Map<String, Object>> packages) Delete or restore several package versions from the recycle bin. -
Uses of AzDException in org.azd.utils
Methods in org.azd.utils that throw AzDExceptionModifier and TypeMethodDescriptionstatic MapBuild method to construct the request body based on given object.protected static StringRestClientProvider.buildRequestUrl(String organizationName, String resourceId, String project, String area, String id, String resource, String apiVersion, Map<String, Object> queryString) Builds the request url dynamically for the passed service, resource and areastatic StringClient.getLocationUrl(String resourceID, String organizationName) Deprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static <T> CompletableFuture<HttpResponse<T>>BaseRestClient.patch(String requestUrl, String token, HttpRequest.BodyPublisher publisher, HttpResponse.BodyHandler<T> handler, CustomHeader contentType, boolean callback) Sends a PATCH request to REST API with basic authentication and request bodystatic StringDeprecated.static StringDeprecated.static StringDeprecated.static <T> CompletableFuture<HttpResponse<T>>BaseRestClient.post(String requestUrl, String token, HttpRequest.BodyPublisher publisher, HttpResponse.BodyHandler<T> handler, CustomHeader contentType, boolean callback) Sends a POST request to REST API with oauth authentication, content length of the request and request bodystatic StringDeprecated.static StringDeprecated.static <T> CompletableFuture<HttpResponse<T>>BaseRestClient.put(String requestUrl, String token, HttpRequest.BodyPublisher publisher, HttpResponse.BodyHandler<T> handler, CustomHeader contentType, boolean callback) Sends a PUT request to REST API with basic authentication and request bodystatic <T> CompletableFuture<HttpResponse<T>>BaseRestClient.response(RequestMethod requestMethod, String requestUrl, String token, HttpRequest.BodyPublisher publisher, HttpResponse.BodyHandler<T> handler, CustomHeader contentType, boolean callback) Manages the request method and response from REST API.static InputStreamClient.send(RequestMethod requestMethod, Connection connection, String resourceId, String project, String area, String id, String resource, String apiVersion, HashMap<String, Object> queryString, String contentType, InputStream contentStream, Map<String, String> customHeaders, boolean redirect) Deprecated.static StringClient.send(RequestMethod requestMethod, Connection connection, String resourceId, String project, String area, String id, String resource, String apiVersion, Map<String, Object> queryString, Map<String, Object> body) Deprecated.static StringClient.send(RequestMethod requestMethod, Connection connection, String resourceId, String project, String area, String id, String resource, String apiVersion, Map<String, Object> queryString, Map<String, Object> body, String contentType) Deprecated.static StringClient.send(RequestMethod requestMethod, Connection connection, String resourceId, String project, String area, String id, String resource, String apiVersion, Map<String, Object> queryString, Map<String, Object> body, List<Object> requestBody, String contentType) Deprecated.static StringClient.send(RequestMethod requestMethod, Connection connection, String resourceId, String project, String area, String id, String resource, String apiVersion, Map queryString, boolean contentType, String body) Deprecated.static StringRestClient.send(String requestUrl, Connection connection, RequestMethod requestMethod, Object requestBody, CustomHeader contentType, boolean callback) Mediator for BaseRestClient and other Api implementations.static StringRestClient.send(String requestUrl, RequestMethod requestMethod, Object requestBody, CustomHeader contentType, boolean callback) Mediator for BaseRestClient and other Api implementations.static CompletableFuture<HttpResponse<InputStream>>RestClient.send(String requestUrl, RequestMethod requestMethod, Connection connection, String resourceId, String project, String area, String id, String resource, String apiVersion, Map queryString, InputStream contentStream, CustomHeader contentType, boolean callback) Mediator for BaseRestClient and other Api implementations.static <T> CompletableFuture<HttpResponse<T>>RestClient.send(String requestUrl, RequestMethod requestMethod, Connection connection, String resourceId, String project, String area, String id, String resource, String apiVersion, Map queryString, HttpRequest.BodyPublisher publisher, HttpResponse.BodyHandler<T> handler, Map<String, CustomHeader> headerMap, boolean callback) Helper method and a mediator for calling Azure DevOps REST Api.static InputStreamRestClient.send(RequestMethod requestMethod, Connection connection, String resourceId, String project, String area, String id, String resource, String apiVersion, Map queryString, InputStream contentStream, CustomHeader contentType, boolean callback) Request the Azure DevOps REST API and builds the request url dynamically based on resource id and endpoints passedstatic StringRestClient.send(RequestMethod requestMethod, Connection connection, String resourceId, String project, String area, String id, String resource, String apiVersion, Map queryString, Object requestBody, CustomHeader contentType) Request the Azure DevOps REST API and builds the request url dynamically based on resource id and endpoints passed -
Uses of AzDException in org.azd.wiki
Methods in org.azd.wiki that throw AzDExceptionModifier and TypeMethodDescriptionWikiApi.createOrUpdateWikiPage(String wikiIdentifier, String path, String comment, String eTagVersion, String content) Creates or edits a wiki page.WikiApi.createOrUpdateWikiPage(String wikiIdentifier, String path, String comment, String eTagVersion, String version, GitVersionType versionType, GitVersionOptions versionOptions, String content) Creates or edits a wiki page.WikiApi.createPageMove(String wikiIdentifier, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions, WikiPageMoveParameters pageMoveParameters) Creates a page move operation that updates the path and order of the page as provided in the parameters.WikiApi.createPageMove(String wikiIdentifier, String comment, WikiPageMoveParameters pageMoveParameters) Creates a page move operation that updates the path and order of the page as provided in the parameters.WikiApi.createWiki(WikiCreateParameters wikiCreateParameters) Creates the wiki resource.WikiApi.createWikiAttachment(String wikiIdentifier, String name, InputStream content) Creates an attachment in the wiki.WikiApi.createWikiAttachment(String wikiIdentifier, String name, String version, GitVersionType versionType, GitVersionOptions versionOptions, InputStream content) Creates an attachment in the wiki.WikiApi.deleteWiki(String wikiIdentifier) Deletes the wiki corresponding to the wiki ID or wiki name provided.WikiApi.deleteWikiPage(String wikiIdentifier, String path, String comment) Deletes a wiki page.WikiApi.deleteWikiPage(String wikiIdentifier, String path, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) Deletes a wiki page.WikiApi.deleteWikiPageById(String id, String wikiIdentifier, String path, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) Deletes a wiki page.WikiApi.getPageStats(String wikiIdentifier, int pageId, int pageViewsForDays) Returns page detail corresponding to Page ID.Gets the wiki corresponding to the wiki ID or wiki name provided.WikiApi.getWikiPage(String wikiIdentifier) Gets metadata of the wiki page for the provided path.WikiApi.getWikiPage(String wikiIdentifier, boolean includeContent, String path, VersionControlRecursionType recursionLevel) Gets metadata of the wiki page for the provided path.WikiApi.getWikiPage(String wikiIdentifier, boolean includeContent, String path, VersionControlRecursionType recursionLevel, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) Gets metadata of the wiki page for the provided path.WikiApi.getWikiPageAsZip(String id, String wikiIdentifier) Gets content of the wiki page as zip file for the provided page id.WikiApi.getWikiPageById(String id, String wikiIdentifier) Gets metadata of the wiki page for the provided page id.WikiApi.getWikiPageById(String id, String wikiIdentifier, boolean includeContent, VersionControlRecursionType recursionLevel) Gets metadata of the wiki page for the provided page id.WikiApi.getWikiPageContent(String id, String wikiIdentifier) Gets content of the wiki page for the provided page id.WikiApi.getWikis()Gets all wikis in a project or collection.WikiApi.updateWikiPage(String id, String wikiIdentifier, String comment, String eTagVersion, String content) Edits a wiki page. -
Uses of AzDException in org.azd.work
Methods in org.azd.work that throw AzDExceptionModifier and TypeMethodDescriptionWorkApi.deleteTeamSettingsIteration(String teamName, String iterationId) Delete a team's iteration by iterationIdWorkApi.getTeamIterationWorkItems(String teamName, String iterationId) Get work items for iterationWorkApi.getTeamSettingsIteration(String teamName, String iterationId) Get team's iteration by iterationIdWorkApi.getTeamSettingsIterations(String teamName) Get a team's iterationsWorkApi.getTeamSettingsIterations(String teamName, IterationsTimeFrame timeFrame) Get a team's iterations using timeframe filter -
Uses of AzDException in org.azd.workitemtracking
Methods in org.azd.workitemtracking that throw AzDExceptionModifier and TypeMethodDescriptionWorkItemTrackingApi.addHyperLinks(int workItemId, Map<String, String> hyperlinksMap) Create hyperlinks for the given work item.WorkItemTrackingApi.addWorkItemAttachment(int workItemId, Map<String, String> fieldsToUpdate) Add an attachment to a work item.WorkItemTrackingApi.createAttachment(String fileName, AttachmentUploadType uploadType, String teamAreaPath, InputStream contentStream) Uploads an attachment.WorkItemTrackingApi.createAttachment(String fileName, AttachmentUploadType uploadType, String teamAreaPath, String contents) Deprecated.This method is deprecated as of version 5.0.0.WorkItemTrackingApi.createQuery(String query, QueryHierarchyItem queryHierarchyItem) Creates a query, or moves a query.WorkItemTrackingApi.createWorkItem(String workItemType, String title, String description, Map<String, Object> additionalFields) Creates a single work item optionally with additional fields.WorkItemTrackingApi.createWorkItem(String workItemType, WorkItemOperation operation, String title) Creates a single work item.WorkItemTrackingApi.createWorkItem(String workItemType, WorkItemOperation operation, String title, String description, String[] tags) Creates a single work item.WorkItemTrackingApi.createWorkItemField(WorkItemField workItemField) Create a new field.WorkItemTrackingApi.deleteQuery(String query) Delete a query or a folder.WorkItemTrackingApi.deleteWorkItem(int id) Deletes the specified work item and sends it to the Recycle Bin, so that it can be restored back, if required.WorkItemTrackingApi.deleteWorkItem(int id, boolean destroy) Deletes the specified work item permanently if the destroy parameter has been set to true, WARNING: If the destroy parameter is set to true, work items deleted by this command will NOT go to recycle-bin and there is no way to restore/recover them after deletion.WorkItemTrackingApi.deleteWorkItemField(String fieldNameOrRefName) Deletes the field.WorkItemTrackingApi.getAttachment(String id, String fileName) Deprecated.This method is deprecated as of version 5.0.0.WorkItemTrackingApi.getAttachmentAsZip(String id, String fileName, boolean download) Downloads an attachment as a zip file.WorkItemTrackingApi.getAttachmentContent(String id, String fileName, boolean download) Downloads an attachment.WorkItemTrackingApi.getDeletedWorkItemsFromRecycleBin()Gets a list of the IDs and the URLs of the deleted the work items in the Recycle Bin.WorkItemTrackingApi.getDeletedWorkItemsFromRecycleBin(int[] ids) Gets the work items from the recycle bin, whose IDs have been specified in the parametersWorkItemTrackingApi.getMyWorkRecentActivity()WorkItemTrackingApi.getQueries()Gets the root queries and their childrenWorkItemTrackingApi.getQueries(int depth, QueryExpand expand, boolean includeDeleted) Gets the root queries and their childrenRetrieves an individual query and its childrenWorkItemTrackingApi.getQuery(String query, int depth, QueryExpand expand, boolean includeDeleted, boolean useIsoDateFormat) Retrieves an individual query and its childrenWorkItemTrackingApi.getQueryBatches(QueryErrorPolicy errorPolicy, QueryExpand expand, String[] ids) Gets a list of queries by ids (Maximum 1000)WorkItemTrackingApi.getWorkItem(int id) Returns a single work item.WorkItemTrackingApi.getWorkItem(int id, WorkItemExpand expand) Returns a single work item.WorkItemTrackingApi.getWorkItem(int id, WorkItemExpand expand, String asOf) Returns a single work item.WorkItemTrackingApi.getWorkItem(int id, WorkItemExpand expand, String[] fields) Returns a single work item.WorkItemTrackingApi.getWorkItem(int id, WorkItemExpand expand, String[] fields, String asOf) Returns a single work item.WorkItemTrackingApi.getWorkItemField(String fieldNameOrRefName) Gets information on a specific field.WorkItemTrackingApi.getWorkItemFields()Returns information for all fields.WorkItemTrackingApi.getWorkItemFields(GetFieldsExpand expand) Returns information for all fields.WorkItemTrackingApi.getWorkItemFromRecycleBin(int id) Gets a deleted work item from Recycle Bin.WorkItemTrackingApi.getWorkItemRevision(int workItemId, int revisionNumber) Returns a fully hydrated work item for the requested revisionWorkItemTrackingApi.getWorkItemRevision(int workItemId, int revisionNumber, WorkItemExpand expand) Returns a fully hydrated work item for the requested revisionWorkItemTrackingApi.getWorkItemRevisions(int workItemId) Returns the list of fully hydrated work item revisions.WorkItemTrackingApi.getWorkItemRevisions(int workItemId, WorkItemExpand expand) Returns the list of fully hydrated work item revisions.WorkItemTrackingApi.getWorkItemRevisions(int workItemId, WorkItemExpand expand, int top, int skip) Returns the list of fully hydrated work item revisions, paged.WorkItemTrackingApi.getWorkItems(int[] ids) Returns a list of work items (Maximum 200)WorkItemTrackingApi.getWorkItems(int[] ids, WorkItemExpand expand) Returns a list of work items (Maximum 200)WorkItemTrackingApi.getWorkItems(int[] ids, WorkItemExpand expand, String asOf) Returns a list of work items (Maximum 200)WorkItemTrackingApi.getWorkItems(int[] ids, WorkItemExpand expand, String[] fields) Returns a list of work items (Maximum 200)WorkItemTrackingApi.getWorkItems(int[] ids, WorkItemExpand expand, String[] fields, String asOf, WorkItemErrorPolicy errorPolicy) Returns a list of work items (Maximum 200)WorkItemTrackingApi.getWorkItemType(String workItemTypeName) Returns a work item type definition.WorkItemTrackingApi.getWorkItemTypes()Returns the list of work item typesWorkItemTrackingApi.migrateProjectProcess(String processId) Migrates a project to a different process within the same OOB type.WorkItemTrackingApi.queryByWiql(String team, String query) Gets the results of the query given its WIQL.WorkItemTrackingApi.queryByWiql(String team, String query, int top, boolean timePrecision) Gets the results of the query given its WIQL.WorkItemTrackingApi.removeHyperLinks(int workItemId, List<String> urls) Remove hyperlinks for the given work item.WorkItemTrackingApi.removeWorkItemAttachment(int workItemId, List<String> attachmentUrl) Removes the attachment from a work item.WorkItemTrackingApi.removeWorkItemFromRecycleBin(int id) Destroys the specified work item permanently from the Recycle Bin.WorkItemTrackingApi.restoreWorkItemFromRecycleBin(int id) Restores the deleted work item from Recycle Bin.WorkItemTrackingApi.searchQuery(String filter) WorkItemTrackingApi.searchQuery(String filter, QueryExpand expand, boolean includeDeleted, int top) WorkItemTrackingApi.updateWorkItem(int workItemId, Map<String, Object> fieldsToUpdate) Update a single work item with the internal field names.WorkItemTrackingApi.updateWorkItem(int workItemId, Map<String, Object> fieldsToUpdate, WorkItemOperation operation) Update a single work item with the internal field names.WorkItemTrackingApi.updateWorkItem(int workItemId, WorkItemExpand expand, boolean bypassRules, boolean suppressNotifications, boolean validateOnly, Map<String, Object> fieldsToUpdate) Update a single work item with the internal field names.WorkItemTrackingApi.updateWorkItem(int workItemId, WorkItemExpand expand, boolean bypassRules, boolean suppressNotifications, boolean validateOnly, Map<String, Object> fieldsToUpdate, WorkItemOperation operation) Update a single work item with the internal field names.WorkItemTrackingApi.updateWorkItemField(String fieldNameOrRefName, boolean isDeleted) Update a field.