Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AADTENANT - Enum constant in enum class org.azd.enums.FeedVisibility
-
Feed is accessible by all the valid users present in the Azure Active Directory tenant.
- ABANDONED - Enum constant in enum class org.azd.enums.GitAsyncOperationStatus
-
The operation has been abandoned.
- ABANDONED - Enum constant in enum class org.azd.enums.PullRequestStatus
-
Pull request is abandoned.
- ABANDONED - Enum constant in enum class org.azd.enums.ReleaseStatus
-
Release status is in abandoned.
- ABANDONED - Enum constant in enum class org.azd.enums.TaskResult
- abandonRelease(int) - Method in interface org.azd.interfaces.ReleaseDetails
- abandonRelease(int) - Method in class org.azd.release.ReleaseApi
-
Abandon a release.
- ABORTED - Enum constant in enum class org.azd.enums.TestOutcome
-
Test was aborted.
- ABORTEDBYSYSTEM - Enum constant in enum class org.azd.enums.TestRunSubstate
-
Run state when it is Aborted By the System.
- ABOVENORMAL - Enum constant in enum class org.azd.enums.QueuePriority
-
Above normal priority.
- AccessLevel - Class in org.azd.memberentitlementmanagement.types
-
License assigned to a user
- AccessLevel() - Constructor for class org.azd.memberentitlementmanagement.types.AccessLevel
- Account - Class in org.azd.accounts.types
-
Represents Azure DevOps Account
- Account() - Constructor for class org.azd.accounts.types.Account
- ACCOUNT - Enum constant in enum class org.azd.enums.LicensingSource
-
Account
- ACCOUNT - Static variable in class org.azd.common.ResourceId
- ACCOUNT_INSTANCE - Enum constant in enum class org.azd.enums.Instance
-
Accounts Api instance "https://app.vssps.visualstudio.com"
- AccountAdminSecurity - Enum constant in enum class org.azd.security.SecurityToken.Scope
- AccountLicenseType - Enum Class in org.azd.enums
-
Type of Account License
- AccountRecentActivityWorkItemModel2 - Class in org.azd.workitemtracking.types
-
Represents Work Item Recent Activity
- AccountRecentActivityWorkItemModel2() - Constructor for class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- AccountRecentActivityWorkItems - Class in org.azd.workitemtracking.types
- AccountRecentActivityWorkItems() - Constructor for class org.azd.workitemtracking.types.AccountRecentActivityWorkItems
- Accounts - Class in org.azd.accounts.types
-
List of account
- Accounts() - Constructor for class org.azd.accounts.types.Accounts
- ACCOUNTS - Static variable in class org.azd.common.ApiVersion
- AccountsApi - Class in org.azd.accounts
-
Accounts class to manage Accounts Api
- AccountsApi(Connection) - Constructor for class org.azd.accounts.AccountsApi
-
Pass the connection object to work with Accounts Api
- AccountsDetails - Interface in org.azd.interfaces
- ACE - Class in org.azd.security.types
-
ACL acesDictionary entry
- ACE() - Constructor for class org.azd.security.types.ACE
- ACE.ExtendedInfo - Class in org.azd.security.types
- ACEs - Class in org.azd.security.types
-
this is a list of access control entries, for posting to replace or merge ACEs
- ACEs() - Constructor for class org.azd.security.types.ACEs
- ACL - Class in org.azd.security.types
-
Access Control List entry
- ACL() - Constructor for class org.azd.security.types.ACL
- ACLs - Class in org.azd.security.types
-
List of Access Control Lists
- ACLs() - Constructor for class org.azd.security.types.ACLs
- ACTIVE - Enum constant in enum class org.azd.enums.PullRequestStatus
-
Pull request is active.
- ACTIVE - Enum constant in enum class org.azd.enums.ReleaseStatus
-
Release status is in active.
- ADD - Enum constant in enum class org.azd.enums.PackageOperation
- ADD - Enum constant in enum class org.azd.enums.VersionControlChangeType
- ADD - Enum constant in enum class org.azd.enums.WorkItemOperation
- addBuildTag(int, String) - Method in class org.azd.build.BuildApi
-
Adds a tag to a build.
- addBuildTag(int, String) - Method in interface org.azd.interfaces.BuildDetails
- addBuildTags(int, String[]) - Method in class org.azd.build.BuildApi
-
Adds tags to a build.
- addBuildTags(int, String[]) - Method in interface org.azd.interfaces.BuildDetails
- addDefinitionTag(int, String) - Method in class org.azd.build.BuildApi
-
Adds a tag to a definition.
- addDefinitionTag(int, String) - Method in interface org.azd.interfaces.BuildDetails
- addDefinitionTags(int, String[]) - Method in class org.azd.build.BuildApi
-
Adds multiple tags to a definition.
- addDefinitionTags(int, String[]) - Method in interface org.azd.interfaces.BuildDetails
- addDeploymentGroup(String, String) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Create a deployment group.
- addDeploymentGroup(String, String) - Method in interface org.azd.interfaces.DistributedTaskDetails
- addDeploymentGroup(String, String, int) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Create a deployment group.
- addDeploymentGroup(String, String, int) - Method in interface org.azd.interfaces.DistributedTaskDetails
- addEnvironment(String, String) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Create an environment.
- addEnvironment(String, String) - Method in interface org.azd.interfaces.DistributedTaskDetails
- addHyperLinks(int, Map<String, String>) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- addHyperLinks(int, Map<String, String>) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Create hyperlinks for the given work item.
- addMembership(String, String) - Method in class org.azd.graph.GraphApi
-
add a membership relation between a subject (user or group) and a container (group) a more general case that allows nested groups
- addMembership(String, String) - Method in interface org.azd.interfaces.GraphDetails
- addUserEntitlement(AccountLicenseType, String, GroupType, String) - Method in interface org.azd.interfaces.MemberEntitlementManagementDetails
- addUserEntitlement(AccountLicenseType, String, GroupType, String) - Method in class org.azd.memberentitlementmanagement.MemberEntitlementManagementApi
-
Add a user, assign license and make them a member of a project group in an account.
- addUserToGroup(String, String) - Method in class org.azd.graph.GraphApi
-
Materialize an existing AAD or MSA user into the VSTS account.
- addUserToGroup(String, String) - Method in interface org.azd.interfaces.GraphDetails
- addVariableGroup(String, String, VariableGroupMap) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Add a variable group.
- addVariableGroup(String, String, VariableGroupMap) - Method in interface org.azd.interfaces.DistributedTaskDetails
- addVariableGroup(VariableGroupDefinition) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Add a variable group.
- addVariableGroup(VariableGroupDefinition) - Method in interface org.azd.interfaces.DistributedTaskDetails
- addWorkItemAttachment(int, Map<String, String>) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- addWorkItemAttachment(int, Map<String, String>) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Add an attachment to a work item.
- ADMINISTRATOR - Enum constant in enum class org.azd.enums.FeedRole
-
Administrators have total control over the feed.
- ADVANCED - Enum constant in enum class org.azd.enums.AccountLicenseType
-
Advanced
- AFTERGATESALWAYS - Enum constant in enum class org.azd.enums.ApprovalExecutionOrder
-
Approvals shown always after execution of gates.
- AFTERSUCCESSFULGATES - Enum constant in enum class org.azd.enums.ApprovalExecutionOrder
-
Approvals shown after successful execution of gates.
- AGENTBASEDDEPLOYMENT - Enum constant in enum class org.azd.enums.DeployPhaseTypes
-
Phase type which contains tasks executed on agent.
- AgentPoolQueue - Class in org.azd.build.types
-
Represents a queue for running builds.
- AgentPoolQueue() - Constructor for class org.azd.build.types.AgentPoolQueue
- AgentSpecification - Class in org.azd.build.types
-
Specification of the agent defined by the pool provider.
- AgentSpecification() - Constructor for class org.azd.build.types.AgentSpecification
- ALL - Enum constant in enum class org.azd.enums.ApprovalFilters
-
All approval steps and approval snapshots.
- ALL - Enum constant in enum class org.azd.enums.ApprovalType
-
Indicates all approvals.
- ALL - Enum constant in enum class org.azd.enums.BuildReason
-
All reasons.
- ALL - Enum constant in enum class org.azd.enums.BuildStatus
-
All status.
- ALL - Enum constant in enum class org.azd.enums.DefinitionTriggerType
-
All types.
- ALL - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is all.
- ALL - Enum constant in enum class org.azd.enums.DeploymentStatus
-
The deployment status is all.
- ALL - Enum constant in enum class org.azd.enums.ProjectState
-
All projects regardless of state except Deleted.
- ALL - Enum constant in enum class org.azd.enums.PullRequestStatus
-
Used in pull request search criteria to include all statuses.
- ALL - Enum constant in enum class org.azd.enums.QueryExpand
- ALL - Enum constant in enum class org.azd.enums.ReleaseApprovalFilters
- ALL - Enum constant in enum class org.azd.enums.ReleaseApprovalType
-
Indicates all approvals.
- ALL - Enum constant in enum class org.azd.enums.ScheduleDays
-
Scheduled on all the days in week.
- ALL - Enum constant in enum class org.azd.enums.SourceProviderResultSet
-
Include all repositories
- ALL - Enum constant in enum class org.azd.enums.VersionControlChangeType
- ALL - Enum constant in enum class org.azd.enums.WorkItemExpand
- ALLOWEXTERNALVERSIONS - Enum constant in enum class org.azd.enums.UpstreamVersionVisibility
- Analytics - Enum constant in enum class org.azd.security.SecurityToken.Scope
- AnalyticsViews - Enum constant in enum class org.azd.security.SecurityToken.Scope
- ANALYZED - Enum constant in enum class org.azd.enums.TestRunSubstate
-
Run state after being Analysed.
- AND - Enum constant in enum class org.azd.enums.LogicalOperation
- ApiException - Class in org.azd.helpers
-
Represents API inner exception
- ApiException() - Constructor for class org.azd.helpers.ApiException
- ApiExceptionTypes - Enum Class in org.azd.enums
-
Types of Exception to be thrown
- ApiResponseParsingException - Enum constant in enum class org.azd.enums.ApiExceptionTypes
-
This will be thrown when an Api response couldn't be parsed.
- ApiVersion - Class in org.azd.common
- ApiVersion() - Constructor for class org.azd.common.ApiVersion
- APPROVAL_SNAPSHOTS - Enum constant in enum class org.azd.enums.ReleaseApprovalFilters
- ApprovalExecutionOrder - Enum Class in org.azd.enums
-
Approvals execution order.
- ApprovalFilters - Enum Class in org.azd.enums
-
A filter which would allow fetching approval steps selectively based on whether it is automated, or manual.
- ApprovalOptions - Class in org.azd.release.types
-
Gets or sets the condition type.
- ApprovalOptions() - Constructor for class org.azd.release.types.ApprovalOptions
- APPROVALS - Enum constant in enum class org.azd.enums.ReleaseExpands
- APPROVALSNAPSHOTS - Enum constant in enum class org.azd.enums.ApprovalFilters
-
No approval steps, but approval snapshots (Use with either ManualApprovals or AutomatedApprovals for approval steps).
- ApprovalStatus - Enum Class in org.azd.enums
-
Gets or sets the type of approval.
- ApprovalType - Enum Class in org.azd.enums
-
Gets or sets the condition type.
- APPROVED - Enum constant in enum class org.azd.enums.ApprovalStatus
-
Indicates the approval is approved.
- APPROVED - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is approved.
- APPROVED - Enum constant in enum class org.azd.enums.ManualInterventionStatus
-
The manual intervention is approved.
- APPROVED - Enum constant in enum class org.azd.enums.ReleaseApprovalStatus
-
Indicates the approval is approved.
- Artifact - Class in org.azd.release.types
-
Represents binding of data source for the service endpoint request.
- Artifact - Enum constant in enum class org.azd.enums.ConditionType
-
The condition type is environment artifact.
- Artifact() - Constructor for class org.azd.release.types.Artifact
- ArtifactResource - Class in org.azd.build.types
-
Represents an artifact produced by a build.
- ArtifactResource() - Constructor for class org.azd.build.types.ArtifactResource
- ARTIFACTS - Enum constant in enum class org.azd.enums.FeatureManagement
- ARTIFACTS - Enum constant in enum class org.azd.enums.ReleaseDefinitionExpands
-
Include artifacts in return object.
- ARTIFACTS - Enum constant in enum class org.azd.enums.ReleaseExpands
- ARTIFACTSOURCE - Enum constant in enum class org.azd.enums.ReleaseTriggerType
-
Artifact based release trigger.
- ArtifactSourceReference - Class in org.azd.release.types
-
Indicates the deploy phase type.
- ArtifactSourceReference() - Constructor for class org.azd.release.types.ArtifactSourceReference
- ASCENDING - Enum constant in enum class org.azd.enums.ReleaseQueryOrder
- Attachment - Class in org.azd.build.types
-
Represents an attachment to a build.
- Attachment() - Constructor for class org.azd.build.types.Attachment
- AttachmentReference - Class in org.azd.workitemtracking.types
- AttachmentReference() - Constructor for class org.azd.workitemtracking.types.AttachmentReference
- Attachments - Class in org.azd.build.types
- Attachments() - Constructor for class org.azd.build.types.Attachments
- AttachmentUploadType - Enum Class in org.azd.enums
-
Attachment upload type
- AuditLog - Enum constant in enum class org.azd.security.SecurityToken.Scope
- Author - Class in org.azd.common.types
-
Represents the identity of an user object.
- Author() - Constructor for class org.azd.common.types.Author
- AuthorizationHeader - Class in org.azd.build.types
-
Data representation of a build.
- AuthorizationHeader - Class in org.azd.release.types
-
Defines policy on environment queuing at Release Management side queue.
- AuthorizationHeader() - Constructor for class org.azd.build.types.AuthorizationHeader
- AuthorizationHeader() - Constructor for class org.azd.release.types.AuthorizationHeader
- AuthorizedToken - Class in org.azd.oauth.types
-
Represents an Authorized token object
- AuthorizedToken() - Constructor for class org.azd.oauth.types.AuthorizedToken
- AUTO - Enum constant in enum class org.azd.enums.LicensingSource
-
Auto
- AUTO - Enum constant in enum class org.azd.enums.UpstreamVersionVisibility
- AUTOMATED - Enum constant in enum class org.azd.enums.DeploymentReason
-
The deployment reason is automated.
- AUTOMATED_APPROVALS - Enum constant in enum class org.azd.enums.ReleaseApprovalFilters
- AUTOMATEDAPPROVALS - Enum constant in enum class org.azd.enums.ApprovalFilters
-
Automated approval steps but no approval snapshots (Use with ApprovalSnapshots for snapshots).
- AUTOMATION - Enum constant in enum class org.azd.enums.TaskAgentPoolType
-
A typical pool of task agents
- AzDAsyncApi<T> - Class in org.azd.utils
- AzDAsyncApi() - Constructor for class org.azd.utils.AzDAsyncApi
- AzDClient - Interface in org.azd.interfaces
- AzDClientApi - Class in org.azd.utils
-
AzDClientApi class to easily call VSTS REST Api with the connection parameters
- AzDClientApi(String, String) - Constructor for class org.azd.utils.AzDClientApi
-
Pass the VSTS organization name and personal access token to create a connection object
- AzDClientApi(String, String, String) - Constructor for class org.azd.utils.AzDClientApi
-
Pass the VSTS organization name, project name and personal access token to create a connection object
- AzDClientApi(Connection) - Constructor for class org.azd.utils.AzDClientApi
-
Pass the VSTS organization name and personal access token to create a connection object
- AzDException - Exception Class in org.azd.exceptions
-
Throws the exception from REST API
- AzDException() - Constructor for exception class org.azd.exceptions.AzDException
- AzDException(String) - Constructor for exception class org.azd.exceptions.AzDException
- AzDException(String, String) - Constructor for exception class org.azd.exceptions.AzDException
- AzDException(Throwable) - Constructor for exception class org.azd.exceptions.AzDException
- AzureKeyVault - Enum constant in enum class org.azd.enums.VariableGroupType
-
For linking azure key vault
B
- BAD - Enum constant in enum class org.azd.enums.GitObjectType
- BASE_INSTANCE - Enum constant in enum class org.azd.enums.Instance
-
Azure DevOps Api base instance "https://dev.azure.com/"
- BASE64ENCODED - Enum constant in enum class org.azd.enums.ItemContentType
- BaseAbstractMethod - Class in org.azd.common.types
- BaseAbstractMethod() - Constructor for class org.azd.common.types.BaseAbstractMethod
- BaseClient - Class in org.azd.utils
-
Deprecated.This is deprecated as of version 5.0.0
- BaseClient() - Constructor for class org.azd.utils.BaseClient
-
Deprecated.
- BaseClient.StreamBuilder - Class in org.azd.utils
-
Deprecated.
- BaseRestClient - Class in org.azd.utils
-
BaseRestClient that encapsulates the logic for managing request and response for REST API.
- BaseRestClient() - Constructor for class org.azd.utils.BaseRestClient
- BATCHEDCI - Enum constant in enum class org.azd.enums.BuildReason
-
The build was started for the trigger TriggerType.BatchedContinuousIntegration.
- BATCHEDCONTINUOUSINTEGRATION - Enum constant in enum class org.azd.enums.DefinitionTriggerType
-
A build should be started for multiple changesets at a time at a specified interval.
- BATCHEDGATEDCHECKIN - Enum constant in enum class org.azd.enums.DefinitionTriggerType
-
A validation build should be started for each batch of check-ins.
- BEFOREGATES - Enum constant in enum class org.azd.enums.ApprovalExecutionOrder
-
Approvals shown before gates.
- BELOWNORMAL - Enum constant in enum class org.azd.enums.QueuePriority
-
Below normal priority.
- BLOB - Enum constant in enum class org.azd.enums.GitObjectType
- BlobStoreBlobPrivileges - Enum constant in enum class org.azd.security.SecurityToken.Scope
- BLOCKED - Enum constant in enum class org.azd.enums.TestOutcome
-
Test had it chance for been executed but was not, as ITestElement.IsRunnable == false.
- Boards - Enum constant in enum class org.azd.security.SecurityToken.Scope
- BOARDS - Enum constant in enum class org.azd.enums.FeatureManagement
- BoardsExternalIntegration - Enum constant in enum class org.azd.security.SecurityToken.Scope
- BOOLEAN - Enum constant in enum class org.azd.enums.FieldType
-
Boolean field type.
- BRANCH - Enum constant in enum class org.azd.enums.GitVersionType
-
Interpret the version as a branch name
- BRANCH - Enum constant in enum class org.azd.enums.VersionControlChangeType
- build(Object, List<String>) - Static method in class org.azd.utils.ModelBuilder
-
Build method to construct the request body based on given object.
- build(GitCommitsBatch) - Static method in class org.azd.git.types.GitCommitsBatch
-
Helper method to strip out the unused parameters.
- Build - Class in org.azd.build.types
-
The job authorization scope for builds queued against this definition.
- Build - Enum constant in enum class org.azd.security.SecurityToken.Scope
- Build() - Constructor for class org.azd.build.types.Build
- BUILD - Enum constant in enum class org.azd.enums.DefinitionType
-
Build
- BUILD - Static variable in class org.azd.common.ApiVersion
- BUILD - Static variable in class org.azd.common.ResourceId
- BUILD_ARTIFACTS - Static variable in class org.azd.common.ApiVersion
- BUILD_ATTACHMENTS - Static variable in class org.azd.common.ApiVersion
- BUILD_CHANGES - Static variable in class org.azd.common.ApiVersion
- BUILD_CONTROLLERS - Static variable in class org.azd.common.ApiVersion
- BUILD_DEFINITION_REVISIONS - Static variable in class org.azd.common.ApiVersion
- BUILD_DEFINITIONS - Static variable in class org.azd.common.ApiVersion
- BUILD_FOLDER - Static variable in class org.azd.common.ApiVersion
- BUILD_LOGS - Static variable in class org.azd.common.ApiVersion
- BUILD_SOURCE_PROVIDERS - Static variable in class org.azd.common.ApiVersion
- BUILD_STAGE - Static variable in class org.azd.common.ApiVersion
- BUILD_TAGS - Static variable in class org.azd.common.ApiVersion
- BUILD_TIMELINE - Static variable in class org.azd.common.ApiVersion
- BUILD_WORK_ITEMS - Static variable in class org.azd.common.ApiVersion
- BUILD_YAML - Static variable in class org.azd.common.ApiVersion
- BuildAdministration - Enum constant in enum class org.azd.security.SecurityToken.Scope
- BuildApi - Class in org.azd.build
-
Build class to manage build API
- BuildApi(Connection) - Constructor for class org.azd.build.BuildApi
-
Pass the connection object
- BuildArtifact - Class in org.azd.build.types
-
The class to represent a collection of REST reference links.
- BuildArtifact() - Constructor for class org.azd.build.types.BuildArtifact
- BuildArtifacts - Class in org.azd.build.types
- BuildArtifacts() - Constructor for class org.azd.build.types.BuildArtifacts
- BuildAuthorizationScope - Enum Class in org.azd.enums
-
Represents a build definition.
- BuildChange - Class in org.azd.build.types
-
Represents a change associated with a build.
- BuildChange() - Constructor for class org.azd.build.types.BuildChange
- BuildChanges - Class in org.azd.build.types
-
An array of Build changes
- BuildChanges() - Constructor for class org.azd.build.types.BuildChanges
- BUILDCOMPLETION - Enum constant in enum class org.azd.enums.BuildReason
-
The build was started when another build completed.
- BUILDCOMPLETION - Enum constant in enum class org.azd.enums.DefinitionTriggerType
-
A build should be triggered when another build completes.
- BuildConfiguration - Class in org.azd.test.types
-
BuildConfiguration Details.
- BuildConfiguration() - Constructor for class org.azd.test.types.BuildConfiguration
- BuildController - Class in org.azd.build.types
-
Represents a variable used by a build definition.
- BuildController() - Constructor for class org.azd.build.types.BuildController
- BuildControllers - Class in org.azd.build.types
-
Array of build controller
- BuildControllers() - Constructor for class org.azd.build.types.BuildControllers
- BuildDefinition - Class in org.azd.build.types
-
Represents a reference to a build log.
- BuildDefinition() - Constructor for class org.azd.build.types.BuildDefinition
- BuildDefinitionReferenceLinks - Class in org.azd.build.types
-
The class to represent a collection of REST reference links.
- BuildDefinitionReferenceLinks() - Constructor for class org.azd.build.types.BuildDefinitionReferenceLinks
- BuildDefinitionRevision - Class in org.azd.build.types
-
Represents a revision of a build definition.
- BuildDefinitionRevision() - Constructor for class org.azd.build.types.BuildDefinitionRevision
- BuildDefinitionRevisions - Class in org.azd.build.types
-
List of build definition revisions
- BuildDefinitionRevisions() - Constructor for class org.azd.build.types.BuildDefinitionRevisions
- BuildDefinitions - Class in org.azd.build.types
-
List of build definition
- BuildDefinitions() - Constructor for class org.azd.build.types.BuildDefinitions
- BuildDefinitionVariable - Class in org.azd.build.types
-
Represents metadata about builds in the system.
- BuildDefinitionVariable() - Constructor for class org.azd.build.types.BuildDefinitionVariable
- BuildDetails - Interface in org.azd.interfaces
- BuildLog - Class in org.azd.build.types
-
Represents a build log.
- BuildLog() - Constructor for class org.azd.build.types.BuildLog
- BuildLogReference - Class in org.azd.build.types
-
Represents a reference to a build log.
- BuildLogReference() - Constructor for class org.azd.build.types.BuildLogReference
- BuildLogs - Class in org.azd.build.types
-
List of build log
- BuildLogs() - Constructor for class org.azd.build.types.BuildLogs
- BuildMetric - Class in org.azd.build.types
-
Represents a reference to a build option definition.
- BuildMetric() - Constructor for class org.azd.build.types.BuildMetric
- BuildOption - Class in org.azd.build.types
-
Represents a build process.
- BuildOption() - Constructor for class org.azd.build.types.BuildOption
- BuildOptionDefinitionReference - Class in org.azd.build.types
-
The reason that the build was created.
- BuildOptionDefinitionReference() - Constructor for class org.azd.build.types.BuildOptionDefinitionReference
- BuildPool - Class in org.azd.build.types
-
Represents a reference to an agent pool.
- BuildPool() - Constructor for class org.azd.build.types.BuildPool
- BuildProcess - Class in org.azd.build.types
-
Represents a repository used by a build definition.
- BuildProcess() - Constructor for class org.azd.build.types.BuildProcess
- BuildQueue - Class in org.azd.build.types
-
Represents a queue for running builds.
- BuildQueue() - Constructor for class org.azd.build.types.BuildQueue
- BuildReason - Enum Class in org.azd.enums
-
Represents the result of validating a build request.
- BuildReferenceLinks - Class in org.azd.build.types
-
The class to represent a collection of REST reference links.
- BuildReferenceLinks() - Constructor for class org.azd.build.types.BuildReferenceLinks
- BuildRepository - Class in org.azd.build.types
-
The build result.
- BuildRepository() - Constructor for class org.azd.build.types.BuildRepository
- buildRequestUrl(String, String, String, String, String, String, String, Map<String, Object>) - Static method in class org.azd.utils.RestClientProvider
-
Builds the request url dynamically for the passed service, resource and area
- BuildRequestValidationResult - Class in org.azd.build.types
-
The build status.
- BuildRequestValidationResult() - Constructor for class org.azd.build.types.BuildRequestValidationResult
- BuildResult - Enum Class in org.azd.enums
-
Represents a trigger for a buld definition.
- Builds - Class in org.azd.build.types
-
Represents a List of build results
- Builds() - Constructor for class org.azd.build.types.Builds
- BuildStatus - Enum Class in org.azd.enums
-
The status of the controller.
- BuildTags - Class in org.azd.build.types
- BuildTags() - Constructor for class org.azd.build.types.BuildTags
- BuildTrigger - Class in org.azd.build.types
-
Represents binding of data source for the service endpoint request.
- BuildTrigger() - Constructor for class org.azd.build.types.BuildTrigger
- BuildWorkItem - Class in org.azd.build.types
-
Represents any workitems associated with a build
- BuildWorkItem() - Constructor for class org.azd.build.types.BuildWorkItem
- BuildWorkItems - Class in org.azd.build.types
-
Represents an array of workitems
- BuildWorkItems() - Constructor for class org.azd.build.types.BuildWorkItems
C
- CANCEL - Enum constant in enum class org.azd.enums.StageUpdateType
-
Cancels a stage
- CANCELED - Enum constant in enum class org.azd.enums.ApprovalStatus
-
Indicates the approval is canceled.
- CANCELED - Enum constant in enum class org.azd.enums.BuildResult
-
The build was canceled before starting.
- CANCELED - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is canceled.
- CANCELED - Enum constant in enum class org.azd.enums.DeployPhaseStatus
-
Phase execution canceled.
- CANCELED - Enum constant in enum class org.azd.enums.EnvironmentStatus
-
Environment is in canceled state.
- CANCELED - Enum constant in enum class org.azd.enums.GateStatus
-
The gate execution cancelled.
- CANCELED - Enum constant in enum class org.azd.enums.ReleaseApprovalStatus
-
Indicates the approval is canceled.
- CANCELED - Enum constant in enum class org.azd.enums.ReleaseEnvironmentStatus
-
Environment is in canceled state.
- CANCELED - Enum constant in enum class org.azd.enums.TaskResult
- CANCELED - Enum constant in enum class org.azd.enums.TaskStatus
-
The task execution canceled.
- CANCELEDBYUSER - Enum constant in enum class org.azd.enums.TestRunSubstate
-
Run state while Creating Environment.
- CANCELLATIONINPROGRESS - Enum constant in enum class org.azd.enums.TestRunSubstate
-
Run state when cancellation is in Progress.
- CANCELLED - Enum constant in enum class org.azd.enums.ManualInterventionStatus
-
The manual intervention is canceled.
- CANCELLING - Enum constant in enum class org.azd.enums.BuildStatus
-
The build is cancelling
- CANCELLING - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is cancelling.
- CANCELLING - Enum constant in enum class org.azd.enums.DeployPhaseStatus
-
Phase is in cancelling state.
- Capabilities - Class in org.azd.core.types
- Capabilities() - Constructor for class org.azd.core.types.Capabilities
- CASESENSITIVE - Enum constant in enum class org.azd.enums.PullRequestMergeFailureType
-
Pull request merge failed due to case mismatch.
- Chat - Enum constant in enum class org.azd.security.SecurityToken.Scope
- CHECKINSHELVESET - Enum constant in enum class org.azd.enums.BuildReason
-
The build was started for the trigger ContinuousIntegrationType.Gated.
- CHILDFIRST - Enum constant in enum class org.azd.enums.QueryRecursionOption
-
Returns work items that satisfy the target criteria, even if no work item satisfies the source and link criteria.
- CHUNKED - Enum constant in enum class org.azd.enums.AttachmentUploadType
- CLAUSES - Enum constant in enum class org.azd.enums.QueryExpand
- clearUpstreamingBehavior(String, String, String) - Method in interface org.azd.interfaces.MavenDetails
- clearUpstreamingBehavior(String, String, String) - Method in class org.azd.maven.MavenApi
-
To clear the upstream behavior of a (scoped) package.
- Client - Class in org.azd.utils
-
Deprecated.This is deprecated as of version 5.0.0
- Client() - Constructor for class org.azd.utils.Client
-
Deprecated.
- cloneBuildDefinition(String, String) - Method in class org.azd.build.BuildApi
-
Clone an existing definition/pipeline
- cloneBuildDefinition(String, String) - Method in interface org.azd.interfaces.BuildDetails
- CODEWIKI - Enum constant in enum class org.azd.enums.WikiType
- COLLABORATOR - Enum constant in enum class org.azd.enums.FeedRole
-
Collaborators have the same permissions as readers, but can also ingest packages from configured upstream sources.
- Collection - Enum constant in enum class org.azd.security.SecurityToken.Scope
- COLLECTION - Enum constant in enum class org.azd.enums.FeedVisibility
-
Feed is accessible by all the valid users present in the organization where the feed resides (for example across organization 'myorg' at 'dev.azure.com/myorg')
- COLLECTION - Static variable in class org.azd.common.ResourceId
- COMMIT - Enum constant in enum class org.azd.enums.GitObjectType
- COMMIT - Enum constant in enum class org.azd.enums.GitVersionType
-
Interpret the version as a commit ID (SHA1)
- Committer - Class in org.azd.git.types
-
Represents the committer to the repository
- Committer() - Constructor for class org.azd.git.types.Committer
- COMPLETED - Enum constant in enum class org.azd.enums.BuildStatus
-
The build has completed.
- COMPLETED - Enum constant in enum class org.azd.enums.GitAsyncOperationStatus
-
The operation has completed.
- COMPLETED - Enum constant in enum class org.azd.enums.PullRequestStatus
-
Pull request is completed.
- COMPLETED - Enum constant in enum class org.azd.enums.TimelineRecordState
- Condition - Class in org.azd.release.types
-
Gets or sets the trigger type.
- Condition() - Constructor for class org.azd.release.types.Condition
- ConditionType - Enum Class in org.azd.enums
-
None
- ConfigurationVariableValue - Class in org.azd.release.types
-
The class to represent a collection of REST reference links.
- ConfigurationVariableValue() - Constructor for class org.azd.release.types.ConfigurationVariableValue
- CONFLICTS - Enum constant in enum class org.azd.enums.PullRequestAsyncStatus
-
Pull request merge failed due to conflicts.
- Connection - Class in org.azd.connection
-
The factory class which sets the default parameters to use this library.
- Connection() - Constructor for class org.azd.connection.Connection
-
default with no parameters
- Connection(String, String) - Constructor for class org.azd.connection.Connection
-
Instantiates the class with organization name and personal access token.
- Connection(String, String, String) - Constructor for class org.azd.connection.Connection
-
Instantiates the class with organization name, project name and personal access token.
- Connection(String, String, AuthorizedToken, String, String) - Constructor for class org.azd.connection.Connection
-
Instantiates the class with organization name, project name and oauth access token.
- Connection(String, String, AuthorizedToken, String, String, Connection.TokenRefreshedHandler) - Constructor for class org.azd.connection.Connection
-
Instantiates the class with organization name, project name and oauth access token.
- Connection(String, AuthorizedToken, String, String) - Constructor for class org.azd.connection.Connection
-
Instantiates the class with organization name and oauth access token.
- Connection(String, AuthorizedToken, String, String, Connection.TokenRefreshedHandler) - Constructor for class org.azd.connection.Connection
-
Instantiates the class with organization name and oauth access token.
- Connection.TokenRefreshedHandler - Interface in org.azd.connection
- CONTAINERIMAGE - Enum constant in enum class org.azd.enums.ReleaseTriggerType
-
Container image based release trigger.
- CONTINUOUSINTEGRATION - Enum constant in enum class org.azd.enums.DefinitionTriggerType
-
A build should be started for each changeset.
- CONTINUOUSINTEGRATION - Enum constant in enum class org.azd.enums.ReleaseReason
-
Indicates the release triggered by continuous integration.
- Contribution - Class in org.azd.extensionmanagement.types
-
An individual contribution made by an extension
- Contribution() - Constructor for class org.azd.extensionmanagement.types.Contribution
- ContributionConstraint - Class in org.azd.extensionmanagement.types
-
Specifies a constraint that can be used to dynamically include/exclude a given contribution
- ContributionConstraint() - Constructor for class org.azd.extensionmanagement.types.ContributionConstraint
- ContributionPropertyDescription - Class in org.azd.extensionmanagement.types
-
Description about a property of a contribution type
- ContributionPropertyDescription() - Constructor for class org.azd.extensionmanagement.types.ContributionPropertyDescription
- ContributionType - Class in org.azd.extensionmanagement.types
-
A contribution type, given by a json schema
- ContributionType() - Constructor for class org.azd.extensionmanagement.types.ContributionType
- CONTRIBUTOR - Enum constant in enum class org.azd.enums.FeedRole
-
Contributors can do anything to packages in the feed including adding new packages, but they may not modify feed settings.
- ControllerStatus - Class in org.azd.build.types
-
The quality of the definition document (draft, etc.)
- ControllerStatus() - Constructor for class org.azd.build.types.ControllerStatus
- convertStreamToBase64(InputStream) - Static method in class org.azd.helpers.StreamHelper
-
Converts the Input stream to base64 encoded string value.
- convertToJson(String) - Method in class org.azd.helpers.JsonMapper
-
Converts a string response to Json string.
- convertToStream(File) - Static method in class org.azd.helpers.StreamHelper
-
Convert the file contents to input stream
- convertToStream(String) - Static method in class org.azd.helpers.StreamHelper
-
Convert the string content to input stream
- convertToString(InputStream) - Static method in class org.azd.helpers.StreamHelper
-
Convert the InputStream stream to string
- convertToString(Object) - Method in class org.azd.helpers.JsonMapper
-
Converts the object to string
- COPY - Enum constant in enum class org.azd.enums.PackageOperation
- COPY - Enum constant in enum class org.azd.enums.WorkItemOperation
- CORE - Static variable in class org.azd.common.ApiVersion
- CORE - Static variable in class org.azd.common.ResourceId
- CoreApi - Class in org.azd.core
-
Core class to manage core API
- CoreApi(Connection) - Constructor for class org.azd.core.CoreApi
-
Pass the connection object to work with Core Api
- CoreDetails - Interface in org.azd.interfaces
- createAnnotatedTag(String, String, String, String) - Method in class org.azd.git.GitApi
-
Create an annotated tag.
- createAnnotatedTag(String, String, String, String) - Method in interface org.azd.interfaces.GitDetails
- createArtifact(int, BuildArtifact) - Method in class org.azd.build.BuildApi
-
Associates an artifact with a build.
- createArtifact(int, BuildArtifact) - Method in interface org.azd.interfaces.BuildDetails
- createAsync(T) - Method in class org.azd.utils.AzDAsyncApi
- createAttachment(String, AttachmentUploadType, String, InputStream) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- createAttachment(String, AttachmentUploadType, String, InputStream) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Uploads an attachment.
- createAttachment(String, AttachmentUploadType, String, String) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- createAttachment(String, AttachmentUploadType, String, String) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Deprecated.This method is deprecated as of version 5.0.0. Please use createAttachment() with content stream for working with work item attachment API.
- createAzureRMServiceEndpoint(String, String, String, String, String, String) - Method in interface org.azd.interfaces.ServiceEndpointDetails
- createAzureRMServiceEndpoint(String, String, String, String, String, String) - Method in class org.azd.serviceendpoint.ServiceEndpointApi
-
A helper method to create Azure RM service endpoint
- createBuildDefinition(String) - Method in class org.azd.build.BuildApi
-
Creates a new definition.
- createBuildDefinition(String) - Method in interface org.azd.interfaces.BuildDetails
- createFeed(String, String, boolean, boolean) - Method in class org.azd.feedmanagement.FeedManagementApi
-
Create a feed, a container for various package types.
- createFeed(String, String, boolean, boolean) - Method in interface org.azd.interfaces.FeedManagementDetails
- createFeedView(String, String, FeedViewType, FeedVisibility) - Method in class org.azd.feedmanagement.FeedManagementApi
-
Create a new view on the referenced feed.
- createFeedView(String, String, FeedViewType, FeedVisibility) - Method in interface org.azd.interfaces.FeedManagementDetails
- createFolder(String, Folder) - Method in class org.azd.build.BuildApi
-
Creates a new folder.
- createFolder(String, Folder) - Method in interface org.azd.interfaces.BuildDetails
- createForkRepository(String, String, String, String) - Method in class org.azd.git.GitApi
-
Create a fork of a parent repository
- createForkRepository(String, String, String, String) - Method in interface org.azd.interfaces.GitDetails
- createForkRepository(String, String, String, String, String) - Method in class org.azd.git.GitApi
-
Create a fork of a parent repository syncing only the provided refs
- createForkRepository(String, String, String, String, String) - Method in interface org.azd.interfaces.GitDetails
- createForkRepositoryWithComplete(String, String, String, String, String, int) - Method in class org.azd.git.GitApi
-
Create a fork of a parent repository syncing only the provided refs with wait for operation completion
- createForkRepositoryWithComplete(String, String, String, String, String, int) - Method in interface org.azd.interfaces.GitDetails
- createForkSyncRequest(String, String, String, String, Boolean) - Method in class org.azd.git.GitApi
-
Request that another repository's refs be fetched into this one.
- createForkSyncRequest(String, String, String, String, Boolean) - Method in interface org.azd.interfaces.GitDetails
- createForkSyncRequest(String, String, String, String, String, String, Boolean) - Method in class org.azd.git.GitApi
-
Request that another repository's refs be fetched into this one.
- createForkSyncRequest(String, String, String, String, String, String, Boolean) - Method in interface org.azd.interfaces.GitDetails
- createGroup(String, String) - Method in class org.azd.graph.GraphApi
-
create a local group at the collection level
- createGroup(String, String) - Method in interface org.azd.interfaces.GraphDetails
- createGroup(String, String, String) - Method in class org.azd.graph.GraphApi
-
create a local group at the project level
- createGroup(String, String, String) - Method in interface org.azd.interfaces.GraphDetails
- createOrUpdateWikiPage(String, String, String, String, String) - Method in interface org.azd.interfaces.WikiDetails
- createOrUpdateWikiPage(String, String, String, String, String) - Method in class org.azd.wiki.WikiApi
-
Creates or edits a wiki page.
- createOrUpdateWikiPage(String, String, String, String, String, GitVersionType, GitVersionOptions, String) - Method in interface org.azd.interfaces.WikiDetails
- createOrUpdateWikiPage(String, String, String, String, String, GitVersionType, GitVersionOptions, String) - Method in class org.azd.wiki.WikiApi
-
Creates or edits a wiki page.
- createPageMove(String, String, String, GitVersionType, GitVersionOptions, WikiPageMoveParameters) - Method in interface org.azd.interfaces.WikiDetails
- createPageMove(String, String, String, GitVersionType, GitVersionOptions, WikiPageMoveParameters) - Method in class org.azd.wiki.WikiApi
-
Creates a page move operation that updates the path and order of the page as provided in the parameters.
- createPageMove(String, String, WikiPageMoveParameters) - Method in interface org.azd.interfaces.WikiDetails
- createPageMove(String, String, WikiPageMoveParameters) - Method in class org.azd.wiki.WikiApi
-
Creates a page move operation that updates the path and order of the page as provided in the parameters.
- CREATEPENDING - Enum constant in enum class org.azd.enums.ProjectState
-
Project has been queued for creation, but the process has not yet started.
- createPipeline(String, String, String, String, String) - Method in interface org.azd.interfaces.PipelinesDetails
- createPipeline(String, String, String, String, String) - Method in class org.azd.pipelines.PipelinesApi
-
Create a pipeline.
- createPolicyConfiguration(String, boolean, boolean, Map) - Method in interface org.azd.interfaces.PolicyDetails
- createPolicyConfiguration(String, boolean, boolean, Map) - Method in class org.azd.policy.PolicyApi
-
Create a policy configuration of a given policy type.
- createProject(String, String) - Method in class org.azd.core.CoreApi
-
Creates a default scrum project
- createProject(String, String) - Method in interface org.azd.interfaces.CoreDetails
- createProject(String, String, String, String) - Method in class org.azd.core.CoreApi
-
Creates a project for given process id
- createProject(String, String, String, String) - Method in interface org.azd.interfaces.CoreDetails
- createPullRequest(String, String, String, String, String, boolean) - Method in class org.azd.git.GitApi
-
Create a pull request and optionally make it a draft.
- createPullRequest(String, String, String, String, String, boolean) - Method in interface org.azd.interfaces.GitDetails
- createPullRequest(String, String, String, String, String, String[]) - Method in class org.azd.git.GitApi
-
Create a pull request.
- createPullRequest(String, String, String, String, String, String[]) - Method in interface org.azd.interfaces.GitDetails
- createPullRequest(GitPullRequest) - Method in class org.azd.git.GitApi
-
Create a pull request.
- createPullRequest(GitPullRequest) - Method in interface org.azd.interfaces.GitDetails
- createPullRequestLabel(String, int, String) - Method in class org.azd.git.GitApi
-
Create a label for a specified pull request.
- createPullRequestLabel(String, int, String) - Method in interface org.azd.interfaces.GitDetails
- createPullRequestReviewer(int, String, String, int, boolean) - Method in class org.azd.git.GitApi
-
Add a reviewer to a pull request or cast a vote.
- createPullRequestReviewer(int, String, String, int, boolean) - Method in interface org.azd.interfaces.GitDetails
- createPush(String, GitPush) - Method in class org.azd.git.GitApi
-
Push changes to the repository.
- createPush(String, GitPush) - Method in interface org.azd.interfaces.GitDetails
- createQuery(String, QueryHierarchyItem) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- createQuery(String, QueryHierarchyItem) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Creates a query, or moves a query.
- createRelease(int, String, String, String, String, boolean) - Method in interface org.azd.interfaces.ReleaseDetails
- createRelease(int, String, String, String, String, boolean) - Method in class org.azd.release.ReleaseApi
-
Create a release.
- createReleaseDefinition(String) - Method in interface org.azd.interfaces.ReleaseDetails
- createReleaseDefinition(String) - Method in class org.azd.release.ReleaseApi
-
Create a release definition
- createRepository(String, String) - Method in class org.azd.git.GitApi
-
Create a git repository in a team project.
- createRepository(String, String) - Method in interface org.azd.interfaces.GitDetails
- createServiceEndpoint(String, String, Map) - Method in interface org.azd.interfaces.ServiceEndpointDetails
- createServiceEndpoint(String, String, Map) - Method in class org.azd.serviceendpoint.ServiceEndpointApi
-
Creates a new service endpoint
- createSubscription(ServiceHooks) - Method in interface org.azd.interfaces.ServiceHooksDetails
- createSubscription(ServiceHooks) - Method in class org.azd.servicehooks.ServiceHooksApi
-
Create a subscription.
- createTag(String, String, String) - Method in class org.azd.git.GitApi
-
Creates a new tag in the repository that points to the supplied ref.
- createTag(String, String, String) - Method in interface org.azd.interfaces.GitDetails
- createTeam(String, String) - Method in class org.azd.core.CoreApi
-
Create a team in a team project.
- createTeam(String, String) - Method in interface org.azd.interfaces.CoreDetails
- createTestRun(RunCreateModel) - Method in interface org.azd.interfaces.TestDetails
- createTestRun(RunCreateModel) - Method in class org.azd.test.TestApi
-
Create new test run.
- createUser(String, String) - Method in class org.azd.graph.GraphApi
-
Materialize an existing AAD or MSA user into the VSTS account.
- createUser(String, String) - Method in interface org.azd.interfaces.GraphDetails
- createWiki(WikiCreateParameters) - Method in interface org.azd.interfaces.WikiDetails
- createWiki(WikiCreateParameters) - Method in class org.azd.wiki.WikiApi
-
Creates the wiki resource.
- createWikiAttachment(String, String, InputStream) - Method in interface org.azd.interfaces.WikiDetails
- createWikiAttachment(String, String, InputStream) - Method in class org.azd.wiki.WikiApi
-
Creates an attachment in the wiki.
- createWikiAttachment(String, String, String, GitVersionType, GitVersionOptions, InputStream) - Method in interface org.azd.interfaces.WikiDetails
- createWikiAttachment(String, String, String, GitVersionType, GitVersionOptions, InputStream) - Method in class org.azd.wiki.WikiApi
-
Creates an attachment in the wiki.
- createWorkItem(String, String, String, Map<String, Object>) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- createWorkItem(String, String, String, Map<String, Object>) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Creates a single work item optionally with additional fields.
- createWorkItem(String, WorkItemOperation, String) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- createWorkItem(String, WorkItemOperation, String) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Creates a single work item.
- createWorkItem(String, WorkItemOperation, String, String, String[]) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- createWorkItem(String, WorkItemOperation, String, String, String[]) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Creates a single work item.
- createWorkItemField(WorkItemField) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- createWorkItemField(WorkItemField) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Create a new field.
- CREATINGENVIRONMENT - Enum constant in enum class org.azd.enums.TestRunSubstate
-
Run state while Creating Environment.
- CSS - Enum constant in enum class org.azd.security.SecurityToken.Scope
- CURRENT - Enum constant in enum class org.azd.enums.IterationsTimeFrame
- CUSTOM - Enum constant in enum class org.azd.enums.GroupType
-
Custom
- CUSTOM_HEADER - Enum constant in enum class org.azd.enums.CustomHeader
-
Empty custom header to set the desired values Call setCustomHeaders() method and set the values.
- CustomHeader - Enum Class in org.azd.enums
-
Custom header type to set headers for request/response
- CustomTestField - Class in org.azd.test.types
-
A custom field information.
- CustomTestField() - Constructor for class org.azd.test.types.CustomTestField
D
- DASHBOARD - Static variable in class org.azd.common.ResourceId
- DashboardsPrivileges - Enum constant in enum class org.azd.security.SecurityToken.Scope
- DataProvider - Class in org.azd.accounts.types
-
Data provider
- DataProvider() - Constructor for class org.azd.accounts.types.DataProvider
- DataSourceBindingBase - Class in org.azd.build.types
-
A value that indicates whether builds can be queued against this definition.
- DataSourceBindingBase - Class in org.azd.release.types
-
Gets or sets source of release definition.
- DataSourceBindingBase() - Constructor for class org.azd.build.types.DataSourceBindingBase
- DataSourceBindingBase() - Constructor for class org.azd.release.types.DataSourceBindingBase
- DATETIME - Enum constant in enum class org.azd.enums.FieldType
-
Datetime field type.
- DEFAULTCAPABILITIES - Enum constant in enum class org.azd.enums.FeedCapabilities
-
The capabilities given to a newly created feed
- DEFERRED - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is deferred.
- DEFINITION - Enum constant in enum class org.azd.enums.DefinitionQuality
- DefinitionQuality - Enum Class in org.azd.enums
-
Represents a reference to a definition.
- DefinitionQueueStatus - Enum Class in org.azd.enums
-
A value that indicates whether builds can be queued against this definition.
- DefinitionReference - Class in org.azd.build.types
-
The type of the definition.
- DefinitionReference() - Constructor for class org.azd.build.types.DefinitionReference
- DefinitionTriggerType - Enum Class in org.azd.enums
-
Represents a demand used by a definition or build.
- DefinitionType - Enum Class in org.azd.enums
-
The type of the definition.
- DELEGATED_AUTH - Static variable in class org.azd.common.ResourceId
- delete(String, String) - Static method in class org.azd.utils.BaseClient
-
Deprecated.
- delete(String, String, HttpResponse.BodyHandler<T>) - Static method in class org.azd.utils.BaseRestClient
-
Sends a DELETE request to REST API with basic authentication
- DELETE - Enum constant in enum class org.azd.enums.PackagesBatchOperation
- DELETE - Enum constant in enum class org.azd.enums.RequestMethod
- DELETE - Enum constant in enum class org.azd.enums.VersionControlChangeType
- deleteAgent(int, int) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Delete an agent.
- deleteAgent(int, int) - Method in interface org.azd.interfaces.DistributedTaskDetails
- deleteBuild(int) - Method in class org.azd.build.BuildApi
-
Deletes a build.
- deleteBuild(int) - Method in interface org.azd.interfaces.BuildDetails
- deleteBuildDefinition(int) - Method in class org.azd.build.BuildApi
-
Deletes a definition and all associated builds.
- deleteBuildDefinition(int) - Method in interface org.azd.interfaces.BuildDetails
- deleteBuildTag(int, String) - Method in class org.azd.build.BuildApi
-
Removes a tag from a build.
- deleteBuildTag(int, String) - Method in interface org.azd.interfaces.BuildDetails
- DELETED - Enum constant in enum class org.azd.enums.ProjectState
-
Project has been deleted.
- deleteDefinitionTag(int, String) - Method in class org.azd.build.BuildApi
-
Removes a tag from a definition.
- deleteDefinitionTag(int, String) - Method in interface org.azd.interfaces.BuildDetails
- deleteDeploymentGroup(int) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Delete a deployment group.
- deleteDeploymentGroup(int) - Method in interface org.azd.interfaces.DistributedTaskDetails
- deleteEnvironment(int) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Delete the specified environment.
- deleteEnvironment(int) - Method in interface org.azd.interfaces.DistributedTaskDetails
- deleteFeed(String) - Method in class org.azd.feedmanagement.FeedManagementApi
-
Remove a feed and all its packages.
- deleteFeed(String) - Method in interface org.azd.interfaces.FeedManagementDetails
- deleteFeedView(String, String) - Method in class org.azd.feedmanagement.FeedManagementApi
-
Delete a feed view.
- deleteFeedView(String, String) - Method in interface org.azd.interfaces.FeedManagementDetails
- deleteFolder(String) - Method in class org.azd.build.BuildApi
-
Deletes a definition folder.
- deleteFolder(String) - Method in interface org.azd.interfaces.BuildDetails
- deleteGroup(String) - Method in class org.azd.graph.GraphApi
-
Removes an Azure DevOps group from all of its parent groups.
- deleteGroup(String) - Method in interface org.azd.interfaces.GraphDetails
- deletePackageVersion(String, String, String) - Method in interface org.azd.interfaces.UpackDetails
- deletePackageVersion(String, String, String) - Method in class org.azd.upack.UPackApi
-
Delete a package version from the feed and move it to the feed's recycle bin.
- deletePackageVersion(String, String, String, String) - Method in interface org.azd.interfaces.MavenDetails
- deletePackageVersion(String, String, String, String) - Method in class org.azd.maven.MavenApi
-
Delete a package version from the feed and move it to the feed's recycle bin.
- deletePackageVersionFromRecycleBin(String, String, String) - Method in interface org.azd.interfaces.UpackDetails
- deletePackageVersionFromRecycleBin(String, String, String) - Method in class org.azd.upack.UPackApi
-
Permanently delete a package from a feed's recycle bin.
- deletePackageVersionFromRecycleBin(String, String, String, String) - Method in interface org.azd.interfaces.MavenDetails
- deletePackageVersionFromRecycleBin(String, String, String, String) - Method in class org.azd.maven.MavenApi
-
Permanently delete a package from a feed's recycle bin.
- deletePolicyConfiguration(int) - Method in interface org.azd.interfaces.PolicyDetails
- deletePolicyConfiguration(int) - Method in class org.azd.policy.PolicyApi
-
Delete a policy configuration by its ID.
- deleteProject(String) - Method in class org.azd.core.CoreApi
-
Queues a project to be deleted.
- deleteProject(String) - Method in interface org.azd.interfaces.CoreDetails
- deletePullRequestLabel(String, int, String) - Method in class org.azd.git.GitApi
-
Removes a label from the set of those assigned to the pull request.
- deletePullRequestLabel(String, int, String) - Method in interface org.azd.interfaces.GitDetails
- deletePullRequestReviewer(int, String, String) - Method in class org.azd.git.GitApi
-
Remove a reviewer from a pull request.
- deletePullRequestReviewer(int, String, String) - Method in interface org.azd.interfaces.GitDetails
- deleteQuery(String) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- deleteQuery(String) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Delete a query or a folder.
- deleteRelease(int) - Method in interface org.azd.interfaces.ReleaseDetails
- deleteRelease(int) - Method in class org.azd.release.ReleaseApi
-
Delete a release using release id.
- deleteReleaseDefinition(int) - Method in interface org.azd.interfaces.ReleaseDetails
- deleteReleaseDefinition(int) - Method in class org.azd.release.ReleaseApi
-
Delete a release definition.
- deleteReleaseDefinition(int, String, boolean) - Method in interface org.azd.interfaces.ReleaseDetails
- deleteReleaseDefinition(int, String, boolean) - Method in class org.azd.release.ReleaseApi
-
Delete a release definition.
- deleteRepository(String) - Method in class org.azd.git.GitApi
-
Delete a git repository
- deleteRepository(String) - Method in interface org.azd.interfaces.GitDetails
- deleteRepositoryFromRecycleBin(String) - Method in class org.azd.git.GitApi
-
Destroy (hard delete) a soft-deleted Git repository.
- deleteRepositoryFromRecycleBin(String) - Method in interface org.azd.interfaces.GitDetails
- deleteServiceEndpoint(String, String[]) - Method in interface org.azd.interfaces.ServiceEndpointDetails
- deleteServiceEndpoint(String, String[]) - Method in class org.azd.serviceendpoint.ServiceEndpointApi
-
Delete a service endpoint
- deleteServiceEndpoint(String, String[], boolean) - Method in interface org.azd.interfaces.ServiceEndpointDetails
- deleteServiceEndpoint(String, String[], boolean) - Method in class org.azd.serviceendpoint.ServiceEndpointApi
-
Delete a service endpoint
- deleteSubscription(String) - Method in interface org.azd.interfaces.ServiceHooksDetails
- deleteSubscription(String) - Method in class org.azd.servicehooks.ServiceHooksApi
-
Delete a specific service hooks subscription.
- deleteTag(String) - Method in class org.azd.build.BuildApi
-
Removes a tag from builds, definitions, and from the tag store
- deleteTag(String) - Method in interface org.azd.interfaces.BuildDetails
- deleteTag(String, String) - Method in class org.azd.git.GitApi
-
Deletes a tag of a repository with given name.
- deleteTag(String, String) - Method in interface org.azd.interfaces.GitDetails
- deleteTeam(String, String) - Method in class org.azd.core.CoreApi
-
Delete a team.
- deleteTeam(String, String) - Method in interface org.azd.interfaces.CoreDetails
- deleteTeamSettingsIteration(String, String) - Method in interface org.azd.interfaces.WorkDetails
- deleteTeamSettingsIteration(String, String) - Method in class org.azd.work.WorkApi
-
Delete a team's iteration by iterationId
- deleteTestRun(int) - Method in interface org.azd.interfaces.TestDetails
- deleteTestRun(int) - Method in class org.azd.test.TestApi
-
Delete a test run by its ID.
- deleteUser(String) - Method in class org.azd.graph.GraphApi
-
Disables a user.
- deleteUser(String) - Method in interface org.azd.interfaces.GraphDetails
- deleteUserEntitlement(String) - Method in interface org.azd.interfaces.MemberEntitlementManagementDetails
- deleteUserEntitlement(String) - Method in class org.azd.memberentitlementmanagement.MemberEntitlementManagementApi
-
Delete a user from the account.
- deleteVariableGroup(int, String[]) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Delete a variable group
- deleteVariableGroup(int, String[]) - Method in interface org.azd.interfaces.DistributedTaskDetails
- deleteWiki(String) - Method in interface org.azd.interfaces.WikiDetails
- deleteWiki(String) - Method in class org.azd.wiki.WikiApi
-
Deletes the wiki corresponding to the wiki ID or wiki name provided.
- deleteWikiPage(String, String, String) - Method in interface org.azd.interfaces.WikiDetails
- deleteWikiPage(String, String, String) - Method in class org.azd.wiki.WikiApi
-
Deletes a wiki page.
- deleteWikiPage(String, String, String, String, GitVersionType, GitVersionOptions) - Method in interface org.azd.interfaces.WikiDetails
- deleteWikiPage(String, String, String, String, GitVersionType, GitVersionOptions) - Method in class org.azd.wiki.WikiApi
-
Deletes a wiki page.
- deleteWikiPageById(String, String, String, String, String, GitVersionType, GitVersionOptions) - Method in interface org.azd.interfaces.WikiDetails
- deleteWikiPageById(String, String, String, String, String, GitVersionType, GitVersionOptions) - Method in class org.azd.wiki.WikiApi
-
Deletes a wiki page.
- deleteWorkItem(int) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- deleteWorkItem(int) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Deletes the specified work item and sends it to the Recycle Bin, so that it can be restored back, if required.
- deleteWorkItem(int, boolean) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- deleteWorkItem(int, boolean) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
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.
- deleteWorkItemField(String) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- deleteWorkItemField(String) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Deletes the field.
- DELETING - Enum constant in enum class org.azd.enums.ProjectState
-
Project is in the process of being deleted.
- Demand - Class in org.azd.build.types
-
Project visibility.
- Demand - Class in org.azd.distributedtask.types
-
Represents a JSON object.
- Demand - Class in org.azd.release.types
-
Gets reason for release.
- Demand() - Constructor for class org.azd.build.types.Demand
- Demand() - Constructor for class org.azd.distributedtask.types.Demand
- Demand() - Constructor for class org.azd.release.types.Demand
- DEPLOYMENT - Enum constant in enum class org.azd.enums.TaskAgentPoolType
-
A deployment pool
- DeploymentAttempt - Class in org.azd.release.types
-
Gets environment status.
- DeploymentAttempt() - Constructor for class org.azd.release.types.DeploymentAttempt
- DEPLOYMENTGATES - Enum constant in enum class org.azd.enums.DeployPhaseTypes
-
Phase type which contains tasks which acts as Gates for the deployment to go forward.
- DeploymentGroup - Class in org.azd.distributedtask.types
-
Deployment group.
- DeploymentGroup() - Constructor for class org.azd.distributedtask.types.DeploymentGroup
- DeploymentGroupActionFilter - Enum Class in org.azd.enums
-
Get the deployment group only if this action can be performed on it.
- DeploymentGroupExpands - Enum Class in org.azd.enums
-
Include these additional details in the returned object.
- DEPLOYMENTGROUPREDEPLOY - Enum constant in enum class org.azd.enums.EnvironmentTriggerType
-
Environment trigger type is deployment group redeploy.
- DeploymentGroups - Class in org.azd.distributedtask.types
-
List of deployment group
- DeploymentGroups() - Constructor for class org.azd.distributedtask.types.DeploymentGroups
- DeploymentJob - Class in org.azd.release.types
-
Status of release gates.
- DeploymentJob() - Constructor for class org.azd.release.types.DeploymentJob
- DeploymentMachine - Class in org.azd.distributedtask.types
-
Deployment target.
- DeploymentMachine() - Constructor for class org.azd.distributedtask.types.DeploymentMachine
- DeploymentOperationStatus - Enum Class in org.azd.enums
-
Gets or sets the status of the manual intervention.
- DeploymentReason - Enum Class in org.azd.enums
-
The class represents a property bag as a collection of key-value pairs.
- DeploymentStatus - Enum Class in org.azd.enums
-
The class to represent a collection of REST reference links.
- DeployPhase - Class in org.azd.release.types
-
Type of release trigger.
- DeployPhase() - Constructor for class org.azd.release.types.DeployPhase
- DeployPhaseStatus - Enum Class in org.azd.enums
-
Gets status.
- DeployPhaseTypes - Enum Class in org.azd.enums
-
Days of the week to release.
- DESCENDING - Enum constant in enum class org.azd.enums.ReleaseQueryOrder
- descriptor - Variable in class org.azd.graph.types.GraphEntity
-
The descriptor is the primary way to reference the graph subject while the system is running.
- DISABLED - Enum constant in enum class org.azd.enums.DefinitionQueueStatus
-
When disabled the definition queue will not allow builds to be queued by users and the system will not queue scheduled, gated or continuous integration builds.
- DISABLED - Enum constant in enum class org.azd.enums.ExtensionStateFlags
-
Extension is disabled
- DISABLED - Enum constant in enum class org.azd.enums.UpstreamStatus
-
Upstream source is disabled.
- DISCUSSION - Static variable in class org.azd.common.ResourceId
- DiscussionThreads - Enum constant in enum class org.azd.security.SecurityToken.Scope
- displayName - Variable in class org.azd.graph.types.GraphEntity
-
This is the non-unique display name of the graph subject.
- DISTRIBUTED_TASK - Static variable in class org.azd.common.ApiVersion
- DISTRIBUTED_TASK - Static variable in class org.azd.common.ResourceId
- DistributedTask - Enum constant in enum class org.azd.security.SecurityToken.Scope
- DistributedTaskApi - Class in org.azd.distributedtask
-
DistributedTaskApi class to manage Agents, Deployment groups, Environments and Variable groups API
- DistributedTaskApi(Connection) - Constructor for class org.azd.distributedtask.DistributedTaskApi
-
Pass the connection object
- DistributedTaskDetails - Interface in org.azd.interfaces
- domain - Variable in class org.azd.graph.types.GraphEntity
-
This represents the name of the container of origin for a graph member.
- DOUBLE - Enum constant in enum class org.azd.enums.FieldType
-
Double field type.
- DOWNGRADE - Enum constant in enum class org.azd.enums.TaskAgentUpdateReasonType
- download(String, InputStream) - Static method in class org.azd.helpers.StreamHelper
-
Downloads the contents from InputStream and saves it in a file.
- downloadFromUrl(String, String) - Static method in class org.azd.helpers.StreamHelper
-
Helper method to download the contents stream from a url.
- downloadPackage(String, String, String, String, String) - Method in interface org.azd.interfaces.MavenDetails
- downloadPackage(String, String, String, String, String) - Method in class org.azd.maven.MavenApi
-
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),
- DRAFT - Enum constant in enum class org.azd.enums.DefinitionQuality
- DRAFT - Enum constant in enum class org.azd.enums.ReleaseStatus
-
Release is in draft state.
- DROP - Static variable in class org.azd.common.ResourceId
- DtlEnvironmentDetails - Class in org.azd.test.types
-
This is a temporary class to provide the details for the test run environment.
- DtlEnvironmentDetails() - Constructor for class org.azd.test.types.DtlEnvironmentDetails
E
- EARLYADOPTER - Enum constant in enum class org.azd.enums.AccountLicenseType
-
Early adopter
- EDIT - Enum constant in enum class org.azd.enums.VersionControlChangeType
- ELASTICPOOL - Enum constant in enum class org.azd.enums.TaskAgentPoolOptions
-
TaskAgentPool backed by the Elastic pool service
- ELIGIBLE - Enum constant in enum class org.azd.enums.MsdnLicenseType
-
Eligible
- ENABLED - Enum constant in enum class org.azd.enums.DefinitionQueueStatus
-
When enabled the definition queue allows builds to be queued by users, the system will queue scheduled, gated and continuous integration builds, and the queued builds will be started by the system.
- encodeSpace(String) - Static method in class org.azd.helpers.URLHelper
-
Encode the space character in the given string
- encodeSpecialChars(String) - Static method in class org.azd.helpers.URLHelper
-
Encodes any special character in the given string
- encodeSpecialWithSpace(String) - Static method in class org.azd.helpers.URLHelper
-
Combine the two functionality above: encode and replace space characters after the fact with '%20'
- ENCODING - Enum constant in enum class org.azd.enums.VersionControlChangeType
- ENTERPRISE - Enum constant in enum class org.azd.enums.MsdnLicenseType
-
Enterprise
- Environment - Enum constant in enum class org.azd.security.SecurityToken.Scope
- EnvironmentExecutionPolicy - Class in org.azd.release.types
-
None
- EnvironmentExecutionPolicy() - Constructor for class org.azd.release.types.EnvironmentExecutionPolicy
- EnvironmentExpands - Enum Class in org.azd.enums
-
Include these additional details in the returned objects.
- EnvironmentInstance - Class in org.azd.distributedtask.types
-
Represents an environment
- EnvironmentInstance() - Constructor for class org.azd.distributedtask.types.EnvironmentInstance
- EnvironmentInstances - Class in org.azd.distributedtask.types
-
Array of environment instance
EnvironmentInstance - EnvironmentInstances() - Constructor for class org.azd.distributedtask.types.EnvironmentInstances
- EnvironmentOptions - Class in org.azd.release.types
-
None
- EnvironmentOptions() - Constructor for class org.azd.release.types.EnvironmentOptions
- EnvironmentResourceReference - Class in org.azd.distributedtask.types
-
EnvironmentResourceReference.
- EnvironmentResourceReference() - Constructor for class org.azd.distributedtask.types.EnvironmentResourceReference
- EnvironmentRetentionPolicy - Class in org.azd.release.types
-
None
- EnvironmentRetentionPolicy() - Constructor for class org.azd.release.types.EnvironmentRetentionPolicy
- ENVIRONMENTS - Enum constant in enum class org.azd.enums.ReleaseDefinitionExpands
-
Include environments in return object.
- ENVIRONMENTS - Enum constant in enum class org.azd.enums.ReleaseExpands
- ENVIRONMENTSTATE - Enum constant in enum class org.azd.enums.ConditionType
-
The condition type is environment state.
- EnvironmentStatus - Enum Class in org.azd.enums
-
Status of release task.
- EnvironmentTrigger - Class in org.azd.release.types
-
None
- EnvironmentTrigger() - Constructor for class org.azd.release.types.EnvironmentTrigger
- EnvironmentTriggerType - Enum Class in org.azd.enums
-
None
- equals(Object) - Method in class org.azd.security.types.SecurityNamespace
- ERROR - Enum constant in enum class org.azd.build.types.IssueType
- ERROR - Enum constant in enum class org.azd.enums.GitStatusState
-
Status with an error.
- ERROR - Enum constant in enum class org.azd.enums.TestOutcome
-
There was a system error while we were trying to execute a test.
- ERROR - Enum constant in enum class org.azd.enums.ValidationResult
- EVALUATINGGATES - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is EvaluatingGates.
- EVENT - Enum constant in enum class org.azd.enums.ConditionType
-
The condition type is event.
- EventPublish - Enum constant in enum class org.azd.security.SecurityToken.Scope
- EventSubscriber - Enum constant in enum class org.azd.security.SecurityToken.Scope
- EventSubscription - Enum constant in enum class org.azd.security.SecurityToken.Scope
- EXPRESS - Enum constant in enum class org.azd.enums.AccountLicenseType
-
Express
- EXT2 - Enum constant in enum class org.azd.enums.GitObjectType
- ExtendedInfo() - Constructor for class org.azd.security.types.ACE.ExtendedInfo
- EXTENSION_MANAGEMENT - Static variable in class org.azd.common.ApiVersion
- EXTENSION_MANAGEMENT - Static variable in class org.azd.common.ResourceId
- ExtensionEventCallback - Class in org.azd.extensionmanagement.types
-
Base class for an event callback for an extension
- ExtensionEventCallback() - Constructor for class org.azd.extensionmanagement.types.ExtensionEventCallback
- ExtensionEventCallbackCollection - Class in org.azd.extensionmanagement.types
- ExtensionEventCallbackCollection() - Constructor for class org.azd.extensionmanagement.types.ExtensionEventCallbackCollection
- EXTENSIONFIELDS - Enum constant in enum class org.azd.enums.GetFieldsExpand
-
Adds extension fields to the response.
- ExtensionFile - Class in org.azd.extensionmanagement.types
-
This is the set of files available from the extension.
- ExtensionFile() - Constructor for class org.azd.extensionmanagement.types.ExtensionFile
- ExtensionLicensing - Class in org.azd.extensionmanagement.types
-
How this extension behaves with respect to licensing
- ExtensionLicensing() - Constructor for class org.azd.extensionmanagement.types.ExtensionLicensing
- ExtensionManagement - Enum constant in enum class org.azd.security.SecurityToken.Scope
- ExtensionManagementApi - Class in org.azd.extensionmanagement
-
ExtensionManagementApi class to manage installed extensions API
- ExtensionManagementApi(Connection) - Constructor for class org.azd.extensionmanagement.ExtensionManagementApi
-
Pass the connection object to work with Member Entitlement Management Api
- ExtensionManagementDetails - Interface in org.azd.interfaces
- ExtensionStateFlags - Enum Class in org.azd.enums
-
States of an installed extension
F
- FAIL - Enum constant in enum class org.azd.enums.QueryErrorPolicy
- FAIL - Enum constant in enum class org.azd.enums.WorkItemErrorPolicy
- FAILED - Enum constant in enum class org.azd.enums.BuildResult
-
The build completed unsuccessfully.
- FAILED - Enum constant in enum class org.azd.enums.DeploymentStatus
-
The deployment status is failed.
- FAILED - Enum constant in enum class org.azd.enums.DeployPhaseStatus
-
Phase execution failed.
- FAILED - Enum constant in enum class org.azd.enums.GateStatus
-
The gate execution failed.
- FAILED - Enum constant in enum class org.azd.enums.GitAsyncOperationStatus
-
The operation has failed.
- FAILED - Enum constant in enum class org.azd.enums.GitStatusState
-
Status failed.
- FAILED - Enum constant in enum class org.azd.enums.TaskResult
- FAILED - Enum constant in enum class org.azd.enums.TaskStatus
-
The task execution failed.
- FAILED - Enum constant in enum class org.azd.enums.TestOutcome
-
Test was executed, but there were issues.
- FAILURE - Enum constant in enum class org.azd.enums.PullRequestAsyncStatus
-
Pull request merge failed.
- FAILURE - Enum constant in enum class org.azd.enums.TaskStatus
-
The task execution failed.
- FAVORITE - Static variable in class org.azd.common.ResourceId
- FEATURE_MANAGEMENT - Static variable in class org.azd.common.ApiVersion
- FeatureManagement - Enum Class in org.azd.enums
- featureToggle(String, FeatureManagement, boolean) - Method in class org.azd.core.CoreApi
-
Set project feature state for project service See
FeatureManagementfor list of features - featureToggle(String, FeatureManagement, boolean) - Method in interface org.azd.interfaces.CoreDetails
- Feed - Class in org.azd.feedmanagement.types
-
A container for artifacts.
- Feed() - Constructor for class org.azd.feedmanagement.types.Feed
- FeedCapabilities - Enum Class in org.azd.enums
-
Supported capabilities of a feed.
- FeedManagementApi - Class in org.azd.feedmanagement
-
Feed Management class to manage Artifacts API
- FeedManagementApi(Connection) - Constructor for class org.azd.feedmanagement.FeedManagementApi
-
Pass the connection object to work with Feed Management Api
- FeedManagementDetails - Interface in org.azd.interfaces
- FeedPermission - Class in org.azd.feedmanagement.types
-
Permissions for a feed.
- FeedPermission() - Constructor for class org.azd.feedmanagement.types.FeedPermission
- FeedPermissions - Class in org.azd.feedmanagement.types
-
Permissions for a feed.
- FeedPermissions() - Constructor for class org.azd.feedmanagement.types.FeedPermissions
- FeedRole - Enum Class in org.azd.enums
-
The role for this identity on a feed.
- Feeds - Class in org.azd.feedmanagement.types
-
Array of feed containers
- Feeds() - Constructor for class org.azd.feedmanagement.types.Feeds
- FEEDS - Static variable in class org.azd.common.ApiVersion
- FeedView - Class in org.azd.feedmanagement.types
-
A view on top of a feed.
- FeedView() - Constructor for class org.azd.feedmanagement.types.FeedView
- FeedViews - Class in org.azd.feedmanagement.types
-
Array of feed views
- FeedViews() - Constructor for class org.azd.feedmanagement.types.FeedViews
- FeedViewType - Enum Class in org.azd.enums
-
Type of view.
- FeedVisibility - Enum Class in org.azd.enums
-
Visibility status of the view.
- FIELDS - Enum constant in enum class org.azd.enums.WorkItemExpand
- FieldType - Enum Class in org.azd.enums
-
The type of the field.
- FieldUsage - Enum Class in org.azd.enums
-
The usage of the field.
- FileContentMetadata - Class in org.azd.git.types
-
Type of object (Commit, Tree, Blob, Tag)
- FileContentMetadata() - Constructor for class org.azd.git.types.FileContentMetadata
- FileContentParsingException - Enum constant in enum class org.azd.enums.ApiExceptionTypes
-
This will be thrown when a json content from file couldn't be parsed.
- FIRST_PARENT - Enum constant in enum class org.azd.enums.GitVersionOptions
-
First parent of commit (HEAD^)
- FIRSTPARENT - Enum constant in enum class org.azd.enums.GitHistoryMode
-
The history mode used by git log --first-parent
- FLAKY - Enum constant in enum class org.azd.enums.ResultMetadata
-
Flaky metadata
- FLAT - Enum constant in enum class org.azd.enums.QueryType
-
Gets a flat list of work items.
- Folder - Class in org.azd.build.types
-
Represents a folder that contains build definitions.
- Folder() - Constructor for class org.azd.build.types.Folder
- Folders - Class in org.azd.build.types
- Folders() - Constructor for class org.azd.build.types.Folders
- FRIDAY - Enum constant in enum class org.azd.enums.ScheduleDays
-
Scheduled on Friday.
- FULL - Enum constant in enum class org.azd.enums.VersionControlRecursionType
-
Return specified item and all descendants
- FULLHISTORY - Enum constant in enum class org.azd.enums.GitHistoryMode
-
The history mode used by git log --full-history
- FULLHISTORYSIMPLIFYMERGES - Enum constant in enum class org.azd.enums.GitHistoryMode
-
The history mode used by git log --full-history --simplify-merges
- FUTURE - Enum constant in enum class org.azd.enums.IterationsTimeFrame
G
- GATEDCHECKIN - Enum constant in enum class org.azd.enums.DefinitionTriggerType
-
A validation build should be started for each check-in.
- GATEFAILED - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is GateFailed.
- GateStatus - Enum Class in org.azd.enums
-
A variable group reference is a shallow reference to variable group.
- generate(SecurityToken.Scope, Map<String, String>) - Static method in class org.azd.security.SecurityToken
-
Based on the scope parameter, map replacement tokens in the token format string to values in the provided hashmap
- get() - Method in class org.azd.distributedtask.types.VariableGroupMap
- get(String) - Static method in class org.azd.utils.BaseClient
-
Deprecated.
- get(String, String) - Static method in class org.azd.utils.BaseClient
-
Deprecated.
- get(String, String, String) - Static method in class org.azd.utils.BaseClient
-
Deprecated.
- get(String, String, HttpResponse.BodyHandler<T>, CustomHeader, boolean) - Static method in class org.azd.utils.BaseRestClient
-
Sends a GET request to REST API with basic authentication
- GET - Enum constant in enum class org.azd.enums.RequestMethod
- get_links() - Method in class org.azd.build.types.AgentPoolQueue
- get_links() - Method in class org.azd.build.types.ArtifactResource
- get_links() - Method in class org.azd.build.types.Attachment
- get_links() - Method in class org.azd.build.types.Build
- get_links() - Method in class org.azd.build.types.BuildController
- get_links() - Method in class org.azd.build.types.BuildDefinition
- get_links() - Method in class org.azd.build.types.Queue
- get_links() - Method in class org.azd.build.types.SourceProviderPullRequest
- get_links() - Method in class org.azd.build.types.TimelineRecord
- get_links() - Method in class org.azd.common.types.Author
- get_links() - Method in class org.azd.core.types.Project
- get_links() - Method in class org.azd.distributedtask.types.TaskAgent
- get_links() - Method in class org.azd.distributedtask.types.TaskAgentReference
- get_links() - Method in class org.azd.distributedtask.types.TaskOrchestrationOwner
- get_links() - Method in class org.azd.feedmanagement.types.Feed
- get_links() - Method in class org.azd.feedmanagement.types.FeedView
- get_links() - Method in class org.azd.git.types.GitBlobRef
- get_links() - Method in class org.azd.git.types.GitCommit
- get_links() - Method in class org.azd.git.types.GitCommitRef
- get_links() - Method in class org.azd.git.types.GitForkRef
- get_links() - Method in class org.azd.git.types.GitItem
- get_links() - Method in class org.azd.git.types.GitPullRequest
- get_links() - Method in class org.azd.git.types.GitPush
- get_links() - Method in class org.azd.git.types.GitPushRef
- get_links() - Method in class org.azd.git.types.GitRef
- get_links() - Method in class org.azd.git.types.GitRepository
- get_links() - Method in class org.azd.git.types.GitStatus
- get_links() - Method in class org.azd.git.types.IdentityRefWithVote
- get_links() - Method in class org.azd.graph.types.GraphDescriptor
- get_links() - Method in class org.azd.graph.types.GraphEntity
- get_links() - Method in class org.azd.graph.types.GraphMembership
- get_links() - Method in class org.azd.maven.types.Package
- get_links() - Method in class org.azd.release.types.Release
- get_links() - Method in class org.azd.release.types.ReleaseDefinition
- get_links() - Method in class org.azd.release.types.ReleaseDefinitionShallowReference
- get_links() - Method in class org.azd.release.types.ReleaseEnvironmentShallowReference
- get_links() - Method in class org.azd.release.types.ReleaseReference
- get_links() - Method in class org.azd.release.types.ReleaseShallowReference
- get_links() - Method in class org.azd.upack.types.Package
- get_links() - Method in class org.azd.work.types.IterationWorkItems
- get_links() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- get_links() - Method in class org.azd.workitemtracking.types.WorkItem
- get_links() - Method in class org.azd.workitemtracking.types.WorkItemField
- get_links() - Method in class org.azd.workitemtracking.types.WorkItemRecycleBinReference
- get_public() - Method in class org.azd.maven.types.PackagingSourceType
- getAbbreviation() - Method in class org.azd.build.types.TeamProjectReference
- getAbbreviation() - Method in class org.azd.core.types.TeamProjectReference
- getAbbreviation() - Method in class org.azd.git.types.TeamProjectReference
- getAcceptanceCriteria() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getAccessControlEntries() - Method in class org.azd.security.types.ACEs
- getAccessControlLists(String) - Method in interface org.azd.interfaces.SecurityDetails
- getAccessControlLists(String) - Method in class org.azd.security.SecurityApi
-
Return a list of access control lists for the specified security namespace and token.
- getAccessControlLists(String, String[], String, boolean, boolean) - Method in interface org.azd.interfaces.SecurityDetails
- getAccessControlLists(String, String[], String, boolean, boolean) - Method in class org.azd.security.SecurityApi
-
Return a list of access control lists for the specified security namespace and token.
- getAccessLevel() - Method in class org.azd.memberentitlementmanagement.types.GroupOptions
- getAccessLevel() - Method in class org.azd.memberentitlementmanagement.types.UserEntitlement
- getAccessPoint() - Method in class org.azd.distributedtask.types.TaskAgent
- getAccessPoint() - Method in class org.azd.distributedtask.types.TaskAgentReference
- getAccessToken() - Method in class org.azd.oauth.types.AuthorizedToken
- getAccessToken(String, String, String) - Static method in class org.azd.oauth.OAuthApi
-
Now you use the authorization code to request an access token for the user.
- getAccountId() - Method in class org.azd.accounts.types.Account
- getAccountLicenseType() - Method in class org.azd.memberentitlementmanagement.types.AccessLevel
- getAccountLicenseType() - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- getAccountName() - Method in class org.azd.accounts.types.Account
- getAccountOwner() - Method in class org.azd.accounts.types.Account
- getAccountRecentActivityWorkItems() - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItems
- getAccounts() - Method in class org.azd.accounts.types.Accounts
- getAccounts(String) - Method in class org.azd.accounts.AccountsApi
-
Get a list of accounts for a specific member.
- getAccounts(String) - Method in interface org.azd.interfaces.AccountsDetails
- getAccountsApi() - Method in interface org.azd.interfaces.AzDClient
- getAccountsApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of AccountsApi
- getAccountStatus() - Method in class org.azd.accounts.types.Account
- getAccountType() - Method in class org.azd.accounts.types.Account
- getAccountUri() - Method in class org.azd.accounts.types.Account
- getAcesDictionary() - Method in class org.azd.security.types.ACL
- getACLs() - Method in class org.azd.security.types.ACLs
- getActionDescription() - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- getActions() - Method in class org.azd.security.types.SecurityNamespace
- getActivatedBy() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getActivatedDate() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getActive() - Method in class org.azd.git.types.WebApiTagDefinition
- getActivityDate() - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- getActivityType() - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- getAgent() - Method in class org.azd.distributedtask.types.DeploymentMachine
- getAgent() - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- getAgent(int, int) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get information about an agent.
- getAgent(int, int) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getAgent(int, int, boolean, boolean, boolean, String[]) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get information about an agent.
- getAgent(int, int, boolean, boolean, boolean, String[]) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getAgentCloudId() - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- getAgentConnectedTime() - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- getAgentData() - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- getAgentName() - Method in class org.azd.release.types.ReleaseTask
- getAgents(int) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get a list of agents.
- getAgents(int) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getAgents(int, String, String[], boolean, boolean, boolean, String[]) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get a list of agents.
- getAgents(int, String, String[], boolean, boolean, boolean, String[]) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getAgentSpecification() - Method in class org.azd.build.types.Build
- getAgentSpecification() - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- getAgentSpecification() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getAlias() - Method in class org.azd.build.types.VariableGroup
- getAlias() - Method in class org.azd.release.types.Artifact
- getAlias() - Method in class org.azd.release.types.ReleaseArtifacts
- getAliases() - Method in class org.azd.build.types.TaskInputDefinitionBase
- getAliases() - Method in class org.azd.release.types.TaskInputDefinitionBase
- getAllow() - Method in class org.azd.security.types.ACE
- getAllowedValues() - Method in class org.azd.workitemtracking.types.WorkItemTypeFieldInstance
- getAllowOverride() - Method in class org.azd.build.types.BuildDefinitionVariable
- getAllowOverride() - Method in class org.azd.release.types.ConfigurationVariableValue
- getAlwaysRun() - Method in class org.azd.release.types.WorkflowTask
- getAnnotatedTag(String, String) - Method in class org.azd.git.GitApi
-
Get an annotated tag.
- getAnnotatedTag(String, String) - Method in interface org.azd.interfaces.GitDetails
- getApiUrl() - Method in class org.azd.build.types.SourceRepositoryProperties
- getApiVersion() - Method in class org.azd.release.types.ReleaseDefinitionRevision
- getApprovalOptions() - Method in class org.azd.release.types.ReleaseDefinitionApprovals
- getApprovals() - Method in class org.azd.release.types.ReleaseDefinitionApprovals
- getApprovalType() - Method in class org.azd.release.types.ReleaseApproval
- getApprovedBy() - Method in class org.azd.release.types.ReleaseApproval
- getApprover() - Method in class org.azd.release.types.ManualIntervention
- getApprover() - Method in class org.azd.release.types.ReleaseApproval
- getApprover() - Method in class org.azd.release.types.ReleaseApprovalHistory
- getApprover() - Method in class org.azd.release.types.ReleaseDefinitionApprovalStep
- getArtifact(int, String) - Method in class org.azd.build.BuildApi
-
Gets a specific artifact for a build.
- getArtifact(int, String) - Method in interface org.azd.interfaces.BuildDetails
- getArtifactAsZip(int, String) - Method in class org.azd.build.BuildApi
-
Gets a specific artifact for a build as a zip file.
- getArtifactAsZip(int, String) - Method in interface org.azd.interfaces.BuildDetails
- getArtifactFile(int, String, String, String) - Method in class org.azd.build.BuildApi
-
Gets a file from the build.
- getArtifactFile(int, String, String, String) - Method in interface org.azd.interfaces.BuildDetails
- getArtifactId() - Method in class org.azd.git.types.GitPullRequest
- getArtifactId() - Method in class org.azd.maven.types.MavenPackageVersionDeletionState
- getArtifacts() - Method in class org.azd.build.types.RetentionPolicy
- getArtifacts() - Method in class org.azd.release.types.Release
- getArtifacts() - Method in class org.azd.release.types.ReleaseDefinition
- getArtifacts() - Method in class org.azd.release.types.ReleaseReference
- getArtifacts(int) - Method in class org.azd.build.BuildApi
-
Gets all artifacts for a build.
- getArtifacts(int) - Method in interface org.azd.interfaces.BuildDetails
- getArtifacts(int, int, String) - Method in interface org.azd.interfaces.PipelinesDetails
- getArtifacts(int, int, String) - Method in class org.azd.pipelines.PipelinesApi
-
Get a specific artifact from a pipeline run
- getArtifacts(int, int, String, PipelinesExpandOptions) - Method in interface org.azd.interfaces.PipelinesDetails
- getArtifacts(int, int, String, PipelinesExpandOptions) - Method in class org.azd.pipelines.PipelinesApi
-
Get a specific artifact from a pipeline run
- getArtifactTypesToDelete() - Method in class org.azd.build.types.RetentionPolicy
- getAsOf() - Method in class org.azd.workitemtracking.types.WorkItemQueryResult
- getAssetType() - Method in class org.azd.extensionmanagement.types.ExtensionFile
- getAssigned() - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- getAssignedAgentCloudRequest() - Method in class org.azd.distributedtask.types.TaskAgent
- getAssignedRequest() - Method in class org.azd.distributedtask.types.TaskAgent
- getAssignedTo() - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- getAssignmentSource() - Method in class org.azd.memberentitlementmanagement.types.AccessLevel
- getAssignmentSource() - Method in class org.azd.memberentitlementmanagement.types.ProjectEntitlement
- getAssignTime() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getAssignToRequestor() - Method in class org.azd.build.types.Inputs
- getAttachment(String, String) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getAttachment(String, String) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Deprecated.This method is deprecated as of version 5.0.0. Please use getAttachmentContent() or getAttachmentAsZip() for working with work item attachment API.
- getAttachmentAsZip(String, String, boolean) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getAttachmentAsZip(String, String, boolean) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Downloads an attachment as a zip file.
- getAttachmentContent(String, String, boolean) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getAttachmentContent(String, String, boolean) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Downloads an attachment.
- getAttachments() - Method in class org.azd.build.types.Attachments
- getAttachments(int, String) - Method in class org.azd.build.BuildApi
-
Gets the list of attachments of a specific type that are associated with a build.
- getAttachments(int, String) - Method in interface org.azd.interfaces.BuildDetails
- getAttempt() - Method in class org.azd.build.types.TimelineAttempt
- getAttempt() - Method in class org.azd.build.types.TimelineRecord
- getAttempt() - Method in class org.azd.release.types.DeploymentAttempt
- getAttempt() - Method in class org.azd.release.types.ReleaseApproval
- getAttempt() - Method in class org.azd.test.types.JobReference
- getAttempt() - Method in class org.azd.test.types.PhaseReference
- getAttempt() - Method in class org.azd.test.types.ReleaseReference
- getAttempt() - Method in class org.azd.test.types.StageReference
- getAttributes() - Method in class org.azd.work.types.TeamSettingsIteration
- getAttributes() - Method in class org.azd.workitemtracking.types.WorkItemRelations
- getAuthKey() - Method in class org.azd.build.types.TaskSourceDefinitionBase
- getAuthKey() - Method in class org.azd.release.types.TaskSourceDefinitionBase
- getAuthor() - Method in class org.azd.build.types.BuildChange
- getAuthor() - Method in class org.azd.build.types.SourceProviderPullRequest
- getAuthor() - Method in class org.azd.git.types.GitCommit
- getAuthor() - Method in class org.azd.git.types.GitCommitRef
- getAuthor() - Method in class org.azd.git.types.GitCommitsBatch
- getAuthor() - Method in class org.azd.git.types.LastMergeCommit
- getAuthoredBy() - Method in class org.azd.build.types.BuildDefinition
- getAuthorization() - Method in class org.azd.distributedtask.types.TaskAgent
- getAuthorization() - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- getAuthorizationEndpoint(String, String, String, String) - Static method in class org.azd.oauth.OAuthApi
-
Generate the authorization endpoint with client id, state, scope and redirection url.
- getAuthorizationUrl() - Method in class org.azd.distributedtask.types.TaskAgentAuthorization
- getAuthorizedDate() - Method in class org.azd.workitemtracking.types.WorkItemAttributes
- getAutoCompleteIgnoreConfigIds() - Method in class org.azd.git.types.GitPullRequestCompletionOptions
- getAutoCompleteSetBy() - Method in class org.azd.git.types.GitPullRequest
- getAutoLinkWorkItems() - Method in class org.azd.release.types.EnvironmentOptions
- getAutomated() - Method in class org.azd.test.types.RunCreateModel
- getAutoTriggeredAndPreviousEnvironmentApprovedCanBeSkipped() - Method in class org.azd.release.types.ApprovalOptions
- getAvailable() - Method in class org.azd.build.types.ControllerStatus
- getAvailable() - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- getAvailableAccessLevels() - Method in class org.azd.memberentitlementmanagement.types.UsersSummary
- getAvatar() - Method in class org.azd.common.types.ReferenceLinks
- getBadge() - Method in class org.azd.build.types.BuildDefinitionReferenceLinks
- getBadge() - Method in class org.azd.build.types.BuildReferenceLinks
- getBadge() - Method in class org.azd.common.types.ReferenceLinks
- getBadgeEnabled() - Method in class org.azd.build.types.BuildDefinition
- getBadgeEnabled() - Method in class org.azd.release.types.EnvironmentOptions
- getBadgesEnabled() - Method in class org.azd.feedmanagement.types.Feed
- getBadgeUrl() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getBaseUri() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getBehavior() - Method in class org.azd.extensionmanagement.types.LicensingOverride
- getBit() - Method in class org.azd.security.types.SecurityNamespaceAction
- getBlob(String, String) - Method in class org.azd.git.GitApi
-
Get a single blob.
- getBlob(String, String) - Method in interface org.azd.interfaces.GitDetails
- getBlob(String, String, String, boolean) - Method in class org.azd.git.GitApi
-
Get a single blob.
- getBlob(String, String, String, boolean) - Method in interface org.azd.interfaces.GitDetails
- getBlobContent(String, String, boolean, String, boolean) - Method in class org.azd.git.GitApi
-
Get a single blob content.
- getBlobContent(String, String, boolean, String, boolean) - Method in interface org.azd.interfaces.GitDetails
- getBlobContentAsStream(String, String, boolean, String, boolean) - Method in class org.azd.git.GitApi
-
Get a single blob content as input stream.
- getBlobContentAsStream(String, String, boolean, String, boolean) - Method in interface org.azd.interfaces.GitDetails
- getBlobContentAsZip(String, String, boolean, String, boolean) - Method in class org.azd.git.GitApi
-
Get a single blob as zip of input stream.
- getBlobContentAsZip(String, String, boolean, String, boolean) - Method in interface org.azd.interfaces.GitDetails
- getBlobsZip(String, String, List<String>) - Method in class org.azd.git.GitApi
-
Gets one or more blobs in a zip file download.
- getBlobsZip(String, String, List<String>) - Method in interface org.azd.interfaces.GitDetails
- getBlobsZip(String, List<String>) - Method in class org.azd.git.GitApi
-
Gets one or more blobs in a zip file download.
- getBlobsZip(String, List<String>) - Method in interface org.azd.interfaces.GitDetails
- getBranch(String, String) - Method in class org.azd.git.GitApi
-
Get a specific branch from a repository.
- getBranch(String, String) - Method in interface org.azd.interfaces.GitDetails
- getBranches() - Method in class org.azd.build.types.RetentionPolicy
- getBranches() - Method in class org.azd.build.types.SourceProvideBranches
- getBranches(String) - Method in class org.azd.git.GitApi
-
Get the branches from a repository.
- getBranches(String) - Method in interface org.azd.interfaces.GitDetails
- getBranches(String, String, String) - Method in class org.azd.build.BuildApi
-
Gets a list of branches for the given source code repository.
- getBranches(String, String, String) - Method in interface org.azd.interfaces.BuildDetails
- getBranches(String, String, String, String) - Method in class org.azd.build.BuildApi
-
Gets a list of branches for the given source code repository.
- getBranches(String, String, String, String) - Method in interface org.azd.interfaces.BuildDetails
- getBranchesUrl() - Method in class org.azd.build.types.SourceRepositoryProperties
- getBranchFilters() - Method in class org.azd.build.types.Inputs
- getBranchFilters() - Method in class org.azd.build.types.Triggers
- getBranchName() - Method in class org.azd.test.types.BuildConfiguration
- getBuild() - Method in class org.azd.test.types.RunCreateModel
- getBuild() - Method in class org.azd.test.types.TestRun
- getBuild(int) - Method in class org.azd.build.BuildApi
-
Gets a build
- getBuild(int) - Method in interface org.azd.interfaces.BuildDetails
- getBuildApi() - Method in interface org.azd.interfaces.AzDClient
- getBuildApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of Build Api
- getBuildArtifacts() - Method in class org.azd.build.types.BuildArtifacts
- getBuildChanges() - Method in class org.azd.build.types.BuildChanges
- getBuildChanges(int) - Method in class org.azd.build.BuildApi
-
Gets the changes associated with a build
- getBuildChanges(int) - Method in interface org.azd.interfaces.BuildDetails
- getBuildChanges(int, int, String, boolean) - Method in class org.azd.build.BuildApi
-
Gets the changes associated with a build
- getBuildChanges(int, int, String, boolean) - Method in interface org.azd.interfaces.BuildDetails
- getBuildConfiguration() - Method in class org.azd.test.types.TestRun
- getBuildController(int) - Method in class org.azd.build.BuildApi
-
Gets a controller
- getBuildController(int) - Method in interface org.azd.interfaces.BuildDetails
- getBuildControllers() - Method in class org.azd.build.BuildApi
-
Gets controllers
- getBuildControllers() - Method in interface org.azd.interfaces.BuildDetails
- getBuildControllers(String) - Method in class org.azd.build.BuildApi
-
Gets controller, optionally filtered by name
- getBuildControllers(String) - Method in interface org.azd.interfaces.BuildDetails
- getBuildDefinition(int) - Method in class org.azd.build.BuildApi
-
Gets a definition
- getBuildDefinition(int) - Method in interface org.azd.interfaces.BuildDetails
- getBuildDefinition(int, boolean, String, int) - Method in class org.azd.build.BuildApi
-
Gets a definition, optionally at a specific revision.
- getBuildDefinition(int, boolean, String, int) - Method in interface org.azd.interfaces.BuildDetails
- getBuildDefinitionId() - Method in class org.azd.test.types.BuildConfiguration
- getBuildDefinitionRevision() - Method in class org.azd.build.types.BuildDefinitionRevisions
- getBuildDefinitionRevisions(int) - Method in class org.azd.build.BuildApi
-
Gets all revisions of a definition.
- getBuildDefinitionRevisions(int) - Method in interface org.azd.interfaces.BuildDetails
- getBuildDefinitions() - Method in class org.azd.build.BuildApi
-
Gets a list of definitions.
- getBuildDefinitions() - Method in class org.azd.build.types.BuildDefinitions
- getBuildDefinitions() - Method in interface org.azd.interfaces.BuildDetails
- getBuildDefinitions(boolean, boolean) - Method in class org.azd.build.BuildApi
-
Gets a list of definitions.
- getBuildDefinitions(boolean, boolean) - Method in interface org.azd.interfaces.BuildDetails
- getBuildDefinitions(int) - Method in class org.azd.build.BuildApi
-
Gets a list of definitions.
- getBuildDefinitions(int) - Method in interface org.azd.interfaces.BuildDetails
- getBuildDefinitions(int[]) - Method in class org.azd.build.BuildApi
-
Gets a list of definitions.
- getBuildDefinitions(int[]) - Method in interface org.azd.interfaces.BuildDetails
- getBuildDefinitions(String) - Method in class org.azd.build.BuildApi
-
Gets a list of definitions.
- getBuildDefinitions(String) - Method in interface org.azd.interfaces.BuildDetails
- getBuildDefinitions(String, String, boolean, boolean, String, String, String, int, String, String, String, String, String) - Method in class org.azd.build.BuildApi
-
Gets a list of definitions.
- getBuildDefinitions(String, String, boolean, boolean, String, String, String, int, String, String, String, String, String) - Method in interface org.azd.interfaces.BuildDetails
- getBuildDropLocation() - Method in class org.azd.test.types.RunCreateModel
- getBuilder(String, String) - Static method in class org.azd.utils.BaseRestClient
-
Helper method to create the request with request url and access token.
- getBuildFlavor() - Method in class org.azd.test.types.RunCreateModel
- getBuildLog(int, int) - Method in class org.azd.build.BuildApi
-
Gets an individual log file for a build.
- getBuildLog(int, int) - Method in interface org.azd.interfaces.BuildDetails
- getBuildLog(int, int, long, long) - Method in class org.azd.build.BuildApi
-
Gets an individual log file for a build.
- getBuildLog(int, int, long, long) - Method in interface org.azd.interfaces.BuildDetails
- getBuildLogs() - Method in class org.azd.build.types.BuildLogs
- getBuildLogs(int) - Method in class org.azd.build.BuildApi
-
Gets the logs for a build.
- getBuildLogs(int) - Method in interface org.azd.interfaces.BuildDetails
- getBuildNumber() - Method in class org.azd.build.types.Build
- getBuildNumberFormat() - Method in class org.azd.build.types.BuildDefinition
- getBuildNumberRevision() - Method in class org.azd.build.types.Build
- getBuildPlatform() - Method in class org.azd.test.types.RunCreateModel
- getBuildReference() - Method in class org.azd.test.types.RunCreateModel
- getBuildResults() - Method in class org.azd.build.types.Builds
- getBuilds() - Method in class org.azd.build.BuildApi
-
Gets a list of builds.
- getBuilds() - Method in interface org.azd.interfaces.BuildDetails
- getBuilds(int) - Method in class org.azd.build.BuildApi
-
Gets a list of builds.
- getBuilds(int) - Method in interface org.azd.interfaces.BuildDetails
- getBuilds(int[]) - Method in class org.azd.build.BuildApi
-
Gets a list of builds.
- getBuilds(int[]) - Method in interface org.azd.interfaces.BuildDetails
- getBuilds(int, String, String, String, int[], String, int, String, String, String[], String, int[], String, String, String, String, String, String, String) - Method in class org.azd.build.BuildApi
-
Gets a list of builds.
- getBuilds(int, String, String, String, int[], String, int, String, String, String[], String, int[], String, String, String, String, String, String, String) - Method in interface org.azd.interfaces.BuildDetails
- getBuildSystem() - Method in class org.azd.test.types.BuildConfiguration
- getBuildTags(int) - Method in class org.azd.build.BuildApi
-
Gets the tags for a build.
- getBuildTags(int) - Method in interface org.azd.interfaces.BuildDetails
- getBuildWorkItems() - Method in class org.azd.build.types.BuildWorkItems
- getBuildWorkItems(int) - Method in class org.azd.build.BuildApi
-
Gets the work items associated with a build.
- getBuildWorkItems(int) - Method in interface org.azd.interfaces.BuildDetails
- getBuildWorkItems(int, int) - Method in class org.azd.build.BuildApi
-
Gets the work items associated with a build.
- getBuildWorkItems(int, int) - Method in interface org.azd.interfaces.BuildDetails
- getBypassPolicy() - Method in class org.azd.git.types.GitPullRequestCompletionOptions
- getBypassReason() - Method in class org.azd.git.types.GitPullRequestCompletionOptions
- getCallbackContextTemplate() - Method in class org.azd.build.types.DataSourceBindingBase
- getCallbackContextTemplate() - Method in class org.azd.release.types.DataSourceBindingBase
- getCallbackRequiredTemplate() - Method in class org.azd.build.types.DataSourceBindingBase
- getCallbackRequiredTemplate() - Method in class org.azd.release.types.DataSourceBindingBase
- getCanSortBy() - Method in class org.azd.workitemtracking.types.WorkItemField
- getCapabilities() - Method in class org.azd.core.types.Project
- getCapabilities() - Method in class org.azd.feedmanagement.types.Feed
- getCategory() - Method in class org.azd.build.types.Issue
- getCategory() - Method in class org.azd.workitemtracking.types.WorkItemStateColor
- getChangeCounts() - Method in class org.azd.git.types.GitCommit
- getChangeCounts() - Method in class org.azd.git.types.GitCommitChanges
- getChangeCounts() - Method in class org.azd.git.types.GitCommitRef
- getChangedBy() - Method in class org.azd.build.types.BuildDefinitionRevision
- getChangedBy() - Method in class org.azd.release.types.ReleaseApprovalHistory
- getChangedBy() - Method in class org.azd.release.types.ReleaseDefinitionRevision
- getChangedDate() - Method in class org.azd.build.types.BuildDefinitionRevision
- getChangedDate() - Method in class org.azd.release.types.ReleaseDefinitionRevision
- getChangedDate() - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- getChangeId() - Method in class org.azd.build.types.Timeline
- getChangeId() - Method in class org.azd.build.types.TimelineRecord
- getChangeId() - Method in class org.azd.build.types.TimelineReference
- getChangeId() - Method in class org.azd.git.types.GitChange
- getChanges() - Method in class org.azd.git.types.GitCommit
- getChanges() - Method in class org.azd.git.types.GitCommitChanges
- getChanges() - Method in class org.azd.git.types.GitCommitRef
- getChanges(String, String) - Method in class org.azd.git.GitApi
-
Retrieve changes for a particular commit.
- getChanges(String, String) - Method in interface org.azd.interfaces.GitDetails
- getChanges(String, String, int, int) - Method in class org.azd.git.GitApi
-
Retrieve changes for a particular commit.
- getChanges(String, String, int, int) - Method in interface org.azd.interfaces.GitDetails
- getChangesBetweenBuilds(int, int, int) - Method in class org.azd.build.BuildApi
-
Gets the changes made to the repository between two given builds.
- getChangesBetweenBuilds(int, int, int) - Method in interface org.azd.interfaces.BuildDetails
- getChangeType() - Method in class org.azd.build.types.BuildDefinitionRevision
- getChangeType() - Method in class org.azd.git.types.GitChange
- getChangeType() - Method in class org.azd.release.types.ReleaseDefinitionRevision
- getCheckoutSubmodules() - Method in class org.azd.build.types.BuildRepository
- getChildren() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getClauses() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getClauses() - Method in class org.azd.workitemtracking.types.WorkItemQueryClause
- getClean() - Method in class org.azd.build.types.BuildRepository
- getClean() - Method in class org.azd.build.types.Repository
- getClientId() - Method in class org.azd.distributedtask.types.TaskAgentAuthorization
- getCloneUrl() - Method in class org.azd.build.types.Properties
- getCloneUrl() - Method in class org.azd.build.types.SourceRepositoryProperties
- getClosedBy() - Method in class org.azd.git.types.GitPullRequest
- getClosedDate() - Method in class org.azd.git.types.GitPullRequest
- getCode() - Method in class org.azd.distributedtask.types.TaskAgentUpdateReason
- getCode() - Method in class org.azd.workitemtracking.types.WorkItemDelete
- getCode() - Method in class org.azd.workitemtracking.types.WorkItemDeleteReference
- getCodeReviewId() - Method in class org.azd.git.types.GitPullRequest
- getCollection() - Method in class org.azd.git.types.GitRepositoryRef
- getCollectionId() - Method in class org.azd.git.types.GlobalGitRepositoryKey
- getColor() - Method in class org.azd.workitemtracking.types.WorkItemStateColor
- getColor() - Method in class org.azd.workitemtracking.types.WorkItemType
- getColumns() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getColumns() - Method in class org.azd.workitemtracking.types.WorkItemQueryResult
- getComment() - Method in class org.azd.build.types.BuildDefinition
- getComment() - Method in class org.azd.git.types.GitCommit
- getComment() - Method in class org.azd.git.types.GitCommitRef
- getComment() - Method in class org.azd.git.types.LastMergeCommit
- getComment() - Method in class org.azd.release.types.Release
- getComment() - Method in class org.azd.release.types.ReleaseDefinition
- getComment() - Method in class org.azd.release.types.ReleaseDefinitionRevision
- getComment() - Method in class org.azd.test.types.RunCreateModel
- getComment() - Method in class org.azd.test.types.TestRun
- getComment() - Method in class org.azd.workitemtracking.types.WorkItemAttributes
- getCommentId() - Method in class org.azd.workitemtracking.types.WorkItemCommentVersionRef
- getComments() - Method in class org.azd.release.types.ManualIntervention
- getComments() - Method in class org.azd.release.types.ReleaseApproval
- getComments() - Method in class org.azd.release.types.ReleaseApprovalHistory
- getCommentTruncated() - Method in class org.azd.git.types.GitCommit
- getCommentTruncated() - Method in class org.azd.git.types.GitCommitRef
- getCommentVersionRef() - Method in class org.azd.workitemtracking.types.WorkItemRecycleBinReference
- getCommit(String, String) - Method in class org.azd.git.GitApi
-
Retrieve a particular commit.
- getCommit(String, String) - Method in interface org.azd.interfaces.GitDetails
- getCommit(String, String, int) - Method in class org.azd.git.GitApi
-
Retrieve a particular commit.
- getCommit(String, String, int) - Method in interface org.azd.interfaces.GitDetails
- getCommitId() - Method in class org.azd.git.types.GitCommit
- getCommitId() - Method in class org.azd.git.types.GitCommitRef
- getCommitId() - Method in class org.azd.git.types.GitItem
- getCommitId() - Method in class org.azd.git.types.LastMergeCommit
- getCommitId() - Method in class org.azd.git.types.LastMergeSourceCommit
- getCommitId() - Method in class org.azd.git.types.LastMergeTargetCommit
- getCommits() - Method in class org.azd.git.types.GitCommits
- getCommits() - Method in class org.azd.git.types.GitPullRequest
- getCommits() - Method in class org.azd.git.types.GitPush
- getCommits(String) - Method in class org.azd.git.GitApi
-
Retrieve git commits for a project.
- getCommits(String) - Method in interface org.azd.interfaces.GitDetails
- getCommits(String, int) - Method in class org.azd.git.GitApi
-
Retrieve git commits for a project.
- getCommits(String, int) - Method in interface org.azd.interfaces.GitDetails
- getCommits(String, int, int, String, String, GitVersionOptions, GitVersionType, boolean, String, String, String, String, GitHistoryMode, List<String>, boolean, boolean, boolean, boolean, String, boolean, String, String, GitVersionOptions, GitVersionType) - Method in class org.azd.git.GitApi
-
Retrieve git commits for a project.
- getCommits(String, int, int, String, String, GitVersionOptions, GitVersionType, boolean, String, String, String, String, GitHistoryMode, List<String>, boolean, boolean, boolean, boolean, String, boolean, String, String, GitVersionOptions, GitVersionType) - Method in interface org.azd.interfaces.GitDetails
- getCommits(String, List<String>) - Method in class org.azd.git.GitApi
-
Retrieve git commits for a project.
- getCommits(String, List<String>) - Method in interface org.azd.interfaces.GitDetails
- getCommitsBatch(String, GitCommitsBatch) - Method in class org.azd.git.GitApi
-
Retrieve git commits for a project matching the search criteria.
- getCommitsBatch(String, GitCommitsBatch) - Method in interface org.azd.interfaces.GitDetails
- getCommitter() - Method in class org.azd.git.types.GitCommit
- getCommitter() - Method in class org.azd.git.types.GitCommitRef
- getCommitter() - Method in class org.azd.git.types.LastMergeCommit
- getCompareVersion() - Method in class org.azd.git.types.GitCommitsBatch
- getCompleteDate() - Method in class org.azd.test.types.RunCreateModel
- getCompletedDate() - Method in class org.azd.test.types.TestRun
- getCompletionOptions() - Method in class org.azd.git.types.GitPullRequest
- getCompletionQueueTime() - Method in class org.azd.git.types.GitPullRequest
- getConcurrencyCount() - Method in class org.azd.release.types.EnvironmentExecutionPolicy
- getCondition() - Method in class org.azd.build.types.Phases
- getCondition() - Method in class org.azd.build.types.Steps
- getCondition() - Method in class org.azd.release.types.WorkflowTask
- getConditions() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getConditions() - Method in class org.azd.release.types.ReleaseEnvironment
- getConditionType() - Method in class org.azd.release.types.Condition
- getConditionType() - Method in class org.azd.release.types.ReleaseCondition
- getConfiguration() - Method in class org.azd.pipelines.types.Pipeline
- getConfigurationIds() - Method in class org.azd.test.types.RunCreateModel
- getConflictAuthorshipCommits() - Method in class org.azd.git.types.GitPullRequestMergeOptions
- getConnectedServiceId() - Method in class org.azd.build.types.SourceRepositoryProperties
- getConnection() - Method in class org.azd.utils.AzDClientApi
- getConstraints() - Method in class org.azd.extensionmanagement.types.Contribution
- getConstraints() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getConsumerActionId() - Method in class org.azd.servicehooks.types.ServiceHooks
- getConsumerActionId() - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- getConsumerId() - Method in class org.azd.servicehooks.types.ServiceHooks
- getConsumerId() - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- getConsumerInputs() - Method in class org.azd.servicehooks.types.ServiceHooks
- getConsumerInputs() - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- getContainer() - Method in class org.azd.graph.types.MembershipReferenceLinks
- getContainerDescriptor() - Method in class org.azd.graph.types.GraphMembership
- getContent() - Method in class org.azd.git.types.GitItem
- getContent() - Method in class org.azd.git.types.ItemContent
- getContent() - Method in class org.azd.wiki.types.WikiPage
- getContent() - Method in class org.azd.wiki.types.WikiPageContent
- getContentMetadata() - Method in class org.azd.git.types.GitItem
- getContentType() - Method in class org.azd.git.types.FileContentMetadata
- getContentType() - Method in class org.azd.git.types.ItemContent
- getContext() - Method in class org.azd.git.types.GitStatus
- getContinuationToken() - Method in class org.azd.build.types.SourceRepositories
- getContinueOnError() - Method in class org.azd.release.types.WorkflowTask
- getContributions() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getContributionTypes() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getController() - Method in class org.azd.build.types.Build
- getController() - Method in class org.azd.test.types.RunCreateModel
- getController() - Method in class org.azd.test.types.TestRun
- getCoreApi() - Method in interface org.azd.interfaces.AzDClient
- getCoreApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of Core Api
- getCoreRevision() - Method in class org.azd.accounts.types.Profile
- getCount() - Method in class org.azd.accounts.types.PropertiesCollection
- getCount() - Method in class org.azd.build.types.PropertiesCollection
- getCount() - Method in class org.azd.distributedtask.types.PropertiesCollection
- getCount() - Method in class org.azd.test.types.RunStatistic
- getCount() - Method in class org.azd.wiki.types.WikiPageStat
- getCount() - Method in class org.azd.workitemtracking.types.QueryHierarchyItemsResult
- getCreatedBy() - Method in class org.azd.accounts.types.Account
- getCreatedBy() - Method in class org.azd.build.types.Folder
- getCreatedBy() - Method in class org.azd.distributedtask.types.EnvironmentInstance
- getCreatedBy() - Method in class org.azd.distributedtask.types.VariableGroup
- getCreatedBy() - Method in class org.azd.git.types.GitPullRequest
- getCreatedBy() - Method in class org.azd.git.types.GitStatus
- getCreatedBy() - Method in class org.azd.policy.types.PolicyConfiguration
- getCreatedBy() - Method in class org.azd.release.types.Release
- getCreatedBy() - Method in class org.azd.release.types.ReleaseDefinition
- getCreatedBy() - Method in class org.azd.release.types.ReleaseReference
- getCreatedBy() - Method in class org.azd.release.types.VariableGroup
- getCreatedBy() - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- getCreatedBy() - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- getCreatedBy() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getCreatedDate() - Method in class org.azd.build.types.BuildController
- getCreatedDate() - Method in class org.azd.build.types.BuildDefinition
- getCreatedDate() - Method in class org.azd.build.types.DefinitionReference
- getCreatedDate() - Method in class org.azd.git.types.GitDeletedRepository
- getCreatedDate() - Method in class org.azd.pipelines.types.PipelineRun
- getCreatedDate() - Method in class org.azd.policy.types.PolicyConfiguration
- getCreatedDate() - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- getCreatedDate() - Method in class org.azd.test.types.TestRun
- getCreatedDate() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getCreatedFor() - Method in class org.azd.release.types.Release
- getCreatedInRevision() - Method in class org.azd.workitemtracking.types.WorkItemCommentVersionRef
- getCreatedOn() - Method in class org.azd.build.types.BuildLog
- getCreatedOn() - Method in class org.azd.build.types.Folder
- getCreatedOn() - Method in class org.azd.distributedtask.types.EnvironmentInstance
- getCreatedOn() - Method in class org.azd.distributedtask.types.TaskAgent
- getCreatedOn() - Method in class org.azd.distributedtask.types.VariableGroup
- getCreatedOn() - Method in class org.azd.pipelines.types.PipelineLog
- getCreatedOn() - Method in class org.azd.release.types.ManualIntervention
- getCreatedOn() - Method in class org.azd.release.types.Release
- getCreatedOn() - Method in class org.azd.release.types.ReleaseApproval
- getCreatedOn() - Method in class org.azd.release.types.ReleaseApprovalHistory
- getCreatedOn() - Method in class org.azd.release.types.ReleaseDefinition
- getCreatedOn() - Method in class org.azd.release.types.ReleaseEnvironment
- getCreatedOn() - Method in class org.azd.release.types.ReleaseReference
- getCreatedOn() - Method in class org.azd.release.types.VariableGroup
- getCreationDate() - Method in class org.azd.git.types.GitPullRequest
- getCreationDate() - Method in class org.azd.git.types.GitStatus
- getCreationDate() - Method in class org.azd.test.types.BuildConfiguration
- getCreationDate() - Method in class org.azd.test.types.ReleaseReference
- getCreator() - Method in class org.azd.git.types.GitForkRef
- getCreator() - Method in class org.azd.git.types.GitRef
- getCsmContent() - Method in class org.azd.test.types.DtlEnvironmentDetails
- getCsmParameters() - Method in class org.azd.test.types.DtlEnvironmentDetails
- getCurrentOperation() - Method in class org.azd.build.types.TimelineRecord
- getCurrentRelease() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getCurrentState() - Method in class org.azd.build.types.SourceProviderPullRequest
- getCurrentState() - Method in class org.azd.distributedtask.types.TaskAgentUpdate
- getCustomFields() - Method in class org.azd.test.types.TestRun
- getCustomMessage() - Method in class org.azd.git.types.GitRefUpdateResult
- getCustomTestFields() - Method in class org.azd.test.types.RunCreateModel
- getData() - Method in class org.azd.build.types.ArtifactResource
- getData() - Method in class org.azd.build.types.Issue
- getData() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getData() - Method in class org.azd.release.types.Issue
- getData() - Method in class org.azd.release.types.Issues
- getData() - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- getDataProviders() - Method in class org.azd.accounts.types.Organizations
- getDataSourceBindings() - Method in class org.azd.build.types.ProcessParameters
- getDataSourceBindings() - Method in class org.azd.release.types.ProcessParameters
- getDataSourceName() - Method in class org.azd.build.types.DataSourceBindingBase
- getDataSourceName() - Method in class org.azd.release.types.DataSourceBindingBase
- getDataspaceCategory() - Method in class org.azd.security.types.SecurityNamespace
- getDate() - Method in class org.azd.build.types.BuildMetric
- getDate() - Method in class org.azd.git.types.Committer
- getDate() - Method in class org.azd.git.types.GitPush
- getDate() - Method in class org.azd.git.types.GitPushRef
- getDate() - Method in class org.azd.git.types.GitUserDate
- getDateCreated() - Method in class org.azd.memberentitlementmanagement.types.UserEntitlement
- getDay() - Method in class org.azd.wiki.types.WikiPageStat
- getDaysToKeep() - Method in class org.azd.build.types.RetentionPolicy
- getDaysToKeep() - Method in class org.azd.release.types.EnvironmentRetentionPolicy
- getDaysToRelease() - Method in class org.azd.release.types.ReleaseSchedule
- getDefaultAccessLevel() - Method in class org.azd.memberentitlementmanagement.types.UsersSummary
- getDefaultBranch() - Method in class org.azd.build.types.BuildRepository
- getDefaultBranch() - Method in class org.azd.build.types.Properties
- getDefaultBranch() - Method in class org.azd.build.types.SourceRepository
- getDefaultBranch() - Method in class org.azd.build.types.SourceRepositoryProperties
- getDefaultBranch() - Method in class org.azd.git.types.GitRepository
- getDefaultByteArraySize() - Static method in class org.azd.helpers.StreamHelper
-
Returns the default byte array size
- getDefaultPollingInterval() - Method in class org.azd.build.types.SupportedTrigger
- getDefaultTeam() - Method in class org.azd.core.types.Project
- getDefaultTeamImageUrl() - Method in class org.azd.build.types.TeamProjectReference
- getDefaultTeamImageUrl() - Method in class org.azd.core.types.TeamProjectReference
- getDefaultTeamImageUrl() - Method in class org.azd.git.types.TeamProjectReference
- getDefaultValue() - Method in class org.azd.build.types.TaskInputDefinitionBase
- getDefaultValue() - Method in class org.azd.release.types.TaskInputDefinitionBase
- getDefaultValue() - Method in class org.azd.workitemtracking.types.WorkItemTypeFieldInstance
- getDefaultViewId() - Method in class org.azd.feedmanagement.types.Feed
- getDefinition() - Method in class org.azd.build.types.Build
- getDefinition() - Method in class org.azd.build.types.BuildOption
- getDefinition() - Method in class org.azd.build.types.Options
- getDefinition() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getDefinitionEnvironmentId() - Method in class org.azd.release.types.EnvironmentTrigger
- getDefinitionEnvironmentId() - Method in class org.azd.release.types.ReleaseEnvironment
- getDefinitionId() - Method in class org.azd.release.types.ReleaseDefinitionRevision
- getDefinitionId() - Method in class org.azd.test.types.ReleaseReference
- getDefinitionReference() - Method in class org.azd.release.types.Artifact
- getDefinitionReference() - Method in class org.azd.release.types.ReleaseArtifacts
- getDefinitionSnapshotRevision() - Method in class org.azd.release.types.Release
- getDefinitionTags(int) - Method in class org.azd.build.BuildApi
-
Gets the tags for a definition.
- getDefinitionTags(int) - Method in interface org.azd.interfaces.BuildDetails
- getDefinitionTags(int, int) - Method in class org.azd.build.BuildApi
-
Gets the tags for a definition.
- getDefinitionTags(int, int) - Method in interface org.azd.interfaces.BuildDetails
- getDefinitionType() - Method in class org.azd.build.types.Task
- getDefinitionType() - Method in class org.azd.release.types.WorkflowTask
- getDefinitionUrl() - Method in class org.azd.build.types.BuildDefinitionRevision
- getDefinitionUrl() - Method in class org.azd.release.types.ReleaseDefinitionRevision
- getDeleteBuildRecord() - Method in class org.azd.build.types.RetentionPolicy
- getDeleted() - Method in class org.azd.build.types.Build
- getDeletedBy() - Method in class org.azd.build.types.Build
- getDeletedBy() - Method in class org.azd.git.types.GitDeletedRepository
- getDeletedBy() - Method in class org.azd.workitemtracking.types.WorkItemDelete
- getDeletedBy() - Method in class org.azd.workitemtracking.types.WorkItemDeleteReference
- getDeletedDate() - Method in class org.azd.build.types.Build
- getDeletedDate() - Method in class org.azd.feedmanagement.types.Feed
- getDeletedDate() - Method in class org.azd.feedmanagement.types.UpstreamSource
- getDeletedDate() - Method in class org.azd.git.types.GitDeletedRepository
- getDeletedDate() - Method in class org.azd.maven.types.MavenPackageVersionDeletionState
- getDeletedDate() - Method in class org.azd.maven.types.Package
- getDeletedDate() - Method in class org.azd.upack.types.Package
- getDeletedDate() - Method in class org.azd.upack.types.UPackPackageVersionDeletionState
- getDeletedDate() - Method in class org.azd.workitemtracking.types.WorkItemDelete
- getDeletedDate() - Method in class org.azd.workitemtracking.types.WorkItemDeleteReference
- getDeletedReason() - Method in class org.azd.build.types.Build
- getDeletedRepositories() - Method in class org.azd.git.GitApi
-
Retrieve deleted git repositories.
- getDeletedRepositories() - Method in interface org.azd.interfaces.GitDetails
- getDeletedWorkItemsFromRecycleBin() - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getDeletedWorkItemsFromRecycleBin() - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Gets a list of the IDs and the URLs of the deleted the work items in the Recycle Bin.
- getDeletedWorkItemsFromRecycleBin(int[]) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getDeletedWorkItemsFromRecycleBin(int[]) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Gets the work items from the recycle bin, whose IDs have been specified in the parameters
- getDeleteSourceBranch() - Method in class org.azd.git.types.GitPullRequestCompletionOptions
- getDeleteTestResults() - Method in class org.azd.build.types.RetentionPolicy
- getDemands() - Method in class org.azd.build.types.Build
- getDemands() - Method in class org.azd.build.types.BuildDefinition
- getDemands() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getDemands() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getDemands() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getDeny() - Method in class org.azd.security.types.ACE
- getDependentFields() - Method in class org.azd.workitemtracking.types.WorkItemTypeFieldInstance
- getDeploymentGroup(int) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get a deployment group by its ID.
- getDeploymentGroup(int) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getDeploymentGroup(int, DeploymentGroupExpands, DeploymentGroupActionFilter) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get a deployment group by its ID.
- getDeploymentGroup(int, DeploymentGroupExpands, DeploymentGroupActionFilter) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getDeploymentGroups() - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get a list of deployment groups by name or IDs.
- getDeploymentGroups() - Method in class org.azd.distributedtask.types.DeploymentGroups
- getDeploymentGroups() - Method in interface org.azd.interfaces.DistributedTaskDetails
- getDeploymentGroups(int) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get a list of deployment groups by name or IDs.
- getDeploymentGroups(int) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getDeploymentGroups(int[]) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get a list of deployment groups by name or IDs.
- getDeploymentGroups(int[]) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getDeploymentGroups(String) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get a list of deployment groups by name or IDs.
- getDeploymentGroups(String) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getDeploymentGroups(DeploymentGroupExpands) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get a list of deployment groups by name or IDs.
- getDeploymentGroups(DeploymentGroupExpands) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getDeploymentGroups(DeploymentGroupExpands, int, DeploymentGroupActionFilter, String, int[], String) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get a list of deployment groups by name or IDs.
- getDeploymentGroups(DeploymentGroupExpands, int, DeploymentGroupActionFilter, String, int[], String) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getDeploymentId() - Method in class org.azd.release.types.DeploymentAttempt
- getDeploymentInput() - Method in class org.azd.release.types.DeployPhase
- getDeploymentJobs() - Method in class org.azd.release.types.ReleaseDeployPhase
- getDeploymentJobs() - Method in class org.azd.release.types.ReleaseGates
- getDeployPhases() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getDeployPhasesSnapshot() - Method in class org.azd.release.types.ReleaseEnvironment
- getDeployStep() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getDeploySteps() - Method in class org.azd.release.types.ReleaseEnvironment
- getDescription() - Method in class org.azd.build.types.BuildController
- getDescription() - Method in class org.azd.build.types.BuildDefinition
- getDescription() - Method in class org.azd.build.types.Folder
- getDescription() - Method in class org.azd.build.types.SourceProviderPullRequest
- getDescription() - Method in class org.azd.build.types.TeamProjectReference
- getDescription() - Method in class org.azd.build.types.VariableGroup
- getDescription() - Method in class org.azd.core.types.Process
- getDescription() - Method in class org.azd.core.types.Project
- getDescription() - Method in class org.azd.core.types.Team
- getDescription() - Method in class org.azd.core.types.TeamProjectReference
- getDescription() - Method in class org.azd.core.types.WebApiTeam
- getDescription() - Method in class org.azd.distributedtask.types.DeploymentGroup
- getDescription() - Method in class org.azd.distributedtask.types.EnvironmentInstance
- getDescription() - Method in class org.azd.distributedtask.types.VariableGroup
- getDescription() - Method in class org.azd.distributedtask.types.VariableGroupDefinition
- getDescription() - Method in class org.azd.distributedtask.types.VariableGroupProjectReference
- getDescription() - Method in class org.azd.extensionmanagement.types.Contribution
- getDescription() - Method in class org.azd.extensionmanagement.types.ContributionPropertyDescription
- getDescription() - Method in class org.azd.extensionmanagement.types.ContributionType
- getDescription() - Method in class org.azd.feedmanagement.types.Feed
- getDescription() - Method in class org.azd.git.types.GitPullRequest
- getDescription() - Method in class org.azd.git.types.GitStatus
- getDescription() - Method in class org.azd.git.types.TeamProjectReference
- getDescription() - Method in class org.azd.graph.types.GraphGroup
- getDescription() - Method in class org.azd.graph.types.SubjectLookup
- getDescription() - Method in class org.azd.policy.types.PolicyType
- getDescription() - Method in class org.azd.release.types.Release
- getDescription() - Method in class org.azd.release.types.ReleaseDefinition
- getDescription() - Method in class org.azd.release.types.ReleaseReference
- getDescription() - Method in class org.azd.release.types.VariableGroup
- getDescription() - Method in class org.azd.release.types.VariableGroupProjectReference
- getDescription() - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- getDescription() - Method in class org.azd.serviceendpoint.types.ServiceEndpointProjectReference
- getDescription() - Method in class org.azd.workitemtracking.types.WorkItemField
- getDescription() - Method in class org.azd.workitemtracking.types.WorkItemType
- getDescriptor() - Method in class org.azd.build.types.RequestedFor
- getDescriptor() - Method in class org.azd.common.types.Author
- getDescriptor() - Method in class org.azd.git.types.IdentityRefWithVote
- getDescriptor() - Method in class org.azd.graph.types.GraphEntity
- getDescriptor() - Method in class org.azd.security.types.ACE
- getDescriptor() - Method in class org.azd.security.types.Identity
- getDescriptor(String) - Method in class org.azd.graph.GraphApi
-
Resolve a storage key to a descriptor Refer to REST API documentation on descriptors
- getDescriptor(String) - Method in interface org.azd.interfaces.GraphDetails
- getDetailedStatus() - Method in class org.azd.git.types.GitForkSyncRequest
- getDetails() - Method in class org.azd.build.types.TimelineRecord
- getDetectRenameFalsePositives() - Method in class org.azd.git.types.GitPullRequestMergeOptions
- getDirectoryAlias() - Method in class org.azd.git.types.IdentityRefWithVote
- getDirectoryAlias() - Method in class org.azd.graph.types.GraphUser
- getDisabled() - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- getDisableRenames() - Method in class org.azd.git.types.GitPullRequestMergeOptions
- getDisplayLocation() - Method in class org.azd.feedmanagement.types.UpstreamSource
- getDisplayLocation() - Method in class org.azd.maven.types.UpstreamSourceInfo
- getDisplayName() - Method in class org.azd.accounts.types.Profile
- getDisplayName() - Method in class org.azd.build.types.RequestedFor
- getDisplayName() - Method in class org.azd.build.types.Steps
- getDisplayName() - Method in class org.azd.common.types.Author
- getDisplayName() - Method in class org.azd.feedmanagement.types.FeedPermission
- getDisplayName() - Method in class org.azd.git.types.IdentityRefWithVote
- getDisplayName() - Method in class org.azd.git.types.Reviewers
- getDisplayName() - Method in class org.azd.graph.types.GraphEntity
- getDisplayName() - Method in class org.azd.memberentitlementmanagement.types.Group
- getDisplayName() - Method in class org.azd.policy.types.PolicyType
- getDisplayName() - Method in class org.azd.policy.types.PolicyTypeRef
- getDisplayName() - Method in class org.azd.security.types.SecurityNamespace
- getDisplayName() - Method in class org.azd.security.types.SecurityNamespaceAction
- getDistributedTaskApi() - Method in interface org.azd.interfaces.AzDClient
- getDistributedTaskApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of DistributedTask Api
- getDomain() - Method in class org.azd.graph.types.GraphEntity
- getDoNotRun() - Method in class org.azd.build.types.QueueOptions
- getDownloadUrl() - Method in class org.azd.build.types.ArtifactResource
- getDraftOf() - Method in class org.azd.build.types.BuildDefinition
- getDrafts() - Method in class org.azd.build.types.BuildDefinition
- getDropLocation() - Method in class org.azd.build.types.BuildDefinition
- getDropLocation() - Method in class org.azd.test.types.TestRun
- getDtlAutEnvironment() - Method in class org.azd.test.types.RunCreateModel
- getDtlAutEnvironment() - Method in class org.azd.test.types.TestRun
- getDtlEnvironment() - Method in class org.azd.test.types.TestRun
- getDtlEnvironmentCreationDetails() - Method in class org.azd.test.types.TestRun
- getDtlTestEnvironment() - Method in class org.azd.test.types.RunCreateModel
- getDueDate() - Method in class org.azd.test.types.RunCreateModel
- getDueDate() - Method in class org.azd.test.types.TestRun
- getDuration() - Method in class org.azd.test.types.RunSummaryModel
- getEditor() - Method in class org.azd.build.types.BuildDefinitionReferenceLinks
- getEditor() - Method in class org.azd.common.types.ReferenceLinks
- getEffectiveAllow() - Method in class org.azd.security.types.ACE.ExtendedInfo
- getElementLength() - Method in class org.azd.security.types.SecurityNamespace
- getEmail() - Method in class org.azd.git.types.Committer
- getEmail() - Method in class org.azd.git.types.GitUserDate
- getEmailAddress() - Method in class org.azd.accounts.types.Profile
- getEnabled() - Method in class org.azd.build.types.BuildController
- getEnabled() - Method in class org.azd.build.types.BuildOption
- getEnabled() - Method in class org.azd.distributedtask.types.TaskAgent
- getEnabled() - Method in class org.azd.distributedtask.types.TaskAgentReference
- getEnabled() - Method in class org.azd.release.types.WorkflowTask
- getEncoding() - Method in class org.azd.git.types.FileContentMetadata
- getEndpoint() - Method in class org.azd.build.types.TaskSourceDefinitionBase
- getEndpoint() - Method in class org.azd.release.types.TaskSourceDefinitionBase
- getEndpointId() - Method in class org.azd.build.types.DataSourceBindingBase
- getEndpointId() - Method in class org.azd.release.types.DataSourceBindingBase
- getEndpointUrl() - Method in class org.azd.build.types.DataSourceBindingBase
- getEndpointUrl() - Method in class org.azd.release.types.DataSourceBindingBase
- getEnforceIdentityRevalidation() - Method in class org.azd.release.types.ApprovalOptions
- getEnvironment() - Method in class org.azd.build.types.Steps
- getEnvironment() - Method in class org.azd.release.types.WorkflowTask
- getEnvironment(int) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get an environment by its ID.
- getEnvironment(int) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getEnvironment(int, EnvironmentExpands) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get an environment by its ID.
- getEnvironment(int, EnvironmentExpands) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getEnvironmentCreationDate() - Method in class org.azd.test.types.ReleaseReference
- getEnvironmentDefinitionId() - Method in class org.azd.test.types.ReleaseReference
- getEnvironmentDefinitionName() - Method in class org.azd.test.types.ReleaseReference
- getEnvironmentDetails() - Method in class org.azd.test.types.RunCreateModel
- getEnvironmentId() - Method in class org.azd.test.types.ReleaseReference
- getEnvironmentId() - Method in class org.azd.test.types.TestEnvironment
- getEnvironmentInstances() - Method in class org.azd.distributedtask.types.EnvironmentInstances
- getEnvironmentName() - Method in class org.azd.test.types.ReleaseReference
- getEnvironmentName() - Method in class org.azd.test.types.TestEnvironment
- getEnvironmentOptions() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getEnvironmentOptions() - Method in class org.azd.release.types.ReleaseEnvironment
- getEnvironments() - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get all environments.
- getEnvironments() - Method in interface org.azd.interfaces.DistributedTaskDetails
- getEnvironments() - Method in class org.azd.release.types.Release
- getEnvironments() - Method in class org.azd.release.types.ReleaseDefinition
- getEnvironments(int) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get all environments.
- getEnvironments(int) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getEnvironments(int, String, String) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get all environments.
- getEnvironments(int, String, String) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getEnvironments(String) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get all environments.
- getEnvironments(String) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getEnvironmentTriggers() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getErrorCode() - Method in class org.azd.helpers.ApiException
- getErrorCount() - Method in class org.azd.build.types.TimelineRecord
- getErrorLog() - Method in class org.azd.release.types.ReleaseDeployPhase
- getErrorMessage() - Method in class org.azd.test.types.RunCreateModel
- getErrorMessage() - Method in class org.azd.test.types.TestRun
- getErrors() - Method in class org.azd.memberentitlementmanagement.types.UserEntitlementOperationResult
- geteTag() - Method in class org.azd.wiki.types.WikiAttachment
- geteTag() - Method in class org.azd.wiki.types.WikiPage
- geteTag() - Method in class org.azd.wiki.types.WikiPageContent
- geteTag() - Method in class org.azd.wiki.types.WikiPageDetail
- geteTag() - Method in class org.azd.wiki.types.WikiPageMove
- getEventCallbacks() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getEventDescription() - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- getEventId() - Method in class org.azd.helpers.ApiException
- getEventType() - Method in class org.azd.servicehooks.types.ServiceHooks
- getEventType() - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- getExecutionOrder() - Method in class org.azd.release.types.ApprovalOptions
- getExecutionPolicy() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getExpiresIn() - Method in class org.azd.oauth.types.AuthorizedToken
- getExponent() - Method in class org.azd.distributedtask.types.TaskAgentPublicKey
- getExpression() - Method in class org.azd.build.types.TaskInputValidation
- getExpression() - Method in class org.azd.release.types.TaskInputValidation
- getExtendedInfo() - Method in class org.azd.security.types.ACE
- getExtension() - Method in class org.azd.git.types.FileContentMetadata
- getExtension(String, String) - Method in class org.azd.extensionmanagement.ExtensionManagementApi
-
Get an installed extension by its publisher and extension id.
- getExtension(String, String) - Method in interface org.azd.interfaces.ExtensionManagementDetails
- getExtension(String, String, String[]) - Method in class org.azd.extensionmanagement.ExtensionManagementApi
-
Get an installed extension by its publisher and extension id.
- getExtension(String, String, String[]) - Method in interface org.azd.interfaces.ExtensionManagementDetails
- getExtensionId() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getExtensionManagementApi() - Method in interface org.azd.interfaces.AzDClient
- getExtensionManagementApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of Extension management Api
- getExtensionName() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getExtensions() - Method in class org.azd.extensionmanagement.ExtensionManagementApi
-
List the installed extensions
- getExtensions() - Method in interface org.azd.interfaces.ExtensionManagementDetails
- getExtensionType() - Method in class org.azd.security.types.SecurityNamespace
- getExternalId() - Method in class org.azd.build.types.SourceRepositoryProperties
- getFallbackBaseUri() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getFeatureId() - Method in class org.azd.core.types.ProjectFeature
- getFeatureId() - Method in enum class org.azd.enums.FeatureManagement
- getFeatureState(String, FeatureManagement) - Method in class org.azd.core.CoreApi
-
Call un-published API feature to fetch project service feature state.
- getFeatureState(String, FeatureManagement) - Method in interface org.azd.interfaces.CoreDetails
- getFeed() - Method in class org.azd.common.types.ReferenceLinks
- getFeed() - Method in class org.azd.feedmanagement.types.Feeds
- getFeed(String) - Method in class org.azd.feedmanagement.FeedManagementApi
-
Get the settings for a specific feed.
- getFeed(String) - Method in interface org.azd.interfaces.FeedManagementDetails
- getFeed(String, boolean) - Method in class org.azd.feedmanagement.FeedManagementApi
-
Get the settings for a specific feed.
- getFeed(String, boolean) - Method in interface org.azd.interfaces.FeedManagementDetails
- getFeedManagementApi() - Method in interface org.azd.interfaces.AzDClient
- getFeedManagementApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of FeedManagement Api
- getFeedPermission() - Method in class org.azd.feedmanagement.types.FeedPermissions
- getFeedPermissions(String) - Method in class org.azd.feedmanagement.FeedManagementApi
-
Get the permissions for a feed.
- getFeedPermissions(String) - Method in interface org.azd.interfaces.FeedManagementDetails
- getFeedPermissions(String, boolean, String, boolean, boolean) - Method in class org.azd.feedmanagement.FeedManagementApi
-
Get the permissions for a feed.
- getFeedPermissions(String, boolean, String, boolean, boolean) - Method in interface org.azd.interfaces.FeedManagementDetails
- getFeeds() - Method in class org.azd.feedmanagement.FeedManagementApi
-
Get all feeds in an account where you have the provided role access.
- getFeeds() - Method in interface org.azd.interfaces.FeedManagementDetails
- getFeeds(String, boolean, boolean) - Method in class org.azd.feedmanagement.FeedManagementApi
-
Get all feeds in an account where you have the provided role access.
- getFeeds(String, boolean, boolean) - Method in interface org.azd.interfaces.FeedManagementDetails
- getFeedView() - Method in class org.azd.feedmanagement.types.FeedViews
- getFeedView(String, String) - Method in class org.azd.feedmanagement.FeedManagementApi
-
Get a view by Id.
- getFeedView(String, String) - Method in interface org.azd.interfaces.FeedManagementDetails
- getFeedViews(String) - Method in class org.azd.feedmanagement.FeedManagementApi
-
Get all views for a feed.
- getFeedViews(String) - Method in interface org.azd.interfaces.FeedManagementDetails
- getField() - Method in class org.azd.workitemtracking.types.WorkItemQueryClause
- getField() - Method in class org.azd.workitemtracking.types.WorkItemQuerySortColumn
- getFieldInstances() - Method in class org.azd.workitemtracking.types.WorkItemType
- getFieldName() - Method in class org.azd.test.types.CustomTestField
- getFields() - Method in class org.azd.common.types.ReferenceLinks
- getFields() - Method in class org.azd.workitemtracking.types.WorkItem
- getFields() - Method in class org.azd.workitemtracking.types.WorkItemRecycleBinReference
- getFields() - Method in class org.azd.workitemtracking.types.WorkItemType
- GetFieldsExpand - Enum Class in org.azd.enums
-
Use ExtensionFields to include extension fields, otherwise exclude them.
- getFieldValue() - Method in class org.azd.workitemtracking.types.WorkItemQueryClause
- getFileContents(String, String, String, String, String) - Method in class org.azd.build.BuildApi
-
Gets the contents of a file in the given source code repository.
- getFileContents(String, String, String, String, String) - Method in interface org.azd.interfaces.BuildDetails
- getFileName() - Method in class org.azd.git.types.FileContentMetadata
- getFiles() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getFilter() - Method in class org.azd.test.types.RunCreateModel
- getFilter() - Method in class org.azd.test.types.TestRun
- getFilterOptions() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getFinalYaml() - Method in class org.azd.pipelines.types.PipelineRun
- getFinalYaml() - Method in class org.azd.pipelines.types.PreviewRun
- getFinishDate() - Method in class org.azd.work.types.TeamIterationAttributes
- getFinishedDate() - Method in class org.azd.pipelines.types.PipelineRun
- getFinishTime() - Method in class org.azd.build.types.Build
- getFinishTime() - Method in class org.azd.build.types.TimelineRecord
- getFinishTime() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getFinishTime() - Method in class org.azd.release.types.ReleaseTask
- getFlags() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getFlags() - Method in class org.azd.extensionmanagement.types.InstalledExtensionState
- getFlaky() - Method in class org.azd.test.types.ResultMetadata
- getFlavor() - Method in class org.azd.test.types.BuildConfiguration
- getFolder() - Method in class org.azd.pipelines.types.Pipeline
- getFolder() - Method in class org.azd.pipelines.types.PipelineReference
- getFolders() - Method in class org.azd.build.BuildApi
-
Gets a list of build definition folders.
- getFolders() - Method in class org.azd.build.types.Folders
- getFolders() - Method in interface org.azd.interfaces.BuildDetails
- getForks(String, String, boolean) - Method in class org.azd.git.GitApi
-
Retrieve all forks of a repository in the collection.
- getForks(String, String, boolean) - Method in interface org.azd.interfaces.GitDetails
- getForkSource() - Method in class org.azd.git.types.GitPullRequest
- getForkSyncRequest() - Method in class org.azd.git.types.GitForkSyncRequests
- getForkSyncRequest(String, int, boolean) - Method in class org.azd.git.GitApi
-
Get a specific fork sync operation's details.
- getForkSyncRequest(String, int, boolean) - Method in interface org.azd.interfaces.GitDetails
- getForkSyncRequests(String, boolean, boolean) - Method in class org.azd.git.GitApi
-
Retrieve all requested fork sync operations on this repository.
- getForkSyncRequests(String, boolean, boolean) - Method in interface org.azd.interfaces.GitDetails
- getFormat() - Method in enum class org.azd.security.SecurityToken.Scope
- getFromCommitId() - Method in class org.azd.git.types.GitCommitsBatch
- getFromDate() - Method in class org.azd.git.types.GitCommitsBatch
- getFullName() - Method in class org.azd.build.types.Properties
- getFullName() - Method in class org.azd.build.types.SourceRepository
- getFullName() - Method in class org.azd.build.types.SourceRepositoryProperties
- getFullyQualifiedId() - Method in class org.azd.feedmanagement.types.Feed
- getFullyQualifiedName() - Method in class org.azd.feedmanagement.types.Feed
- getGates() - Method in class org.azd.release.types.ReleaseDefinitionGatesStep
- getGatesOptions() - Method in class org.azd.release.types.ReleaseDefinitionGatesStep
- getGenre() - Method in class org.azd.git.types.GitStatusContext
- getGitApi() - Method in interface org.azd.interfaces.AzDClient
- getGitApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of Git Api
- getGitCommitRefs() - Method in class org.azd.git.types.GitCommitRefs
- getGitDeletedRepositories() - Method in class org.azd.git.types.GitDeletedRepositories
- getGitItemPath() - Method in class org.azd.wiki.types.WikiPage
- getGitObjectType() - Method in class org.azd.git.types.GitItem
- getGitRefUpdateResults() - Method in class org.azd.git.types.GitRefUpdateResults
- getGitRefUpdateStatus() - Method in class org.azd.git.types.GitRefUpdateResult
- getGraphApi() - Method in interface org.azd.interfaces.AzDClient
- getGraphApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of GraphApi
- getGraphGroups() - Method in class org.azd.graph.types.GraphGroups
- getGraphMemberships() - Method in class org.azd.graph.types.GraphMemberships
- getGroup() - Method in class org.azd.extensionmanagement.types.ContributionConstraint
- getGroup() - Method in class org.azd.memberentitlementmanagement.types.GroupEntitlement
- getGroup() - Method in class org.azd.memberentitlementmanagement.types.GroupOptions
- getGroup() - Method in class org.azd.memberentitlementmanagement.types.ProjectEntitlement
- getGroup(String) - Method in class org.azd.graph.GraphApi
-
Get a group by its descriptor.
- getGroup(String) - Method in interface org.azd.interfaces.GraphDetails
- getGroupAssignments() - Method in class org.azd.memberentitlementmanagement.types.UserEntitlement
- getGroupEntitlement(String) - Method in interface org.azd.interfaces.MemberEntitlementManagementDetails
- getGroupEntitlement(String) - Method in class org.azd.memberentitlementmanagement.MemberEntitlementManagementApi
-
Get a group entitlement.
- getGroupEntitlements() - Method in interface org.azd.interfaces.MemberEntitlementManagementDetails
- getGroupEntitlements() - Method in class org.azd.memberentitlementmanagement.MemberEntitlementManagementApi
-
Get the group entitlements for an account.
- getGroupEntitlements() - Method in class org.azd.memberentitlementmanagement.types.GroupEntitlements
- getGroupId() - Method in class org.azd.maven.types.MavenPackageVersionDeletionState
- getGroupMembersOf(String) - Method in class org.azd.graph.GraphApi
-
get subjects (users, groups) that are a member of the specified group
- getGroupMembersOf(String) - Method in interface org.azd.interfaces.GraphDetails
- getGroupName() - Method in class org.azd.build.types.TaskInputDefinitionBase
- getGroupName() - Method in class org.azd.release.types.TaskInputDefinitionBase
- getGroupOptions() - Method in class org.azd.memberentitlementmanagement.types.UsersSummary
- getGroups() - Method in class org.azd.graph.GraphApi
-
Gets a list of all groups in the current scope (usually organization or account).
- getGroups() - Method in interface org.azd.interfaces.GraphDetails
- getGroupType() - Method in class org.azd.memberentitlementmanagement.types.Group
- getHasChildren() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getHasDeclined() - Method in class org.azd.git.types.IdentityRefWithVote
- getHasMultipleMergeBases() - Method in class org.azd.git.types.GitPullRequest
- getHasStarted() - Method in class org.azd.release.types.DeploymentAttempt
- getHeaders() - Method in class org.azd.build.types.DataSourceBindingBase
- getHeaders() - Method in class org.azd.release.types.DataSourceBindingBase
- getHelpMarkDown() - Method in class org.azd.build.types.TaskInputDefinitionBase
- getHelpMarkDown() - Method in class org.azd.release.types.TaskInputDefinitionBase
- getHelpText() - Method in class org.azd.workitemtracking.types.WorkItemTypeFieldInstance
- getHideDeletedPackageVersions() - Method in class org.azd.feedmanagement.types.Feed
- getHistory() - Method in class org.azd.release.types.ReleaseApproval
- getHistoryMode() - Method in class org.azd.git.types.GitCommitsBatch
- getHostId() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getHref() - Method in class org.azd.common.types.Reference
- getHtml() - Method in class org.azd.common.types.ReferenceLinks
- getIcon() - Method in class org.azd.workitemtracking.types.WorkItemType
- getId() - Method in class org.azd.accounts.types.Organization
- getId() - Method in class org.azd.accounts.types.Profile
- getId() - Method in class org.azd.build.types.AgentPoolQueue
- getId() - Method in class org.azd.build.types.Build
- getId() - Method in class org.azd.build.types.BuildArtifact
- getId() - Method in class org.azd.build.types.BuildChange
- getId() - Method in class org.azd.build.types.BuildController
- getId() - Method in class org.azd.build.types.BuildDefinition
- getId() - Method in class org.azd.build.types.BuildLog
- getId() - Method in class org.azd.build.types.BuildLogReference
- getId() - Method in class org.azd.build.types.BuildOptionDefinitionReference
- getId() - Method in class org.azd.build.types.BuildPool
- getId() - Method in class org.azd.build.types.BuildQueue
- getId() - Method in class org.azd.build.types.BuildRepository
- getId() - Method in class org.azd.build.types.BuildWorkItem
- getId() - Method in class org.azd.build.types.DefinitionReference
- getId() - Method in class org.azd.build.types.Logs
- getId() - Method in class org.azd.build.types.Queue
- getId() - Method in class org.azd.build.types.Repository
- getId() - Method in class org.azd.build.types.RequestedFor
- getId() - Method in class org.azd.build.types.SourceProviderPullRequest
- getId() - Method in class org.azd.build.types.SourceRepository
- getId() - Method in class org.azd.build.types.Task
- getId() - Method in class org.azd.build.types.TaskAgentPoolReference
- getId() - Method in class org.azd.build.types.TaskReference
- getId() - Method in class org.azd.build.types.TeamProjectReference
- getId() - Method in class org.azd.build.types.Timeline
- getId() - Method in class org.azd.build.types.TimelineRecord
- getId() - Method in class org.azd.build.types.TimelineReference
- getId() - Method in class org.azd.build.types.VariableGroup
- getId() - Method in class org.azd.common.types.Author
- getId() - Method in class org.azd.common.types.LocationUrl
-
Get the id of the resource area.
- getId() - Method in class org.azd.core.types.OperationReference
- getId() - Method in class org.azd.core.types.Process
- getId() - Method in class org.azd.core.types.Project
- getId() - Method in class org.azd.core.types.Team
- getId() - Method in class org.azd.core.types.TeamProjectCollectionReference
- getId() - Method in class org.azd.core.types.TeamProjectReference
- getId() - Method in class org.azd.core.types.WebApiTeam
- getId() - Method in class org.azd.distributedtask.types.DeploymentGroup
- getId() - Method in class org.azd.distributedtask.types.DeploymentMachine
- getId() - Method in class org.azd.distributedtask.types.EnvironmentInstance
- getId() - Method in class org.azd.distributedtask.types.EnvironmentResourceReference
- getId() - Method in class org.azd.distributedtask.types.TaskAgent
- getId() - Method in class org.azd.distributedtask.types.TaskAgentPoolReference
- getId() - Method in class org.azd.distributedtask.types.TaskAgentReference
- getId() - Method in class org.azd.distributedtask.types.TaskOrchestrationOwner
- getId() - Method in class org.azd.distributedtask.types.VariableGroup
- getId() - Method in class org.azd.extensionmanagement.types.Contribution
- getId() - Method in class org.azd.extensionmanagement.types.ContributionConstraint
- getId() - Method in class org.azd.extensionmanagement.types.ContributionType
- getId() - Method in class org.azd.extensionmanagement.types.LicensingOverride
- getId() - Method in class org.azd.feedmanagement.types.Feed
- getId() - Method in class org.azd.feedmanagement.types.FeedView
- getId() - Method in class org.azd.feedmanagement.types.ProjectReference
- getId() - Method in class org.azd.feedmanagement.types.UpstreamSource
- getId() - Method in class org.azd.git.types.GitDeletedRepository
- getId() - Method in class org.azd.git.types.GitRepository
- getId() - Method in class org.azd.git.types.GitRepositoryRef
- getId() - Method in class org.azd.git.types.GitStatus
- getId() - Method in class org.azd.git.types.IdentityRefWithVote
- getId() - Method in class org.azd.git.types.ResourceRef
- getId() - Method in class org.azd.git.types.Reviewers
- getId() - Method in class org.azd.git.types.TeamProjectCollectionReference
- getId() - Method in class org.azd.git.types.TeamProjectReference
- getId() - Method in class org.azd.git.types.WebApiTagDefinition
- getId() - Method in class org.azd.helpers.ApiException
- getId() - Method in class org.azd.maven.types.Package
- getId() - Method in class org.azd.maven.types.UpstreamSourceInfo
- getId() - Method in class org.azd.memberentitlementmanagement.types.GroupEntitlement
- getId() - Method in class org.azd.memberentitlementmanagement.types.ProjectRef
- getId() - Method in class org.azd.memberentitlementmanagement.types.TeamRef
- getId() - Method in class org.azd.memberentitlementmanagement.types.UserEntitlement
- getId() - Method in class org.azd.pipelines.types.Pipeline
- getId() - Method in class org.azd.pipelines.types.PipelineLog
- getId() - Method in class org.azd.pipelines.types.PipelineReference
- getId() - Method in class org.azd.pipelines.types.PipelineRun
- getId() - Method in class org.azd.policy.types.PolicyConfiguration
- getId() - Method in class org.azd.policy.types.PolicyType
- getId() - Method in class org.azd.policy.types.PolicyTypeRef
- getId() - Method in class org.azd.release.types.ArtifactSourceReference
- getId() - Method in class org.azd.release.types.DeploymentAttempt
- getId() - Method in class org.azd.release.types.ManualIntervention
- getId() - Method in class org.azd.release.types.ProjectReference
- getId() - Method in class org.azd.release.types.Release
- getId() - Method in class org.azd.release.types.ReleaseApproval
- getId() - Method in class org.azd.release.types.ReleaseDefinition
- getId() - Method in class org.azd.release.types.ReleaseDefinitionApprovalStep
- getId() - Method in class org.azd.release.types.ReleaseDefinitionDeployStep
- getId() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getId() - Method in class org.azd.release.types.ReleaseDefinitionGatesStep
- getId() - Method in class org.azd.release.types.ReleaseDefinitionShallowReference
- getId() - Method in class org.azd.release.types.ReleaseEnvironment
- getId() - Method in class org.azd.release.types.ReleaseEnvironmentShallowReference
- getId() - Method in class org.azd.release.types.ReleaseGates
- getId() - Method in class org.azd.release.types.ReleaseReference
- getId() - Method in class org.azd.release.types.ReleaseShallowReference
- getId() - Method in class org.azd.release.types.ReleaseTask
- getId() - Method in class org.azd.release.types.VariableGroup
- getId() - Method in class org.azd.release.types.WorkflowTaskReference
- getId() - Method in class org.azd.security.types.Identity
- getId() - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- getId() - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- getId() - Method in class org.azd.test.types.BuildConfiguration
- getId() - Method in class org.azd.test.types.ReleaseReference
- getId() - Method in class org.azd.test.types.ShallowReference
- getId() - Method in class org.azd.test.types.TestResolutionState
- getId() - Method in class org.azd.test.types.TestRun
- getId() - Method in class org.azd.upack.types.Package
- getId() - Method in class org.azd.wiki.types.WikiPage
- getId() - Method in class org.azd.wiki.types.WikiPageDetail
- getId() - Method in class org.azd.wiki.types.WikiV2
- getId() - Method in class org.azd.work.types.TeamSettingsIteration
- getId() - Method in class org.azd.work.types.WorkItemReference
- getId() - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- getId() - Method in class org.azd.workitemtracking.types.AttachmentReference
- getId() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getId() - Method in class org.azd.workitemtracking.types.WorkItem
- getId() - Method in class org.azd.workitemtracking.types.WorkItemAttributes
- getId() - Method in class org.azd.workitemtracking.types.WorkItemDelete
- getId() - Method in class org.azd.workitemtracking.types.WorkItemDeleteReference
- getId() - Method in class org.azd.workitemtracking.types.WorkItemDeleteShallowReference
- getId() - Method in class org.azd.workitemtracking.types.WorkItemIcon
- getId() - Method in class org.azd.workitemtracking.types.WorkItemRecycleBinReference
- getId() - Method in class org.azd.workitemtracking.types.WorkItemReference
- getIdentifier() - Method in class org.azd.build.types.AgentSpecification
- getIdentifier() - Method in class org.azd.build.types.TimelineRecord
- getIdentities() - Method in class org.azd.security.types.Identities
- getIdentities(String[], String[], String[], String, String, String) - Method in interface org.azd.interfaces.SecurityDetails
- getIdentities(String[], String[], String[], String, String, String) - Method in class org.azd.security.SecurityApi
-
Resolve legacy identity information for use with older APIs such as the Security APIs
- getIdentitiesFromSubjectDescriptors(String...) - Method in interface org.azd.interfaces.SecurityDetails
- getIdentitiesFromSubjectDescriptors(String...) - Method in class org.azd.security.SecurityApi
-
see
SecurityApi.getIdentities(String[], String[], String[], String, String, String)shortcut to provide var args list of subjectDescriptors only - getIdentityDescriptor() - Method in class org.azd.feedmanagement.types.FeedPermission
- getIdentityId() - Method in class org.azd.feedmanagement.types.FeedPermission
- getIdentityId() - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- getIdentityUrl() - Method in class org.azd.core.types.Team
- getIdentityUrl() - Method in class org.azd.core.types.WebApiTeam
- getIds() - Method in class org.azd.git.types.GitCommitsBatch
- getIgnoredGates() - Method in class org.azd.release.types.ReleaseGates
- getImageUrl() - Method in class org.azd.common.types.Author
- getImageUrl() - Method in class org.azd.git.types.GitUserDate
- getImageUrl() - Method in class org.azd.git.types.IdentityRefWithVote
- getInactive() - Method in class org.azd.git.types.IdentityRefWithVote
- getIncludedQuantity() - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- getIncludes() - Method in class org.azd.extensionmanagement.types.Contribution
- getIncompleteTests() - Method in class org.azd.test.types.TestRun
- getInheritedAllow() - Method in class org.azd.security.types.ACE.ExtendedInfo
- getInitialContextTemplate() - Method in class org.azd.build.types.DataSourceBindingBase
- getInitialContextTemplate() - Method in class org.azd.release.types.DataSourceBindingBase
- getInnerException() - Method in class org.azd.helpers.ApiException
- getInputs() - Method in class org.azd.build.types.BuildOption
- getInputs() - Method in class org.azd.build.types.Options
- getInputs() - Method in class org.azd.build.types.ProcessParameters
- getInputs() - Method in class org.azd.build.types.Steps
- getInputs() - Method in class org.azd.release.types.ProcessParameters
- getInputs() - Method in class org.azd.release.types.WorkflowTask
- getInstallationIssues() - Method in class org.azd.extensionmanagement.types.InstalledExtensionState
- getInstalledExtensions() - Method in class org.azd.extensionmanagement.types.InstalledExtensions
- getInstallState() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getInstance() - Method in enum class org.azd.enums.Instance
- getInstructions() - Method in class org.azd.release.types.ManualIntervention
- getInternal() - Method in class org.azd.maven.types.PackagingSourceType
- getInternalUpstreamCollectionId() - Method in class org.azd.feedmanagement.types.UpstreamSource
- getInternalUpstreamFeedId() - Method in class org.azd.feedmanagement.types.UpstreamSource
- getInternalUpstreamProjectId() - Method in class org.azd.feedmanagement.types.UpstreamSource
- getInternalUpstreamViewId() - Method in class org.azd.feedmanagement.types.UpstreamSource
- getIntValue() - Method in class org.azd.build.types.BuildMetric
- getIsAadIdentity() - Method in class org.azd.git.types.IdentityRefWithVote
- getIsAutomated() - Method in class org.azd.release.types.ReleaseApproval
- getIsAutomated() - Method in class org.azd.release.types.ReleaseDefinitionApprovalStep
- getIsAutomated() - Method in class org.azd.test.types.TestRun
- getIsBinary() - Method in class org.azd.git.types.FileContentMetadata
- getIsContainer() - Method in class org.azd.git.types.IdentityRefWithVote
- getIsDeleted() - Method in class org.azd.release.types.ReleaseDefinition
- getIsDeleted() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getIsDeleted() - Method in class org.azd.workitemtracking.types.WorkItemField
- getIsDeletedInOrigin() - Method in class org.azd.git.types.IdentityRefWithVote
- getIsDisabled() - Method in class org.azd.git.types.GitRepository
- getIsDraft() - Method in class org.azd.git.types.GitPullRequest
- getIsEnabled() - Method in class org.azd.release.types.ReleaseDefinitionGatesOptions
- getIsFieldValue() - Method in class org.azd.workitemtracking.types.WorkItemQueryClause
- getIsFlagged() - Method in class org.azd.git.types.IdentityRefWithVote
- getIsFolder() - Method in class org.azd.git.types.GitItem
- getIsFolder() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getIsFork() - Method in class org.azd.git.types.GitRepository
- getIsFork() - Method in class org.azd.git.types.GitRepositoryRef
- getIsHosted() - Method in class org.azd.build.types.TaskAgentPoolReference
- getIsHosted() - Method in class org.azd.distributedtask.types.TaskAgentPoolReference
- getIsIdentity() - Method in class org.azd.workitemtracking.types.WorkItemField
- getIsImage() - Method in class org.azd.git.types.FileContentMetadata
- getIsInheritedRole() - Method in class org.azd.feedmanagement.types.FeedPermission
- getIsInvalidSyntax() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getIsLegacy() - Method in class org.azd.distributedtask.types.TaskAgentPoolReference
- getIsLocked() - Method in class org.azd.git.types.GitForkRef
- getIsLocked() - Method in class org.azd.git.types.GitRef
- getIsLockedBy() - Method in class org.azd.git.types.GitForkRef
- getIsLockedBy() - Method in class org.azd.git.types.GitRef
- getIsNonConformant() - Method in class org.azd.wiki.types.WikiPage
- getIsNotificationOn() - Method in class org.azd.release.types.ReleaseDefinitionApprovalStep
- getIsParentPage() - Method in class org.azd.wiki.types.WikiPage
- getIsPicklist() - Method in class org.azd.workitemtracking.types.WorkItemField
- getIsPicklistSuggested() - Method in class org.azd.workitemtracking.types.WorkItemField
- getIsPrimary() - Method in class org.azd.release.types.Artifact
- getIsPublic() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getIsQueryable() - Method in class org.azd.workitemtracking.types.WorkItemField
- getIsReadOnly() - Method in class org.azd.feedmanagement.types.Feed
- getIsReadOnly() - Method in class org.azd.release.types.VariableValue
- getIsRequired() - Method in class org.azd.git.types.IdentityRefWithVote
- getIsRetained() - Method in class org.azd.release.types.Artifact
- getIsRetained() - Method in class org.azd.release.types.ReleaseArtifacts
- getIsSecret() - Method in class org.azd.release.types.ConfigurationVariableValue
- getIsSecret() - Method in class org.azd.release.types.VariableValue
- getIsShared() - Method in class org.azd.release.types.VariableGroup
- getIssues() - Method in class org.azd.build.types.TimelineRecord
- getIssues() - Method in class org.azd.release.types.DeploymentAttempt
- getIssues() - Method in class org.azd.release.types.ReleaseTask
- getIssueType() - Method in class org.azd.release.types.Issue
- getIssueType() - Method in class org.azd.release.types.Issues
- getIsSymLink() - Method in class org.azd.git.types.GitItem
- getItem() - Method in class org.azd.accounts.types.PropertiesCollection
- getItem() - Method in class org.azd.build.types.PropertiesCollection
- getItem() - Method in class org.azd.distributedtask.types.PropertiesCollection
- getItem() - Method in class org.azd.git.types.GitChange
- getItemPath() - Method in class org.azd.git.types.GitCommitsBatch
- getItems() - Method in class org.azd.git.types.GitItems
- getItems(String) - Method in class org.azd.git.GitApi
-
Get Item Metadata and/or Content for a collection of items.
- getItems(String) - Method in interface org.azd.interfaces.GitDetails
- getItems(String, boolean, boolean, boolean, VersionControlRecursionType, String) - Method in class org.azd.git.GitApi
-
Get Item Metadata and/or Content for a collection of items.
- getItems(String, boolean, boolean, boolean, VersionControlRecursionType, String) - Method in interface org.azd.interfaces.GitDetails
- getItems(String, boolean, boolean, boolean, VersionControlRecursionType, String, String, GitVersionOptions, GitVersionType) - Method in class org.azd.git.GitApi
-
Get Item Metadata and/or Content for a collection of items.
- getItems(String, boolean, boolean, boolean, VersionControlRecursionType, String, String, GitVersionOptions, GitVersionType) - Method in interface org.azd.interfaces.GitDetails
- getItems(String, VersionControlRecursionType) - Method in class org.azd.git.GitApi
-
Get Item Metadata and/or Content for a collection of items.
- getItems(String, VersionControlRecursionType) - Method in interface org.azd.interfaces.GitDetails
- getItemVersion() - Method in class org.azd.git.types.GitCommitsBatch
- getIteration() - Method in class org.azd.test.types.RunCreateModel
- getIteration() - Method in class org.azd.test.types.TestRun
- getIterations() - Method in class org.azd.work.types.TeamSettingsIterations
- getJob() - Method in class org.azd.release.types.DeploymentJob
- getJobAuthorizationScope() - Method in class org.azd.build.types.BuildDefinition
- getJobAuthorizationScope() - Method in class org.azd.build.types.Phases
- getJobCancelTimeoutInMinutes() - Method in class org.azd.build.types.BuildDefinition
- getJobId() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getJobId() - Method in class org.azd.release.types.ReleaseSchedule
- getJobName() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getJobName() - Method in class org.azd.test.types.JobReference
- getJobReference() - Method in class org.azd.test.types.PipelineReference
- getJobTimeoutInMinutes() - Method in class org.azd.build.types.BuildDefinition
- getKeepForever() - Method in class org.azd.release.types.Release
- getKeys() - Method in class org.azd.accounts.types.PropertiesCollection
- getKeys() - Method in class org.azd.build.types.PropertiesCollection
- getKeys() - Method in class org.azd.distributedtask.types.PropertiesCollection
- getKeySelector() - Method in class org.azd.build.types.TaskSourceDefinitionBase
- getKeySelector() - Method in class org.azd.release.types.TaskSourceDefinitionBase
- getLabel() - Method in class org.azd.build.types.TaskInputDefinitionBase
- getLabel() - Method in class org.azd.release.types.TaskInputDefinitionBase
- getLabels() - Method in class org.azd.git.types.GitPullRequest
- getLanguage() - Method in class org.azd.extensionmanagement.types.ExtensionFile
- getLanguage() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getLastAccessedDate() - Method in class org.azd.memberentitlementmanagement.types.UserEntitlement
- getLastChangedBy() - Method in class org.azd.build.types.Build
- getLastChangedBy() - Method in class org.azd.build.types.Folder
- getLastChangedBy() - Method in class org.azd.build.types.Timeline
- getLastChangedDate() - Method in class org.azd.build.types.Build
- getLastChangedDate() - Method in class org.azd.build.types.Folder
- getLastChangedOn() - Method in class org.azd.build.types.BuildLog
- getLastChangedOn() - Method in class org.azd.build.types.Timeline
- getLastChangedOn() - Method in class org.azd.pipelines.types.PipelineLog
- getLastCompletedRequest() - Method in class org.azd.distributedtask.types.TaskAgent
- getLastExecuted() - Method in class org.azd.memberentitlementmanagement.types.GroupEntitlement
- getLastExecutedBy() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getLastExecutedDate() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getLastMergeCommit() - Method in class org.azd.git.types.GitPullRequest
- getLastMergeSourceCommit() - Method in class org.azd.git.types.GitPullRequest
- getLastMergeTargetCommit() - Method in class org.azd.git.types.GitPullRequest
- getLastModified() - Method in class org.azd.build.types.TimelineRecord
- getLastModifiedBy() - Method in class org.azd.distributedtask.types.EnvironmentInstance
- getLastModifiedBy() - Method in class org.azd.release.types.DeploymentAttempt
- getLastModifiedBy() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getLastModifiedDate() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getLastModifiedOn() - Method in class org.azd.distributedtask.types.EnvironmentInstance
- getLastModifiedOn() - Method in class org.azd.release.types.DeploymentAttempt
- getLastModifiedOn() - Method in class org.azd.release.types.IgnoredGate
- getLastModifiedOn() - Method in class org.azd.release.types.IgnoredGates
- getLastModifiedOn() - Method in class org.azd.release.types.ReleaseGates
- getLastPublished() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getLastRefreshedOn() - Method in class org.azd.distributedtask.types.VariableGroupProviderData
- getLastRelease() - Method in class org.azd.release.types.ReleaseDefinition
- getLastUpdated() - Method in class org.azd.build.types.SourceRepositoryProperties
- getLastUpdated() - Method in class org.azd.extensionmanagement.types.InstalledExtensionState
- getLastUpdatedBy() - Method in class org.azd.accounts.types.Account
- getLastUpdatedBy() - Method in class org.azd.test.types.TestRun
- getLastUpdatedDate() - Method in class org.azd.accounts.types.Account
- getLastUpdatedDate() - Method in class org.azd.test.types.TestRun
- getLastUpdateTime() - Method in class org.azd.build.types.TeamProjectReference
- getLastUpdateTime() - Method in class org.azd.core.types.Project
- getLastUpdateTime() - Method in class org.azd.core.types.TeamProjectReference
- getLastUpdateTime() - Method in class org.azd.git.types.TeamProjectReference
- getLatestBuild() - Method in class org.azd.build.types.BuildDefinition
- getLatestCompletedBuild() - Method in class org.azd.build.types.BuildDefinition
- getLatestProcessedChange() - Method in class org.azd.git.types.GitItem
- getLegacyDescriptor() - Method in class org.azd.graph.types.GraphGroup
- getLegacyDescriptor() - Method in class org.azd.graph.types.GraphUser
- getLicenseDisplayName() - Method in class org.azd.memberentitlementmanagement.types.AccessLevel
- getLicenseName() - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- getLicenseRule() - Method in class org.azd.memberentitlementmanagement.types.GroupEntitlement
- getLicenses() - Method in class org.azd.memberentitlementmanagement.types.UsersSummary
- getLicensing() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getLicensingSource() - Method in class org.azd.memberentitlementmanagement.types.AccessLevel
- getLineCount() - Method in class org.azd.build.types.BuildLog
- getLineCount() - Method in class org.azd.pipelines.types.PipelineLog
- getLineCount() - Method in class org.azd.release.types.ReleaseTask
- getLinkClauses() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getLinks() - Method in class org.azd.git.types.GitForkSyncRequest
- getLinks() - Method in class org.azd.maven.types.ReferenceLinks
- getLinks() - Method in class org.azd.test.types.ReferenceLinks
- getLinks() - Method in class org.azd.upack.types.ReferenceLinks
- getLocation() - Method in class org.azd.build.types.BuildChange
- getLocation() - Method in class org.azd.feedmanagement.types.UpstreamSource
- getLocation() - Method in class org.azd.maven.types.UpstreamSourceInfo
- getLocationUrl() - Method in class org.azd.common.types.LocationUrl
-
Get the location url of the resource area.
- getLocationUrl(String, String) - Static method in class org.azd.utils.Client
-
Deprecated.
- getLockedUntil() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getLog() - Method in class org.azd.build.types.TimelineRecord
- getLogicalOperator() - Method in class org.azd.workitemtracking.types.WorkItemQueryClause
- getLogs() - Method in class org.azd.build.types.Build
- getLogs() - Method in class org.azd.pipelines.types.LogCollection
- getLogsContainerUrl() - Method in class org.azd.release.types.Release
- getLogUrl() - Method in class org.azd.release.types.ReleaseTask
- getMachineCount() - Method in class org.azd.distributedtask.types.DeploymentGroup
- getMachines() - Method in class org.azd.distributedtask.types.DeploymentGroup
- getMachineTags() - Method in class org.azd.distributedtask.types.DeploymentGroup
- getMailAddress() - Method in class org.azd.graph.types.GraphEntity
- getManageUrl() - Method in class org.azd.build.types.SourceRepositoryProperties
- getManifestVersion() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getManualIntervention(int, int) - Method in interface org.azd.interfaces.ReleaseDetails
- getManualIntervention(int, int) - Method in class org.azd.release.ReleaseApi
-
Get manual intervention for a given release and manual intervention id.
- getManualInterventions() - Method in class org.azd.release.types.ManualInterventions
- getManualInterventions() - Method in class org.azd.release.types.ReleaseDeployPhase
- getManualInterventions(int) - Method in interface org.azd.interfaces.ReleaseDetails
- getManualInterventions(int) - Method in class org.azd.release.ReleaseApi
-
List all manual interventions for a given release.
- getMappedPath() - Method in class org.azd.wiki.types.WikiCreateParameters
- getMappedPath() - Method in class org.azd.wiki.types.WikiV2
- getMatchedAgents() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getMatchesAllAgentsInPool() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getMavenApi() - Method in interface org.azd.interfaces.AzDClient
- getMavenApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of Maven Api
- getMaxConcurrentBuildsPerBranch() - Method in class org.azd.build.types.Triggers
- getMaxParallelism() - Method in class org.azd.distributedtask.types.TaskAgent
- getMember() - Method in class org.azd.graph.types.MembershipReferenceLinks
- getMemberDescriptor() - Method in class org.azd.graph.types.GraphMembership
- getMemberEntitlementManagementApi() - Method in interface org.azd.interfaces.AzDClient
- getMemberEntitlementManagementApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of Member Entitlement management Api
- getMemberIds() - Method in class org.azd.security.types.Identity
- getMemberOf() - Method in class org.azd.security.types.Identity
- getMemberOfGroups(String) - Method in class org.azd.graph.GraphApi
-
get groups that the specified subject (user, group) belongs to
- getMemberOfGroups(String) - Method in interface org.azd.interfaces.GraphDetails
- getMembers() - Method in class org.azd.memberentitlementmanagement.types.GroupEntitlement
- getMembers() - Method in class org.azd.memberentitlementmanagement.types.PagedGraphMemberList
- getMembers() - Method in class org.azd.security.types.Identity
- getMembers(String) - Method in interface org.azd.interfaces.MemberEntitlementManagementDetails
- getMembers(String) - Method in class org.azd.memberentitlementmanagement.MemberEntitlementManagementApi
-
Get direct members of a Group.
- getMembers(String, int, String) - Method in interface org.azd.interfaces.MemberEntitlementManagementDetails
- getMembers(String, int, String) - Method in class org.azd.memberentitlementmanagement.MemberEntitlementManagementApi
-
Get direct members of a Group.
- getMemberships() - Method in class org.azd.graph.types.GraphReferenceLinks
- getMembershipState() - Method in class org.azd.graph.types.GraphReferenceLinks
- getMergeCommitMessage() - Method in class org.azd.git.types.GitPullRequestCompletionOptions
- getMergeFailureMessage() - Method in class org.azd.git.types.GitPullRequest
- getMergeFailureType() - Method in class org.azd.git.types.GitPullRequest
- getMergeId() - Method in class org.azd.git.types.GitPullRequest
- getMergeOptions() - Method in class org.azd.git.types.GitPullRequest
- getMergeStatus() - Method in class org.azd.git.types.GitPullRequest
- getMergeStrategy() - Method in class org.azd.git.types.GitPullRequestCompletionOptions
- getMessage() - Method in class org.azd.build.types.BuildChange
- getMessage() - Method in class org.azd.build.types.BuildRequestValidationResult
- getMessage() - Method in class org.azd.build.types.Issue
- getMessage() - Method in class org.azd.build.types.TaskInputValidation
- getMessage() - Method in class org.azd.build.types.TriggerInfo
- getMessage() - Method in class org.azd.extensionmanagement.types.InstalledExtensionStateIssue
- getMessage() - Method in class org.azd.git.types.GitAnnotatedTag
- getMessage() - Method in class org.azd.helpers.ApiException
- getMessage() - Method in class org.azd.release.types.Issue
- getMessage() - Method in class org.azd.release.types.Issues
- getMessage() - Method in class org.azd.release.types.TaskInputValidation
- getMessage() - Method in class org.azd.workitemtracking.types.WorkItemDeleteReference
- getMetaType() - Method in class org.azd.graph.types.GraphUser
- getMetaTypeId() - Method in class org.azd.security.types.Identity
- getMetrics() - Method in class org.azd.build.types.BuildDefinition
- getMinimumSuccessDuration() - Method in class org.azd.release.types.ReleaseDefinitionGatesOptions
- getMinimumToKeep() - Method in class org.azd.build.types.RetentionPolicy
- getModifiedBy() - Method in class org.azd.distributedtask.types.VariableGroup
- getModifiedBy() - Method in class org.azd.release.types.Release
- getModifiedBy() - Method in class org.azd.release.types.ReleaseDefinition
- getModifiedBy() - Method in class org.azd.release.types.ReleaseReference
- getModifiedBy() - Method in class org.azd.release.types.VariableGroup
- getModifiedBy() - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- getModifiedDate() - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- getModifiedOn() - Method in class org.azd.distributedtask.types.VariableGroup
- getModifiedOn() - Method in class org.azd.release.types.ManualIntervention
- getModifiedOn() - Method in class org.azd.release.types.Release
- getModifiedOn() - Method in class org.azd.release.types.ReleaseApproval
- getModifiedOn() - Method in class org.azd.release.types.ReleaseApprovalHistory
- getModifiedOn() - Method in class org.azd.release.types.ReleaseDefinition
- getModifiedOn() - Method in class org.azd.release.types.ReleaseEnvironment
- getModifiedOn() - Method in class org.azd.release.types.VariableGroup
- getModulus() - Method in class org.azd.distributedtask.types.TaskAgentPublicKey
- getMsdnLicenseType() - Method in class org.azd.memberentitlementmanagement.types.AccessLevel
- getMsdnLicenseType() - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- getMyWorkRecentActivity() - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getMyWorkRecentActivity() - Method in class org.azd.workitemtracking.WorkItemTrackingApi
- getName() - Method in class org.azd.accounts.types.Organization
- getName() - Method in class org.azd.build.types.AgentPoolQueue
- getName() - Method in class org.azd.build.types.Attachment
- getName() - Method in class org.azd.build.types.AuthorizationHeader
- getName() - Method in class org.azd.build.types.BuildArtifact
- getName() - Method in class org.azd.build.types.BuildController
- getName() - Method in class org.azd.build.types.BuildDefinition
- getName() - Method in class org.azd.build.types.BuildDefinitionRevision
- getName() - Method in class org.azd.build.types.BuildMetric
- getName() - Method in class org.azd.build.types.BuildPool
- getName() - Method in class org.azd.build.types.BuildQueue
- getName() - Method in class org.azd.build.types.BuildRepository
- getName() - Method in class org.azd.build.types.DefinitionReference
- getName() - Method in class org.azd.build.types.Demand
- getName() - Method in class org.azd.build.types.Phases
- getName() - Method in class org.azd.build.types.Queue
- getName() - Method in class org.azd.build.types.Repository
- getName() - Method in class org.azd.build.types.RepositoryWebhook
- getName() - Method in class org.azd.build.types.SourceProviderAttribute
- getName() - Method in class org.azd.build.types.SourceRepository
- getName() - Method in class org.azd.build.types.TaskAgentPoolReference
- getName() - Method in class org.azd.build.types.TaskInputDefinitionBase
- getName() - Method in class org.azd.build.types.TaskReference
- getName() - Method in class org.azd.build.types.TeamProjectReference
- getName() - Method in class org.azd.build.types.TimelineRecord
- getName() - Method in class org.azd.build.types.VariableGroup
- getName() - Method in class org.azd.common.types.LocationUrl
-
Get the name of the resource area.
- getName() - Method in class org.azd.core.types.Process
- getName() - Method in class org.azd.core.types.Project
- getName() - Method in class org.azd.core.types.ProjectProperty
- getName() - Method in class org.azd.core.types.Team
- getName() - Method in class org.azd.core.types.TeamProjectCollectionReference
- getName() - Method in class org.azd.core.types.TeamProjectReference
- getName() - Method in class org.azd.core.types.WebApiTeam
- getName() - Method in class org.azd.distributedtask.types.Demand
- getName() - Method in class org.azd.distributedtask.types.DeploymentGroup
- getName() - Method in class org.azd.distributedtask.types.EnvironmentInstance
- getName() - Method in class org.azd.distributedtask.types.EnvironmentResourceReference
- getName() - Method in class org.azd.distributedtask.types.TaskAgent
- getName() - Method in class org.azd.distributedtask.types.TaskAgentPoolReference
- getName() - Method in class org.azd.distributedtask.types.TaskAgentReference
- getName() - Method in class org.azd.distributedtask.types.TaskOrchestrationOwner
- getName() - Method in class org.azd.distributedtask.types.VariableGroup
- getName() - Method in class org.azd.distributedtask.types.VariableGroupDefinition
- getName() - Method in class org.azd.distributedtask.types.VariableGroupProjectReference
- getName() - Method in enum class org.azd.enums.CustomHeader
- getName() - Method in class org.azd.extensionmanagement.types.ContributionConstraint
- getName() - Method in class org.azd.extensionmanagement.types.ContributionPropertyDescription
- getName() - Method in class org.azd.extensionmanagement.types.ContributionType
- getName() - Method in class org.azd.feedmanagement.types.Feed
- getName() - Method in class org.azd.feedmanagement.types.FeedView
- getName() - Method in class org.azd.feedmanagement.types.ProjectReference
- getName() - Method in class org.azd.feedmanagement.types.UpstreamSource
- getName() - Method in class org.azd.git.types.Committer
- getName() - Method in class org.azd.git.types.GitAnnotatedTag
- getName() - Method in class org.azd.git.types.GitDeletedRepository
- getName() - Method in class org.azd.git.types.GitForkRef
- getName() - Method in class org.azd.git.types.GitRef
- getName() - Method in class org.azd.git.types.GitRefUpdate
- getName() - Method in class org.azd.git.types.GitRefUpdateResult
- getName() - Method in class org.azd.git.types.GitRepository
- getName() - Method in class org.azd.git.types.GitRepositoryCreateOptions
- getName() - Method in class org.azd.git.types.GitRepositoryRef
- getName() - Method in class org.azd.git.types.GitStatusContext
- getName() - Method in class org.azd.git.types.GitTemplate
- getName() - Method in class org.azd.git.types.GitUserDate
- getName() - Method in class org.azd.git.types.TeamProjectCollectionReference
- getName() - Method in class org.azd.git.types.TeamProjectReference
- getName() - Method in class org.azd.git.types.WebApiCreateTagRequestData
- getName() - Method in class org.azd.git.types.WebApiTagDefinition
- getName() - Method in class org.azd.maven.types.Package
- getName() - Method in class org.azd.maven.types.UpstreamSourceInfo
- getName() - Method in class org.azd.memberentitlementmanagement.types.ProjectRef
- getName() - Method in class org.azd.memberentitlementmanagement.types.TeamRef
- getName() - Method in class org.azd.pipelines.types.Pipeline
- getName() - Method in class org.azd.pipelines.types.PipelineReference
- getName() - Method in class org.azd.pipelines.types.PipelineRun
- getName() - Method in class org.azd.pipelines.types.PipelinesArtifact
- getName() - Method in class org.azd.release.types.ArtifactSourceReference
- getName() - Method in class org.azd.release.types.AuthorizationHeader
- getName() - Method in class org.azd.release.types.Condition
- getName() - Method in class org.azd.release.types.Demand
- getName() - Method in class org.azd.release.types.DeployPhase
- getName() - Method in class org.azd.release.types.IgnoredGate
- getName() - Method in class org.azd.release.types.IgnoredGates
- getName() - Method in class org.azd.release.types.ManualIntervention
- getName() - Method in class org.azd.release.types.ProjectReference
- getName() - Method in class org.azd.release.types.Release
- getName() - Method in class org.azd.release.types.ReleaseCondition
- getName() - Method in class org.azd.release.types.ReleaseDefinition
- getName() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getName() - Method in class org.azd.release.types.ReleaseDefinitionShallowReference
- getName() - Method in class org.azd.release.types.ReleaseDeployPhase
- getName() - Method in class org.azd.release.types.ReleaseEnvironment
- getName() - Method in class org.azd.release.types.ReleaseEnvironmentShallowReference
- getName() - Method in class org.azd.release.types.ReleaseReference
- getName() - Method in class org.azd.release.types.ReleaseShallowReference
- getName() - Method in class org.azd.release.types.ReleaseTask
- getName() - Method in class org.azd.release.types.TaskInputDefinitionBase
- getName() - Method in class org.azd.release.types.VariableGroup
- getName() - Method in class org.azd.release.types.VariableGroupProjectReference
- getName() - Method in class org.azd.release.types.WorkflowTask
- getName() - Method in class org.azd.release.types.WorkflowTaskReference
- getName() - Method in class org.azd.security.types.SecurityNamespace
- getName() - Method in class org.azd.security.types.SecurityNamespaceAction
- getName() - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- getName() - Method in class org.azd.serviceendpoint.types.ServiceEndpointProjectReference
- getName() - Method in class org.azd.test.types.ReleaseReference
- getName() - Method in class org.azd.test.types.RunCreateModel
- getName() - Method in class org.azd.test.types.ShallowReference
- getName() - Method in class org.azd.test.types.TestResolutionState
- getName() - Method in class org.azd.test.types.TestRun
- getName() - Method in class org.azd.test.types.TestTag
- getName() - Method in class org.azd.upack.types.Package
- getName() - Method in class org.azd.upack.types.UPackPackageVersionDeletionState
- getName() - Method in class org.azd.wiki.types.WikiAttachment
- getName() - Method in class org.azd.wiki.types.WikiCreateParameters
- getName() - Method in class org.azd.wiki.types.WikiV2
- getName() - Method in class org.azd.work.types.TeamSettingsIteration
- getName() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getName() - Method in class org.azd.workitemtracking.types.WorkItemAttributes
- getName() - Method in class org.azd.workitemtracking.types.WorkItemDelete
- getName() - Method in class org.azd.workitemtracking.types.WorkItemDeleteReference
- getName() - Method in class org.azd.workitemtracking.types.WorkItemField
- getName() - Method in class org.azd.workitemtracking.types.WorkItemFieldOperation
- getName() - Method in class org.azd.workitemtracking.types.WorkItemFieldReference
- getName() - Method in class org.azd.workitemtracking.types.WorkItemStateColor
- getName() - Method in class org.azd.workitemtracking.types.WorkItemType
- getName() - Method in class org.azd.workitemtracking.types.WorkItemTypeFieldInstance
- getNamespace() - Method in enum class org.azd.security.SecurityToken.Scope
- getNamespace(String) - Method in interface org.azd.interfaces.SecurityDetails
- getNamespace(String) - Method in class org.azd.security.SecurityApi
-
return a namespace with the specific identifier
- getNamespaceId() - Method in class org.azd.accounts.types.Account
- getNamespaceId() - Method in class org.azd.security.types.SecurityNamespace
- getNamespaceId() - Method in class org.azd.security.types.SecurityNamespaceAction
- getNamespaces() - Method in interface org.azd.interfaces.SecurityDetails
- getNamespaces() - Method in class org.azd.security.SecurityApi
-
return all security namespaces, remote and local Security namespaces are used to store access control lists (ACLs) on tokens.
- getNamespaces(boolean) - Method in interface org.azd.interfaces.SecurityDetails
- getNamespaces(boolean) - Method in class org.azd.security.SecurityApi
-
return all security namespaces, remote and local Local vs.
- getNewCollectionId() - Method in class org.azd.accounts.types.Account
- getNewContent() - Method in class org.azd.git.types.GitChange
- getNewContentTemplate() - Method in class org.azd.git.types.GitChange
- getNewObjectId() - Method in class org.azd.git.types.GitRefUpdate
- getNewObjectId() - Method in class org.azd.git.types.GitRefUpdateResult
- getNewOrder() - Method in class org.azd.wiki.types.WikiPageMove
- getNewOrder() - Method in class org.azd.wiki.types.WikiPageMoveParameters
- getNewPath() - Method in class org.azd.wiki.types.WikiPageMove
- getNewPath() - Method in class org.azd.wiki.types.WikiPageMoveParameters
- getNextBillingDate() - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- getNextScheduledUtcTime() - Method in class org.azd.release.types.ReleaseEnvironment
- getNodeId() - Method in class org.azd.build.types.SourceRepositoryProperties
- getNone() - Method in class org.azd.build.types.QueueOptions
- getNotApplicableTests() - Method in class org.azd.test.types.TestRun
- getNotificationType() - Method in class org.azd.build.types.SupportedTrigger
- getNumber() - Method in class org.azd.test.types.BuildConfiguration
- getOAuth() - Method in interface org.azd.interfaces.AzDClient
- getOAuth() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of OAuth Api
- getObjectId() - Method in class org.azd.git.types.GitAnnotatedTag
- getObjectId() - Method in class org.azd.git.types.GitBlobRef
- getObjectId() - Method in class org.azd.git.types.GitForkRef
- getObjectId() - Method in class org.azd.git.types.GitItem
- getObjectId() - Method in class org.azd.git.types.GitObject
- getObjectId() - Method in class org.azd.git.types.GitRef
- getObjectType() - Method in class org.azd.git.types.GitObject
- getOffline() - Method in class org.azd.build.types.ControllerStatus
- getOldObjectId() - Method in class org.azd.git.types.GitRefUpdate
- getOldObjectId() - Method in class org.azd.git.types.GitRefUpdateResult
- getOperationId() - Method in class org.azd.git.types.GitForkSyncRequest
- getOperationResult() - Method in class org.azd.memberentitlementmanagement.types.UserEntitlementsResponse
- getOperationStatus() - Method in class org.azd.release.types.DeploymentAttempt
- getOperationStatus() - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- getOperator() - Method in class org.azd.workitemtracking.types.WorkItemQueryClause
- getOptions() - Method in class org.azd.build.types.BuildDefinition
- getOptions() - Method in class org.azd.build.types.TaskInputDefinitionBase
- getOptions() - Method in class org.azd.distributedtask.types.TaskAgentPoolReference
- getOptions() - Method in class org.azd.release.types.TaskInputDefinitionBase
- getOrchestrationId() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getOrchestrationPlan() - Method in class org.azd.build.types.Build
- getOrchestrationType() - Method in class org.azd.build.types.TaskOrchestrationPlanReference
- getOrder() - Method in class org.azd.build.types.TimelineRecord
- getOrder() - Method in class org.azd.wiki.types.WikiPage
- getOrganization() - Method in class org.azd.connection.Connection
-
Get the default organization name
- getOrganization() - Method in class org.azd.utils.AzDClientApi
- getOrganizationName() - Method in class org.azd.accounts.types.Account
- getOrganizations() - Method in class org.azd.accounts.AccountsApi
-
Get the list of organizations that you have access to.
- getOrganizations() - Method in class org.azd.accounts.types.OrganizationsProvider
- getOrganizations() - Method in interface org.azd.interfaces.AccountsDetails
- getOrganizationsProvider() - Method in class org.azd.accounts.types.DataProvider
- getOrgName() - Method in class org.azd.build.types.SourceRepositoryProperties
- getOrigin() - Method in class org.azd.graph.types.GraphEntity
- getOriginalObjectId() - Method in class org.azd.git.types.GitItem
- getOriginalPath() - Method in class org.azd.git.types.GitChange
- getOriginId() - Method in class org.azd.graph.types.GraphEntity
- getOsDescription() - Method in class org.azd.distributedtask.types.TaskAgent
- getOsDescription() - Method in class org.azd.distributedtask.types.TaskAgentReference
- getOtherFields() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getOutcome() - Method in class org.azd.test.types.RunStatistic
- getOverrideInputs() - Method in class org.azd.release.types.WorkflowTask
- getOverrides() - Method in class org.azd.extensionmanagement.types.ExtensionLicensing
- getOwner() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getOwner() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getOwner() - Method in class org.azd.release.types.ReleaseEnvironment
- getOwner() - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- getOwner() - Method in class org.azd.test.types.RunCreateModel
- getOwner() - Method in class org.azd.test.types.TestRun
- getOwnerAvatarUrl() - Method in class org.azd.build.types.SourceRepositoryProperties
- getOwnerId() - Method in class org.azd.build.types.SourceRepositoryProperties
- getPackages() - Method in class org.azd.common.types.ReferenceLinks
- getPackageVersion(String, String, String) - Method in interface org.azd.interfaces.UpackDetails
- getPackageVersion(String, String, String) - Method in class org.azd.upack.UPackApi
-
Show information about a package version.
- getPackageVersion(String, String, String, boolean) - Method in interface org.azd.interfaces.UpackDetails
- getPackageVersion(String, String, String, boolean) - Method in class org.azd.upack.UPackApi
-
Show information about a package version.
- getPackageVersion(String, String, String, String) - Method in interface org.azd.interfaces.MavenDetails
- getPackageVersion(String, String, String, String) - Method in class org.azd.maven.MavenApi
-
Get information about a package version.
- getPackageVersion(String, String, String, String, boolean) - Method in interface org.azd.interfaces.MavenDetails
- getPackageVersion(String, String, String, String, boolean) - Method in class org.azd.maven.MavenApi
-
Get information about a package version.
- getPackageVersionFromRecycleBin(String, String, String) - Method in interface org.azd.interfaces.UpackDetails
- getPackageVersionFromRecycleBin(String, String, String) - Method in class org.azd.upack.UPackApi
-
Get information about a package version in the recycle bin.
- getPackageVersionFromRecycleBin(String, String, String, String) - Method in interface org.azd.interfaces.MavenDetails
- getPackageVersionFromRecycleBin(String, String, String, String) - Method in class org.azd.maven.MavenApi
-
Get information about a package version in the recycle bin.
- getPage() - Method in class org.azd.wiki.types.WikiPageMove
- getPageLength() - Method in class org.azd.build.types.SourceRepositories
- getPageStats(String, int, int) - Method in interface org.azd.interfaces.WikiDetails
- getPageStats(String, int, int) - Method in class org.azd.wiki.WikiApi
-
Returns page detail corresponding to Page ID.
- getParameters() - Method in class org.azd.build.types.Build
- getParameters() - Method in class org.azd.build.types.DataSourceBindingBase
- getParameters() - Method in class org.azd.release.types.DataSourceBindingBase
- getParentId() - Method in class org.azd.build.types.TimelineRecord
- getParentRepository() - Method in class org.azd.git.types.GitRepository
- getParentRepository() - Method in class org.azd.git.types.GitRepositoryCreateOptions
- getParents() - Method in class org.azd.git.types.GitCommit
- getParents() - Method in class org.azd.git.types.GitCommitRef
- getPassedTests() - Method in class org.azd.test.types.TestRun
- getPath() - Method in class org.azd.build.types.BuildDefinition
- getPath() - Method in class org.azd.build.types.DefinitionReference
- getPath() - Method in class org.azd.build.types.Folder
- getPath() - Method in class org.azd.build.types.SourceRepositoryItem
- getPath() - Method in class org.azd.git.types.GitItem
- getPath() - Method in class org.azd.release.types.ReleaseDefinition
- getPath() - Method in class org.azd.release.types.ReleaseDefinitionShallowReference
- getPath() - Method in class org.azd.wiki.types.WikiAttachment
- getPath() - Method in class org.azd.wiki.types.WikiPage
- getPath() - Method in class org.azd.wiki.types.WikiPageDetail
- getPath() - Method in class org.azd.wiki.types.WikiPageMove
- getPath() - Method in class org.azd.wiki.types.WikiPageMoveParameters
- getPath() - Method in class org.azd.work.types.TeamSettingsIteration
- getPath() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getPathContents(String, String, String, String, String) - Method in class org.azd.build.BuildApi
-
Gets the contents of a directory in the given source code repository.
- getPathContents(String, String, String, String, String) - Method in interface org.azd.interfaces.BuildDetails
- getPeeledObjectId() - Method in class org.azd.git.types.GitForkRef
- getPeeledObjectId() - Method in class org.azd.git.types.GitRef
- getPendingUpdate() - Method in class org.azd.distributedtask.types.TaskAgent
- getPercentComplete() - Method in class org.azd.build.types.TimelineRecord
- getPercentComplete() - Method in class org.azd.release.types.ReleaseTask
- getPermanentDeletedDate() - Method in class org.azd.feedmanagement.types.Feed
- getPermanentlyDeletedDate() - Method in class org.azd.maven.types.Package
- getPermanentlyDeletedDate() - Method in class org.azd.upack.types.Package
- getPermissions() - Method in class org.azd.common.types.ReferenceLinks
- getPermissions() - Method in class org.azd.feedmanagement.types.Feed
- getPersonalAccessToken() - Method in class org.azd.connection.Connection
-
Get the personal access token
- getPhase() - Method in class org.azd.test.types.TestRun
- getPhaseId() - Method in class org.azd.release.types.ReleaseDeployPhase
- getPhaseName() - Method in class org.azd.test.types.PhaseReference
- getPhaseReference() - Method in class org.azd.test.types.PipelineReference
- getPhases() - Method in class org.azd.build.types.BuildProcess
- getPhases() - Method in class org.azd.build.types.Process
- getPhaseType() - Method in class org.azd.release.types.DeployPhase
- getPhaseType() - Method in class org.azd.release.types.ReleaseDeployPhase
- getPicklistId() - Method in class org.azd.workitemtracking.types.WorkItemField
- getPipeline() - Method in class org.azd.pipelines.types.PipelineRun
- getPipeline(int) - Method in interface org.azd.interfaces.PipelinesDetails
- getPipeline(int) - Method in class org.azd.pipelines.PipelinesApi
-
Gets a pipeline, optionally at the specified version
- getPipeline(int, String) - Method in interface org.azd.interfaces.PipelinesDetails
- getPipeline(int, String) - Method in class org.azd.pipelines.PipelinesApi
-
Gets a pipeline, optionally at the specified version
- getPipelineId() - Method in class org.azd.test.types.PipelineReference
- getPipelineLog(int, int, int) - Method in interface org.azd.interfaces.PipelinesDetails
- getPipelineLog(int, int, int) - Method in class org.azd.pipelines.PipelinesApi
-
Get a specific log from a pipeline run
- getPipelineLog(int, int, int, PipelinesExpandOptions) - Method in interface org.azd.interfaces.PipelinesDetails
- getPipelineLog(int, int, int, PipelinesExpandOptions) - Method in class org.azd.pipelines.PipelinesApi
-
Get a specific log from a pipeline run
- getPipelineLogs(int, int) - Method in interface org.azd.interfaces.PipelinesDetails
- getPipelineLogs(int, int) - Method in class org.azd.pipelines.PipelinesApi
-
Get a list of logs from a pipeline run.
- getPipelineLogs(int, int, PipelinesExpandOptions) - Method in interface org.azd.interfaces.PipelinesDetails
- getPipelineLogs(int, int, PipelinesExpandOptions) - Method in class org.azd.pipelines.PipelinesApi
-
Get a list of logs from a pipeline run.
- getPipelineReference() - Method in class org.azd.test.types.RunCreateModel
- getPipelineReference() - Method in class org.azd.test.types.TestRun
- getPipelineRun(int, int) - Method in interface org.azd.interfaces.PipelinesDetails
- getPipelineRun(int, int) - Method in class org.azd.pipelines.PipelinesApi
-
Gets a run for a particular pipeline.
- getPipelineRuns() - Method in class org.azd.pipelines.types.PipelineRuns
- getPipelineRuns(int) - Method in interface org.azd.interfaces.PipelinesDetails
- getPipelineRuns(int) - Method in class org.azd.pipelines.PipelinesApi
-
Gets top 10000 runs for a particular pipeline.
- getPipelines() - Method in interface org.azd.interfaces.PipelinesDetails
- getPipelines() - Method in class org.azd.pipelines.PipelinesApi
-
Get a list of pipelines.
- getPipelines() - Method in class org.azd.pipelines.types.Pipelines
- getPipelinesApi() - Method in interface org.azd.interfaces.AzDClient
- getPipelinesApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of Pipelines Api
- getPlan() - Method in class org.azd.test.types.RunCreateModel
- getPlan() - Method in class org.azd.test.types.TestRun
- getPlanGroup() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getPlanId() - Method in class org.azd.build.types.OrchestrationPlan
- getPlanId() - Method in class org.azd.build.types.Plans
- getPlanId() - Method in class org.azd.build.types.TaskOrchestrationPlanReference
- getPlanId() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getPlans() - Method in class org.azd.build.types.Build
- getPlanType() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getPlatform() - Method in class org.azd.test.types.BuildConfiguration
- getPointIds() - Method in class org.azd.test.types.RunCreateModel
- getPolicyApi() - Method in interface org.azd.interfaces.AzDClient
- getPolicyApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of Policy Api
- getPolicyConfiguration(int) - Method in interface org.azd.interfaces.PolicyDetails
- getPolicyConfiguration(int) - Method in class org.azd.policy.PolicyApi
-
Get a policy configuration by its ID.
- getPolicyConfigurations() - Method in interface org.azd.interfaces.PolicyDetails
- getPolicyConfigurations() - Method in class org.azd.policy.PolicyApi
-
Get a list of policy configurations in a project.
- getPolicyConfigurations() - Method in class org.azd.policy.types.PolicyConfigurations
- getPolicyConfigurations(int, String, String) - Method in interface org.azd.interfaces.PolicyDetails
- getPolicyConfigurations(int, String, String) - Method in class org.azd.policy.PolicyApi
-
Get a list of policy configurations in a project.
- getPolicyType(String) - Method in interface org.azd.interfaces.PolicyDetails
- getPolicyType(String) - Method in class org.azd.policy.PolicyApi
-
Retrieve a specific policy type by ID.
- getPolicyTypes() - Method in interface org.azd.interfaces.PolicyDetails
- getPolicyTypes() - Method in class org.azd.policy.PolicyApi
-
Retrieve all available policy types.
- getPolicyTypes() - Method in class org.azd.policy.types.PolicyTypes
- getPollingInterval() - Method in class org.azd.build.types.Triggers
- getPool() - Method in class org.azd.build.types.AgentPoolQueue
- getPool() - Method in class org.azd.build.types.BuildQueue
- getPool() - Method in class org.azd.build.types.Queue
- getPool() - Method in class org.azd.distributedtask.types.DeploymentGroup
- getPool() - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- getPoolId() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getPoolName() - Method in class org.azd.release.types.Release
- getPoolType() - Method in class org.azd.distributedtask.types.TaskAgentPoolReference
- getPostApprovalsSnapshot() - Method in class org.azd.release.types.ReleaseEnvironment
- getPostDeployApprovals() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getPostDeployApprovals() - Method in class org.azd.release.types.ReleaseEnvironment
- getPostDeploymentGates() - Method in class org.azd.release.types.DeploymentAttempt
- getPostDeploymentGates() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getPostDeploymentGatesSnapshot() - Method in class org.azd.release.types.ReleaseEnvironment
- getPostDisable() - Method in class org.azd.extensionmanagement.types.ExtensionEventCallbackCollection
- getPostEnable() - Method in class org.azd.extensionmanagement.types.ExtensionEventCallbackCollection
- getPostInstall() - Method in class org.azd.extensionmanagement.types.ExtensionEventCallbackCollection
- getPostProcessState() - Method in class org.azd.test.types.TestRun
- getPostUninstall() - Method in class org.azd.extensionmanagement.types.ExtensionEventCallbackCollection
- getPostUpdate() - Method in class org.azd.extensionmanagement.types.ExtensionEventCallbackCollection
- getPreApprovalsSnapshot() - Method in class org.azd.release.types.ReleaseEnvironment
- getPreDeployApprovals() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getPreDeployApprovals() - Method in class org.azd.release.types.ReleaseEnvironment
- getPreDeploymentGates() - Method in class org.azd.release.types.DeploymentAttempt
- getPreDeploymentGates() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getPreDeploymentGatesSnapshot() - Method in class org.azd.release.types.ReleaseEnvironment
- getPreInstall() - Method in class org.azd.extensionmanagement.types.ExtensionEventCallbackCollection
- getPreviousAttempts() - Method in class org.azd.build.types.TimelineRecord
- getPrincipalName() - Method in class org.azd.graph.types.GraphEntity
- getPriority() - Method in class org.azd.build.types.Build
- getPriority() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getPriority() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getProbationRetries() - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- getProcess() - Method in class org.azd.build.types.BuildDefinition
- getProcesses() - Method in class org.azd.core.CoreApi
-
Get a list of processes.
- getProcesses() - Method in class org.azd.core.types.Processes
- getProcesses() - Method in interface org.azd.interfaces.CoreDetails
- getProcessId() - Method in class org.azd.workitemtracking.types.ProcessMigrationResultModel
- getProcessParameters() - Method in class org.azd.build.types.BuildDefinition
- getProcessParameters() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getProcessParameters() - Method in class org.azd.release.types.ReleaseEnvironment
- getProcessTemplate() - Method in class org.azd.core.types.Capabilities
- getProfile() - Method in class org.azd.accounts.AccountsApi
-
Gets the logged in user profile.
- getProfile() - Method in interface org.azd.interfaces.AccountsDetails
- getProfile(String) - Method in class org.azd.accounts.AccountsApi
-
Gets a user profile.
- getProfile(String) - Method in interface org.azd.interfaces.AccountsDetails
- getProfileUrl() - Method in class org.azd.git.types.IdentityRefWithVote
- getProject() - Method in class org.azd.build.types.Build
- getProject() - Method in class org.azd.build.types.BuildDefinition
- getProject() - Method in class org.azd.build.types.DefinitionReference
- getProject() - Method in class org.azd.build.types.Folder
- getProject() - Method in class org.azd.common.types.ReferenceLinks
- getProject() - Method in class org.azd.connection.Connection
-
Get the default Project name
- getProject() - Method in class org.azd.distributedtask.types.DeploymentGroup
- getProject() - Method in class org.azd.distributedtask.types.EnvironmentInstance
- getProject() - Method in class org.azd.feedmanagement.types.Feed
- getProject() - Method in class org.azd.git.types.GitDeletedRepository
- getProject() - Method in class org.azd.git.types.GitRepository
- getProject() - Method in class org.azd.git.types.GitRepositoryCreateOptions
- getProject() - Method in class org.azd.git.types.GitRepositoryRef
- getProject() - Method in class org.azd.test.types.BuildConfiguration
- getProject() - Method in class org.azd.test.types.TestResolutionState
- getProject() - Method in class org.azd.test.types.TestRun
- getProject() - Method in class org.azd.workitemtracking.types.WorkItemDelete
- getProject() - Method in class org.azd.workitemtracking.types.WorkItemDeleteReference
- getProject(String) - Method in class org.azd.core.CoreApi
-
Get project with the specified id or name
- getProject(String) - Method in interface org.azd.interfaces.CoreDetails
- getProject(String, boolean, boolean) - Method in class org.azd.core.CoreApi
-
Get project with the specified id or name with optional parameters
- getProject(String, boolean, boolean) - Method in interface org.azd.interfaces.CoreDetails
- getProjectEntitlements() - Method in class org.azd.memberentitlementmanagement.types.GroupEntitlement
- getProjectEntitlements() - Method in class org.azd.memberentitlementmanagement.types.UserEntitlement
- getProjectId() - Method in class org.azd.core.types.Team
- getProjectId() - Method in class org.azd.git.types.GlobalGitRepositoryKey
- getProjectId() - Method in class org.azd.wiki.types.WikiCreateParameters
- getProjectId() - Method in class org.azd.wiki.types.WikiV2
- getProjectId() - Method in class org.azd.workitemtracking.types.ProcessMigrationResultModel
- getProjectName() - Method in class org.azd.core.types.Team
- getProjectPermissionInherited() - Method in class org.azd.memberentitlementmanagement.types.ProjectEntitlement
- getProjectProperties(String) - Method in class org.azd.core.CoreApi
-
Get a collection of team project properties.
- getProjectProperties(String) - Method in interface org.azd.interfaces.CoreDetails
- getProjectRef() - Method in class org.azd.memberentitlementmanagement.types.ProjectEntitlement
- getProjectReference() - Method in class org.azd.distributedtask.types.VariableGroupDefinition
- getProjectReference() - Method in class org.azd.distributedtask.types.VariableGroupProjectReference
- getProjectReference() - Method in class org.azd.release.types.Release
- getProjectReference() - Method in class org.azd.release.types.ReleaseDefinition
- getProjectReference() - Method in class org.azd.release.types.ReleaseDefinitionShallowReference
- getProjectReference() - Method in class org.azd.release.types.VariableGroupProjectReference
- getProjectReference() - Method in class org.azd.serviceendpoint.types.ServiceEndpointProjectReference
- getProjectRefs() - Method in class org.azd.memberentitlementmanagement.types.UsersSummary
- getProjects() - Method in class org.azd.core.CoreApi
-
Get all projects in the organization that the authenticated user has access to.
- getProjects() - Method in class org.azd.core.types.Projects
- getProjects() - Method in interface org.azd.interfaces.CoreDetails
- getProjects(int, int, String, boolean, String) - Method in class org.azd.core.CoreApi
-
Get all projects in the organization that the authenticated user has access to.
- getProjects(int, int, String, boolean, String) - Method in interface org.azd.interfaces.CoreDetails
- getProperties() - Method in class org.azd.accounts.types.Account
- getProperties() - Method in class org.azd.build.types.ArtifactResource
- getProperties() - Method in class org.azd.build.types.Build
- getProperties() - Method in class org.azd.build.types.BuildDefinition
- getProperties() - Method in class org.azd.build.types.BuildRepository
- getProperties() - Method in class org.azd.build.types.SourceRepository
- getProperties() - Method in class org.azd.build.types.TaskInputDefinitionBase
- getProperties() - Method in class org.azd.distributedtask.types.DeploymentMachine
- getProperties() - Method in class org.azd.distributedtask.types.TaskAgent
- getProperties() - Method in class org.azd.extensionmanagement.types.Contribution
- getProperties() - Method in class org.azd.extensionmanagement.types.ContributionConstraint
- getProperties() - Method in class org.azd.extensionmanagement.types.ContributionType
- getProperties() - Method in class org.azd.release.types.Release
- getProperties() - Method in class org.azd.release.types.ReleaseDefinition
- getProperties() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getProperties() - Method in class org.azd.release.types.TaskInputDefinitionBase
- getProperties() - Method in class org.azd.security.types.Identity
- getProperties() - Method in class org.azd.wiki.types.WikiV2
- getProtocol() - Method in class org.azd.feedmanagement.types.UpstreamSource
- getProviderData() - Method in class org.azd.distributedtask.types.VariableGroup
- getProviderData() - Method in class org.azd.distributedtask.types.VariableGroupDefinition
- getProviderData() - Method in class org.azd.release.types.VariableGroup
- getProviderDisplayName() - Method in class org.azd.security.types.Identity
- getProviderName() - Method in class org.azd.build.types.SourceProviderPullRequest
- getProvisionedTime() - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- getProvisioningState() - Method in class org.azd.distributedtask.types.TaskAgent
- getProvisioningState() - Method in class org.azd.distributedtask.types.TaskAgentReference
- getProvisionRequestTime() - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- getPublicAlias() - Method in class org.azd.accounts.types.Profile
- getPublicKey() - Method in class org.azd.distributedtask.types.TaskAgentAuthorization
- getPublishDeploymentStatus() - Method in class org.azd.release.types.EnvironmentOptions
- getPublisherId() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getPublisherId() - Method in class org.azd.servicehooks.types.ServiceHooks
- getPublisherId() - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- getPublisherInputs() - Method in class org.azd.servicehooks.types.ServiceHooks
- getPublisherInputs() - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- getPublisherName() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getPullRequest(String, int) - Method in class org.azd.git.GitApi
-
Retrieve a pull request.
- getPullRequest(String, int) - Method in interface org.azd.interfaces.GitDetails
- getPullRequest(String, String, String, String) - Method in class org.azd.build.BuildApi
-
Gets a pull request object from source provider.
- getPullRequest(String, String, String, String) - Method in interface org.azd.interfaces.BuildDetails
- getPullRequestById(int) - Method in class org.azd.git.GitApi
-
Retrieve a pull request.
- getPullRequestById(int) - Method in interface org.azd.interfaces.GitDetails
- getPullRequestDeploymentEnabled() - Method in class org.azd.release.types.EnvironmentOptions
- getPullRequestId() - Method in class org.azd.git.types.GitPullRequest
- getPullRequestLabel(String, int, String) - Method in class org.azd.git.GitApi
-
Retrieves a single label that has been assigned to a pull request.
- getPullRequestLabel(String, int, String) - Method in interface org.azd.interfaces.GitDetails
- getPullRequestLabels(String, int) - Method in class org.azd.git.GitApi
-
Get all the labels assigned to a pull request.
- getPullRequestLabels(String, int) - Method in interface org.azd.interfaces.GitDetails
- getPullRequestReviewer(int, String, String) - Method in class org.azd.git.GitApi
-
Retrieve information about a particular reviewer on a pull request
- getPullRequestReviewer(int, String, String) - Method in interface org.azd.interfaces.GitDetails
- getPullRequestReviewers() - Method in class org.azd.git.types.PullRequestReviewers
- getPullRequestReviewers(int, String) - Method in class org.azd.git.GitApi
-
Retrieve the reviewers for a pull request
- getPullRequestReviewers(int, String) - Method in interface org.azd.interfaces.GitDetails
- getPullRequests() - Method in class org.azd.git.types.PullRequests
- getPullRequests(String) - Method in class org.azd.git.GitApi
-
Retrieve all pull requests from a repository
- getPullRequests(String) - Method in interface org.azd.interfaces.GitDetails
- getPullRequestsByProject() - Method in class org.azd.git.GitApi
-
Gets all pull requests from a project.
- getPullRequestsByProject() - Method in interface org.azd.interfaces.GitDetails
- getPullRequestsByProject(int) - Method in class org.azd.git.GitApi
-
Gets all pull requests from a project.
- getPullRequestsByProject(int) - Method in interface org.azd.interfaces.GitDetails
- getPullRequestsByProject(int, int, String, boolean, String, String, String, String, PullRequestStatus, String) - Method in class org.azd.git.GitApi
-
Gets all pull requests from a project.
- getPullRequestsByProject(int, int, String, boolean, String, String, String, String, PullRequestStatus, String) - Method in interface org.azd.interfaces.GitDetails
- getPullRequestsByProject(PullRequestStatus) - Method in class org.azd.git.GitApi
-
Gets all pull requests from a project.
- getPullRequestsByProject(PullRequestStatus) - Method in interface org.azd.interfaces.GitDetails
- getPullRequestWorkItems(int, String) - Method in class org.azd.git.GitApi
-
Retrieve a list of work items associated with a pull request.
- getPullRequestWorkItems(int, String) - Method in interface org.azd.interfaces.GitDetails
- getPush() - Method in class org.azd.git.types.GitCommit
- getPush() - Method in class org.azd.git.types.GitCommitRef
- getPush(String, int) - Method in class org.azd.git.GitApi
-
Retrieves a particular push.
- getPush(String, int) - Method in interface org.azd.interfaces.GitDetails
- getPush(String, int, boolean) - Method in class org.azd.git.GitApi
-
Retrieves a particular push.
- getPush(String, int, boolean) - Method in interface org.azd.interfaces.GitDetails
- getPush(String, int, int) - Method in class org.azd.git.GitApi
-
Retrieves a particular push.
- getPush(String, int, int) - Method in interface org.azd.interfaces.GitDetails
- getPush(String, int, int, boolean) - Method in class org.azd.git.GitApi
-
Retrieves a particular push.
- getPush(String, int, int, boolean) - Method in interface org.azd.interfaces.GitDetails
- getPushCommits(String, int) - Method in class org.azd.git.GitApi
-
Retrieve a list of commits associated with a particular push.
- getPushCommits(String, int) - Method in interface org.azd.interfaces.GitDetails
- getPushCommits(String, int, boolean, int, int) - Method in class org.azd.git.GitApi
-
Retrieve a list of commits associated with a particular push.
- getPushCommits(String, int, boolean, int, int) - Method in interface org.azd.interfaces.GitDetails
- getPushedBy() - Method in class org.azd.git.types.GitPush
- getPushedBy() - Method in class org.azd.git.types.GitPushRef
- getPusher() - Method in class org.azd.build.types.BuildChange
- getPushes() - Method in class org.azd.git.types.GitPushes
- getPushes(String) - Method in class org.azd.git.GitApi
-
Retrieves pushes associated with the specified repository.
- getPushes(String) - Method in interface org.azd.interfaces.GitDetails
- getPushId() - Method in class org.azd.git.types.GitPush
- getPushId() - Method in class org.azd.git.types.GitPushRef
- getQuality() - Method in class org.azd.build.types.Build
- getQuality() - Method in class org.azd.build.types.BuildDefinition
- getQueries() - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getQueries() - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Gets the root queries and their children
- getQueries(int, QueryExpand, boolean) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getQueries(int, QueryExpand, boolean) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Gets the root queries and their children
- getQuery(String) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getQuery(String) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Retrieves an individual query and its children
- getQuery(String, int, QueryExpand, boolean, boolean) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getQuery(String, int, QueryExpand, boolean, boolean) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Retrieves an individual query and its children
- getQueryBatches(QueryErrorPolicy, QueryExpand, String[]) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getQueryBatches(QueryErrorPolicy, QueryExpand, String[]) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Gets a list of queries by ids (Maximum 1000)
- getQueryHierarchyItems() - Method in class org.azd.workitemtracking.types.QueryHierarchyItems
- getQueryHierarchyItems() - Method in class org.azd.workitemtracking.types.QueryHierarchyItemsResult
- getQueryRecursionOption() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getQueryResultType() - Method in class org.azd.workitemtracking.types.WorkItemQueryResult
- getQueryType() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getQueryType() - Method in class org.azd.workitemtracking.types.WorkItemQueryResult
- getQueue() - Method in class org.azd.build.types.Build
- getQueue() - Method in class org.azd.build.types.BuildDefinition
- getQueueDepthCount() - Method in class org.azd.release.types.EnvironmentExecutionPolicy
- getQueuedOn() - Method in class org.azd.release.types.DeploymentAttempt
- getQueueId() - Method in class org.azd.build.types.TimelineRecord
- getQueueId() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getQueueId() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getQueueOptions() - Method in class org.azd.build.types.Build
- getQueuePosition() - Method in class org.azd.build.types.Build
- getQueueStatus() - Method in class org.azd.build.types.BuildDefinition
- getQueueStatus() - Method in class org.azd.build.types.DefinitionReference
- getQueueTime() - Method in class org.azd.build.types.Build
- getQueueTime() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getRank() - Method in class org.azd.release.types.DeployPhase
- getRank() - Method in class org.azd.release.types.ReleaseApproval
- getRank() - Method in class org.azd.release.types.ReleaseDefinitionApprovalStep
- getRank() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getRank() - Method in class org.azd.release.types.ReleaseDeployPhase
- getRank() - Method in class org.azd.release.types.ReleaseEnvironment
- getRank() - Method in class org.azd.release.types.ReleaseTask
- getReadersGroup() - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- getReadOnly() - Method in class org.azd.workitemtracking.types.WorkItemField
- getReadPermission() - Method in class org.azd.security.types.SecurityNamespace
- getReason() - Method in class org.azd.build.types.Build
- getReason() - Method in class org.azd.distributedtask.types.TaskAgentUpdate
- getReason() - Method in class org.azd.feedmanagement.types.UpstreamStatusDetail
- getReason() - Method in class org.azd.release.types.DeploymentAttempt
- getReason() - Method in class org.azd.release.types.Release
- getReason() - Method in class org.azd.release.types.ReleaseReference
- getReceivedTimestamp() - Method in class org.azd.oauth.types.AuthorizedToken
- getReceiveTime() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getRecordId() - Method in class org.azd.build.types.TimelineAttempt
- getRecords() - Method in class org.azd.build.types.Timeline
- getRecycleBinRepositories() - Method in class org.azd.git.GitApi
-
Retrieve soft-deleted git repositories from the recycle bin.
- getRecycleBinRepositories() - Method in interface org.azd.interfaces.GitDetails
- getRedirectPolicy() - Static method in class org.azd.utils.BaseClient.StreamBuilder
-
Deprecated.
- getRedirectPolicy() - Static method in class org.azd.utils.BaseRestClient
-
Get the current redirect policy.
- getReferenceName() - Method in class org.azd.workitemtracking.types.WorkItemField
- getReferenceName() - Method in class org.azd.workitemtracking.types.WorkItemFieldOperation
- getReferenceName() - Method in class org.azd.workitemtracking.types.WorkItemFieldReference
- getReferenceName() - Method in class org.azd.workitemtracking.types.WorkItemType
- getReferenceName() - Method in class org.azd.workitemtracking.types.WorkItemTypeFieldInstance
- getRefName() - Method in class org.azd.build.types.Phases
- getRefName() - Method in class org.azd.release.types.DeployPhase
- getRefName() - Method in class org.azd.release.types.WorkflowTask
- getRefreshToken() - Method in class org.azd.oauth.types.AuthorizedToken
- getRefreshToken(String, String, String) - Static method in class org.azd.oauth.OAuthApi
-
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.
- getRefs() - Method in class org.azd.git.types.GitRefs
- getRefs(String) - Method in class org.azd.git.GitApi
-
Queries the provided repository for its refs and returns them.
- getRefs(String) - Method in interface org.azd.interfaces.GitDetails
- getRefs(String, String) - Method in class org.azd.git.GitApi
-
Queries the provided repository for its refs and returns them.
- getRefs(String, String) - Method in interface org.azd.interfaces.GitDetails
- getRefsUrl() - Method in class org.azd.build.types.SourceRepositoryProperties
- getRefUpdates() - Method in class org.azd.git.types.GitPush
- getRegistrationId() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getRejectedBy() - Method in class org.azd.git.types.GitRefUpdateResult
- getRel() - Method in class org.azd.work.types.WorkItemLink
- getRel() - Method in class org.azd.workitemtracking.types.WorkItemLink
- getRel() - Method in class org.azd.workitemtracking.types.WorkItemRelations
- getRelations() - Method in class org.azd.workitemtracking.types.WorkItem
- getRelations() - Method in class org.azd.workitemtracking.types.WorkItemRecycleBinReference
- getRelationships() - Method in class org.azd.extensionmanagement.types.ContributionConstraint
- getRelease() - Method in class org.azd.release.types.ManualIntervention
- getRelease() - Method in class org.azd.release.types.ReleaseApproval
- getRelease() - Method in class org.azd.release.types.ReleaseEnvironment
- getRelease() - Method in class org.azd.test.types.TestRun
- getRelease(int) - Method in interface org.azd.interfaces.ReleaseDetails
- getRelease(int) - Method in class org.azd.release.ReleaseApi
-
Get a Release
- getRelease(int, SingleReleaseExpands) - Method in interface org.azd.interfaces.ReleaseDetails
- getRelease(int, SingleReleaseExpands) - Method in class org.azd.release.ReleaseApi
-
Gets a Release
- getRelease(int, SingleReleaseExpands, ReleaseApprovalFilters, String[], int) - Method in interface org.azd.interfaces.ReleaseDetails
- getRelease(int, SingleReleaseExpands, ReleaseApprovalFilters, String[], int) - Method in class org.azd.release.ReleaseApi
-
Gets a Release
- getReleaseApi() - Method in interface org.azd.interfaces.AzDClient
- getReleaseApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of Release Api
- getReleaseApprovals() - Method in interface org.azd.interfaces.ReleaseDetails
- getReleaseApprovals() - Method in class org.azd.release.ReleaseApi
-
Get a list of approvals
- getReleaseApprovals() - Method in class org.azd.release.types.ReleaseApprovals
- getReleaseApprovals(int[]) - Method in interface org.azd.interfaces.ReleaseDetails
- getReleaseApprovals(int[]) - Method in class org.azd.release.ReleaseApi
-
Get a list of approvals
- getReleaseApprovals(String, int, boolean, ReleaseQueryOrder, int[], ReleaseApprovalStatus, int, ReleaseApprovalType) - Method in interface org.azd.interfaces.ReleaseDetails
- getReleaseApprovals(String, int, boolean, ReleaseQueryOrder, int[], ReleaseApprovalStatus, int, ReleaseApprovalType) - Method in class org.azd.release.ReleaseApi
-
Get a list of approvals
- getReleaseCreatedBy() - Method in class org.azd.release.types.ReleaseEnvironment
- getReleaseCreatorCanBeApprover() - Method in class org.azd.release.types.ApprovalOptions
- getReleaseDefinition() - Method in class org.azd.release.types.ManualIntervention
- getReleaseDefinition() - Method in class org.azd.release.types.Release
- getReleaseDefinition() - Method in class org.azd.release.types.ReleaseApproval
- getReleaseDefinition() - Method in class org.azd.release.types.ReleaseEnvironment
- getReleaseDefinition() - Method in class org.azd.release.types.ReleaseReference
- getReleaseDefinition(int) - Method in interface org.azd.interfaces.ReleaseDetails
- getReleaseDefinition(int) - Method in class org.azd.release.ReleaseApi
-
Get a release definition.
- getReleaseDefinitionHistory(int) - Method in interface org.azd.interfaces.ReleaseDetails
- getReleaseDefinitionHistory(int) - Method in class org.azd.release.ReleaseApi
-
Get revision history for a release definition
- getReleaseDefinitionId() - Method in class org.azd.release.types.EnvironmentTrigger
- getReleaseDefinitionRevision() - Method in class org.azd.release.types.Release
- getReleaseDefinitionRevisions() - Method in class org.azd.release.types.ReleaseDefinitionRevisions
- getReleaseDefinitions() - Method in interface org.azd.interfaces.ReleaseDetails
- getReleaseDefinitions() - Method in class org.azd.release.ReleaseApi
-
Get a list of release definitions.
- getReleaseDefinitions() - Method in class org.azd.release.types.ReleaseDefinitions
- getReleaseDefinitions(int) - Method in interface org.azd.interfaces.ReleaseDetails
- getReleaseDefinitions(int) - Method in class org.azd.release.ReleaseApi
-
Get a list of release definitions.
- getReleaseDefinitions(int[]) - Method in interface org.azd.interfaces.ReleaseDetails
- getReleaseDefinitions(int[]) - Method in class org.azd.release.ReleaseApi
-
Get a list of release definitions.
- getReleaseDefinitions(String) - Method in interface org.azd.interfaces.ReleaseDetails
- getReleaseDefinitions(String) - Method in class org.azd.release.ReleaseApi
-
Get a list of release definitions.
- getReleaseDefinitions(ReleaseDefinitionExpands) - Method in interface org.azd.interfaces.ReleaseDetails
- getReleaseDefinitions(ReleaseDefinitionExpands) - Method in class org.azd.release.ReleaseApi
-
Get a list of release definitions.
- getReleaseDefinitions(ReleaseDefinitionExpands, int, String, String, String, int[], boolean, boolean, String, String[], ReleaseDefinitionQueryOrder, String, boolean, String[]) - Method in interface org.azd.interfaces.ReleaseDetails
- getReleaseDefinitions(ReleaseDefinitionExpands, int, String, String, String, int[], boolean, boolean, String, String[], ReleaseDefinitionQueryOrder, String, boolean, String[]) - Method in class org.azd.release.ReleaseApi
-
Get a list of release definitions.
- getReleaseDeployPhases() - Method in class org.azd.release.types.DeploymentAttempt
- getReleaseEnvironment() - Method in class org.azd.release.types.ManualIntervention
- getReleaseEnvironment() - Method in class org.azd.release.types.ReleaseApproval
- getReleaseEnvironment(int, int) - Method in interface org.azd.interfaces.ReleaseDetails
- getReleaseEnvironment(int, int) - Method in class org.azd.release.ReleaseApi
-
Get a release environment.
- getReleaseEnvironment(int, int, SingleReleaseExpands) - Method in interface org.azd.interfaces.ReleaseDetails
- getReleaseEnvironment(int, int, SingleReleaseExpands) - Method in class org.azd.release.ReleaseApi
-
Get a release environment.
- getReleaseEnvironmentUri() - Method in class org.azd.test.types.RunCreateModel
- getReleaseEnvironmentUri() - Method in class org.azd.test.types.TestRun
- getReleaseId() - Method in class org.azd.release.types.ReleaseEnvironment
- getReleaseNameFormat() - Method in class org.azd.release.types.Release
- getReleaseNameFormat() - Method in class org.azd.release.types.ReleaseDefinition
- getReleaseReference() - Method in class org.azd.test.types.RunCreateModel
- getReleaseRequestTime() - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- getReleases() - Method in interface org.azd.interfaces.ReleaseDetails
- getReleases() - Method in class org.azd.release.ReleaseApi
-
Get a list of releases
- getReleases() - Method in class org.azd.release.types.Releases
- getReleases(int) - Method in interface org.azd.interfaces.ReleaseDetails
- getReleases(int) - Method in class org.azd.release.ReleaseApi
-
Get a list of releases
- getReleases(String[]) - Method in interface org.azd.interfaces.ReleaseDetails
- getReleases(String[]) - Method in class org.azd.release.ReleaseApi
-
Get a list of releases
- getReleases(ReleaseExpands) - Method in interface org.azd.interfaces.ReleaseDetails
- getReleases(ReleaseExpands) - Method in class org.azd.release.ReleaseApi
-
Get a list of releases
- getReleases(ReleaseExpands, int) - Method in interface org.azd.interfaces.ReleaseDetails
- getReleases(ReleaseExpands, int) - Method in class org.azd.release.ReleaseApi
-
Get a list of releases
- getReleases(ReleaseExpands, int, String, String, int, String, int, int, int, boolean, String, String, String, String[], ReleaseQueryOrder, String[], String, String, String, ReleaseStatus, String[]) - Method in interface org.azd.interfaces.ReleaseDetails
- getReleases(ReleaseExpands, int, String, String, int, String, int, int, int, boolean, String, String, String, String[], ReleaseQueryOrder, String[], String, String, String, ReleaseStatus, String[]) - Method in class org.azd.release.ReleaseApi
-
Get a list of releases
- getReleases(ReleaseExpands, String) - Method in interface org.azd.interfaces.ReleaseDetails
- getReleases(ReleaseExpands, String) - Method in class org.azd.release.ReleaseApi
-
Get a list of releases
- getReleasesToKeep() - Method in class org.azd.release.types.EnvironmentRetentionPolicy
- getReleaseUri() - Method in class org.azd.test.types.RunCreateModel
- getReleaseUri() - Method in class org.azd.test.types.TestRun
- getRemoteUrl() - Method in class org.azd.git.types.GitCommit
- getRemoteUrl() - Method in class org.azd.git.types.GitCommitRef
- getRemoteUrl() - Method in class org.azd.git.types.GitPullRequest
- getRemoteUrl() - Method in class org.azd.git.types.GitRepository
- getRemoteUrl() - Method in class org.azd.git.types.GitRepositoryRef
- getRemoteUrl() - Method in class org.azd.wiki.types.WikiPage
- getRemoteUrl() - Method in class org.azd.wiki.types.WikiV2
- getRepositories() - Method in class org.azd.build.types.SourceRepositories
- getRepositories() - Method in class org.azd.git.GitApi
-
Retrieve git repositories.
- getRepositories() - Method in class org.azd.git.types.Repositories
- getRepositories() - Method in interface org.azd.interfaces.GitDetails
- getRepositories(String, String) - Method in class org.azd.build.BuildApi
-
Gets a list of source code repositories.
- getRepositories(String, String) - Method in interface org.azd.interfaces.BuildDetails
- getRepositories(String, String, String) - Method in class org.azd.build.BuildApi
-
Gets a list of source code repositories.
- getRepositories(String, String, String) - Method in interface org.azd.interfaces.BuildDetails
- getRepositories(String, String, String, String, boolean, SourceProviderResultSet) - Method in class org.azd.build.BuildApi
-
Gets a list of source code repositories.
- getRepositories(String, String, String, String, boolean, SourceProviderResultSet) - Method in interface org.azd.interfaces.BuildDetails
- getRepository() - Method in class org.azd.build.types.Build
- getRepository() - Method in class org.azd.build.types.BuildDefinition
- getRepository() - Method in class org.azd.git.types.GitForkRef
- getRepository() - Method in class org.azd.git.types.GitPullRequest
- getRepository() - Method in class org.azd.git.types.GitPush
- getRepository(String) - Method in class org.azd.git.GitApi
-
Retrieve a git repository.
- getRepository(String) - Method in interface org.azd.interfaces.GitDetails
- getRepositoryGuid() - Method in class org.azd.test.types.BuildConfiguration
- getRepositoryId() - Method in class org.azd.git.types.GitRefUpdate
- getRepositoryId() - Method in class org.azd.git.types.GitRefUpdateResult
- getRepositoryId() - Method in class org.azd.git.types.GlobalGitRepositoryKey
- getRepositoryId() - Method in class org.azd.wiki.types.WikiCreateParameters
- getRepositoryId() - Method in class org.azd.wiki.types.WikiV2
- getRepositoryType() - Method in class org.azd.test.types.BuildConfiguration
- getRepositoryWebhooks() - Method in class org.azd.build.types.RepositoryWebhooks
- getRequestContent() - Method in class org.azd.build.types.DataSourceBindingBase
- getRequestContent() - Method in class org.azd.release.types.DataSourceBindingBase
- getRequestedBy() - Method in class org.azd.build.types.Build
- getRequestedBy() - Method in class org.azd.distributedtask.types.TaskAgentUpdate
- getRequestedBy() - Method in class org.azd.release.types.DeploymentAttempt
- getRequestedFor() - Method in class org.azd.build.types.Build
- getRequestedFor() - Method in class org.azd.release.types.DeploymentAttempt
- getRequestId() - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- getRequestId() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getRequestTime() - Method in class org.azd.distributedtask.types.TaskAgentUpdate
- getRequestVerb() - Method in class org.azd.build.types.DataSourceBindingBase
- getRequestVerb() - Method in class org.azd.release.types.DataSourceBindingBase
- getRequired() - Method in class org.azd.build.types.TaskInputDefinitionBase
- getRequired() - Method in class org.azd.extensionmanagement.types.ContributionPropertyDescription
- getRequired() - Method in class org.azd.release.types.TaskInputDefinitionBase
- getRequiredApproverCount() - Method in class org.azd.release.types.ApprovalOptions
- getRerun() - Method in class org.azd.test.types.ResultMetadata
- getReservedAgent() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getResolutionState() - Method in class org.azd.test.types.RunStatistic
- getResource() - Method in class org.azd.build.types.BuildArtifact
- getResourceCreatedDate() - Method in class org.azd.workitemtracking.types.WorkItemAttributes
- getResourceModifiedDate() - Method in class org.azd.workitemtracking.types.WorkItemAttributes
- getResourceRefs() - Method in class org.azd.git.types.GitRepositoryRefs
- getResourceRefs() - Method in class org.azd.git.types.ResourceRefs
- getResources() - Method in class org.azd.distributedtask.types.EnvironmentInstance
- getResources() - Method in class org.azd.pipelines.types.PipelineRun
- getResourceVersion() - Method in class org.azd.security.types.Identity
- getResourceVersion() - Method in class org.azd.servicehooks.types.ServiceHooks
- getResourceVersion() - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- getResponse(HttpRequest, HttpResponse.BodyHandler<T>, boolean) - Static method in class org.azd.utils.BaseRestClient
-
Helper method to get the response based on built http request.
- getRestrictedTo() - Method in class org.azd.extensionmanagement.types.Contribution
- getRestrictedTo() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getResult() - Method in class org.azd.build.types.Build
- getResult() - Method in class org.azd.build.types.BuildRequestValidationResult
- getResult() - Method in class org.azd.build.types.TimelineRecord
- getResult() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getResult() - Method in class org.azd.memberentitlementmanagement.types.UserEntitlementOperationResult
- getResult() - Method in class org.azd.pipelines.types.PipelineRun
- getResult() - Method in class org.azd.release.types.ReleaseCondition
- getResultCode() - Method in class org.azd.build.types.TimelineRecord
- getResultCode() - Method in class org.azd.release.types.ReleaseTask
- getResultCount() - Method in class org.azd.test.types.RunSummaryModel
- getResultMetadata() - Method in class org.azd.test.types.RunStatistic
- getResultSelector() - Method in class org.azd.build.types.DataSourceBindingBase
- getResultSelector() - Method in class org.azd.release.types.DataSourceBindingBase
- getResultTemplate() - Method in class org.azd.build.types.DataSourceBindingBase
- getResultTemplate() - Method in class org.azd.release.types.DataSourceBindingBase
- getRetainBuild() - Method in class org.azd.release.types.EnvironmentRetentionPolicy
- getRetainedByRelease() - Method in class org.azd.build.types.Build
- getRetentionPolicy() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getRetentionRules() - Method in class org.azd.build.types.BuildDefinition
- getRetryCountOnTaskFailure() - Method in class org.azd.release.types.WorkflowTask
- getRev() - Method in class org.azd.workitemtracking.types.WorkItem
- getRev() - Method in class org.azd.workitemtracking.types.WorkItemRecycleBinReference
- getReviewers() - Method in class org.azd.git.types.GitPullRequest
- getReviewerUrl() - Method in class org.azd.git.types.IdentityRefWithVote
- getReviewerUrl() - Method in class org.azd.git.types.Reviewers
- getRevisedDate() - Method in class org.azd.workitemtracking.types.WorkItemAttributes
- getRevision() - Method in class org.azd.accounts.types.Profile
- getRevision() - Method in class org.azd.build.types.BuildDefinition
- getRevision() - Method in class org.azd.build.types.BuildDefinitionRevision
- getRevision() - Method in class org.azd.build.types.DefinitionReference
- getRevision() - Method in class org.azd.build.types.TeamProjectReference
- getRevision() - Method in class org.azd.core.types.Project
- getRevision() - Method in class org.azd.core.types.TeamProjectReference
- getRevision() - Method in class org.azd.git.types.TeamProjectReference
- getRevision() - Method in class org.azd.pipelines.types.Pipeline
- getRevision() - Method in class org.azd.pipelines.types.PipelineReference
- getRevision() - Method in class org.azd.policy.types.PolicyConfiguration
- getRevision() - Method in class org.azd.release.types.ReleaseApproval
- getRevision() - Method in class org.azd.release.types.ReleaseApprovalHistory
- getRevision() - Method in class org.azd.release.types.ReleaseDefinition
- getRevision() - Method in class org.azd.release.types.ReleaseDefinitionRevision
- getRevision() - Method in class org.azd.test.types.TestRun
- getRisk() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getRole() - Method in class org.azd.feedmanagement.types.FeedPermission
- getRootFolder() - Method in class org.azd.build.types.BuildRepository
- getRun() - Method in class org.azd.test.types.TestRunStatistic
- getRunPlanId() - Method in class org.azd.release.types.ReleaseDeployPhase
- getRunPlanId() - Method in class org.azd.release.types.ReleaseGates
- getRunStatistics() - Method in class org.azd.test.types.TestRun
- getRunStatistics() - Method in class org.azd.test.types.TestRunStatistic
- getRunSummary() - Method in class org.azd.test.types.RunCreateModel
- getRunTimeout() - Method in class org.azd.test.types.RunCreateModel
- getSafeRepository() - Method in class org.azd.build.types.Properties
- getSafeRepository() - Method in class org.azd.build.types.SourceRepositoryProperties
- getSamplingInterval() - Method in class org.azd.release.types.ReleaseDefinitionGatesOptions
- getScheduledDeploymentTime() - Method in class org.azd.release.types.ReleaseEnvironment
- getScheduledPermanentDeleteDate() - Method in class org.azd.feedmanagement.types.Feed
- getScheduleOnlyWithChanges() - Method in class org.azd.release.types.ReleaseSchedule
- getSchedules() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getSchedules() - Method in class org.azd.release.types.ReleaseEnvironment
- getScope() - Method in class org.azd.build.types.BuildMetric
- getScope() - Method in class org.azd.core.types.ProjectFeature
- getScope() - Method in class org.azd.distributedtask.types.TaskAgentPoolReference
- getScopeId() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getScopes() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getSecurityApi() - Method in interface org.azd.interfaces.AzDClient
- getSecurityApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of security api
- getSecurityNamespaces() - Method in class org.azd.security.types.SecurityNamespaces
- getSecurityRoles() - Method in class org.azd.security.types.SecurityRoles
- getSelector() - Method in class org.azd.build.types.TaskSourceDefinitionBase
- getSelector() - Method in class org.azd.release.types.TaskSourceDefinitionBase
- getSelf() - Method in class org.azd.common.types.ReferenceLink
- getSelf() - Method in class org.azd.common.types.ReferenceLinks
- getSelf() - Method in class org.azd.graph.types.GraphDescriptorReferenceLinks
- getSelf() - Method in class org.azd.graph.types.GraphReferenceLinks
- getSelf() - Method in class org.azd.graph.types.MembershipReferenceLinks
- getSeparatorValue() - Method in class org.azd.security.types.SecurityNamespace
- getServiceEndpoint(String) - Method in interface org.azd.interfaces.ServiceEndpointDetails
- getServiceEndpoint(String) - Method in class org.azd.serviceendpoint.ServiceEndpointApi
-
Get the service endpoint details.
- getServiceEndpoint(String, ServiceEndpointActionFilter) - Method in interface org.azd.interfaces.ServiceEndpointDetails
- getServiceEndpoint(String, ServiceEndpointActionFilter) - Method in class org.azd.serviceendpoint.ServiceEndpointApi
-
Get the service endpoint details.
- getServiceEndpointApi() - Method in interface org.azd.interfaces.AzDClient
- getServiceEndpointApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of Service endpoint Api
- getServiceEndpointId() - Method in class org.azd.distributedtask.types.VariableGroupProviderData
- getServiceEndpointId() - Method in class org.azd.feedmanagement.types.UpstreamSource
- getServiceEndpointProjectId() - Method in class org.azd.feedmanagement.types.UpstreamSource
- getServiceEndpointProjectReferences() - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- getServiceEndpoints() - Method in interface org.azd.interfaces.ServiceEndpointDetails
- getServiceEndpoints() - Method in class org.azd.serviceendpoint.ServiceEndpointApi
-
Get the service endpoints.
- getServiceEndpoints() - Method in class org.azd.serviceendpoint.types.ServiceEndpoints
- getServiceEndpointsByNames(String[]) - Method in interface org.azd.interfaces.ServiceEndpointDetails
- getServiceEndpointsByNames(String[]) - Method in class org.azd.serviceendpoint.ServiceEndpointApi
-
Get the service endpoints by name.
- getServiceEndpointsByNames(String[], String[], boolean, boolean, String, String) - Method in interface org.azd.interfaces.ServiceEndpointDetails
- getServiceEndpointsByNames(String[], String[], boolean, boolean, String, String) - Method in class org.azd.serviceendpoint.ServiceEndpointApi
-
Get the service endpoints by name.
- getServiceHooksApi() - Method in interface org.azd.interfaces.AzDClient
- getServiceHooksApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of Service Hooks Api
- getServiceInstanceType() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getServiceOwner() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getSettings() - Method in class org.azd.policy.types.PolicyConfiguration
- getSettingScope() - Method in class org.azd.core.types.ProjectFeature.Scope
- getShortName() - Method in class org.azd.build.types.SourceRepositoryProperties
- getSignatureExpires() - Method in class org.azd.pipelines.types.SignedUrl
- getSignedContent() - Method in class org.azd.pipelines.types.LogCollection
- getSignedContent() - Method in class org.azd.pipelines.types.PipelineLog
- getSignedContent() - Method in class org.azd.pipelines.types.PipelinesArtifact
- getSize() - Method in class org.azd.distributedtask.types.TaskAgentPoolReference
- getSize() - Method in class org.azd.git.types.GitBlobRef
- getSize() - Method in class org.azd.git.types.GitRepository
- getSkip() - Method in class org.azd.git.types.GitCommitsBatch
- getSortColumns() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getSortColumns() - Method in class org.azd.workitemtracking.types.WorkItemQueryResult
- getSource() - Method in class org.azd.build.types.BuildArtifact
- getSource() - Method in class org.azd.extensionmanagement.types.ExtensionFile
- getSource() - Method in class org.azd.extensionmanagement.types.InstalledExtensionStateIssue
- getSource() - Method in class org.azd.git.types.GitForkSyncRequest
- getSource() - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- getSource() - Method in class org.azd.release.types.ReleaseDefinition
- getSource() - Method in class org.azd.work.types.WorkItemLink
- getSource() - Method in class org.azd.workitemtracking.types.WorkItemLink
- getSourceBranch() - Method in class org.azd.build.types.Build
- getSourceBranchRef() - Method in class org.azd.build.types.SourceProviderPullRequest
- getsourceChain() - Method in class org.azd.maven.types.Package
- getSourceClauses() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getSourceControlType() - Method in class org.azd.core.types.VersionControl
- getSourceDefinitions() - Method in class org.azd.build.types.ProcessParameters
- getSourceDefinitions() - Method in class org.azd.release.types.ProcessParameters
- getSourceProviderAttributes() - Method in class org.azd.build.types.SourceProviderAttributes
- getSourceProviderName() - Method in class org.azd.build.types.SourceRepository
- getSourceProviders() - Method in class org.azd.build.BuildApi
-
Get a list of source providers and their capabilities.
- getSourceProviders() - Method in interface org.azd.interfaces.BuildDetails
- getSourceRef() - Method in class org.azd.git.types.SourceToTargetRef
- getSourceRefName() - Method in class org.azd.git.types.GitPullRequest
- getSourceRepositoryItems() - Method in class org.azd.build.types.SourceRepositoryItems
- getSourceRepositoryOwner() - Method in class org.azd.build.types.SourceProviderPullRequest
- getSourceServerItem() - Method in class org.azd.git.types.GitChange
- getSourceSha() - Method in class org.azd.build.types.TriggerInfo
- getSourceToTargetRefs() - Method in class org.azd.git.types.GitForkSyncRequest
- getSourceType() - Method in class org.azd.maven.types.UpstreamSourceInfo
- getSourceVersion() - Method in class org.azd.build.types.Build
- getSourceVersion() - Method in class org.azd.distributedtask.types.TaskAgentUpdate
- getSourceVersion() - Method in class org.azd.test.types.BuildConfiguration
- getSourceVersionDisplayUri() - Method in class org.azd.build.types.BuildReferenceLinks
- getSourceVersionDisplayUri() - Method in class org.azd.common.types.ReferenceLinks
- getSourceWorkflow() - Method in class org.azd.test.types.RunCreateModel
- getSquashMerge() - Method in class org.azd.git.types.GitPullRequestCompletionOptions
- getSshUrl() - Method in class org.azd.git.types.GitRepository
- getSshUrl() - Method in class org.azd.git.types.GitRepositoryRef
- getStabilizationCompletedOn() - Method in class org.azd.release.types.ReleaseGates
- getStabilizationTime() - Method in class org.azd.release.types.ReleaseDefinitionGatesOptions
- getStageName() - Method in class org.azd.test.types.StageReference
- getStageReference() - Method in class org.azd.test.types.PipelineReference
- getStartDate() - Method in class org.azd.test.types.RunCreateModel
- getStartDate() - Method in class org.azd.work.types.TeamIterationAttributes
- getStartedDate() - Method in class org.azd.test.types.TestRun
- getStartedOn() - Method in class org.azd.release.types.ReleaseDeployPhase
- getStartedOn() - Method in class org.azd.release.types.ReleaseGates
- getStartHours() - Method in class org.azd.release.types.ReleaseSchedule
- getStartMinutes() - Method in class org.azd.release.types.ReleaseSchedule
- getStartTime() - Method in class org.azd.build.types.Build
- getStartTime() - Method in class org.azd.build.types.TimelineRecord
- getStartTime() - Method in class org.azd.release.types.ReleaseTask
- getState() - Method in class org.azd.build.types.TeamProjectReference
- getState() - Method in class org.azd.build.types.TimelineRecord
- getState() - Method in class org.azd.core.types.Project
- getState() - Method in class org.azd.core.types.ProjectFeature
- getState() - Method in class org.azd.core.types.TeamProjectReference
- getState() - Method in class org.azd.git.types.GitStatus
- getState() - Method in class org.azd.git.types.TeamProjectReference
- getState() - Method in class org.azd.pipelines.types.PipelineRun
- getState() - Method in class org.azd.test.types.RunCreateModel
- getState() - Method in class org.azd.test.types.RunStatistic
- getState() - Method in class org.azd.test.types.TestRun
- getState() - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- getStateAsBoolean() - Method in class org.azd.core.types.ProjectFeature
- getStateChangeDate() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getStates() - Method in class org.azd.workitemtracking.types.WorkItemType
- getStatus() - Method in class org.azd.build.types.Build
- getStatus() - Method in class org.azd.build.types.BuildController
- getStatus() - Method in class org.azd.core.types.OperationReference
- getStatus() - Method in class org.azd.distributedtask.types.TaskAgent
- getStatus() - Method in class org.azd.distributedtask.types.TaskAgentReference
- getStatus() - Method in class org.azd.feedmanagement.types.UpstreamSource
- getStatus() - Method in class org.azd.git.types.GitForkSyncRequest
- getStatus() - Method in class org.azd.git.types.GitPullRequest
- getStatus() - Method in class org.azd.memberentitlementmanagement.types.AccessLevel
- getStatus() - Method in class org.azd.memberentitlementmanagement.types.GroupEntitlement
- getStatus() - Method in class org.azd.release.types.DeploymentAttempt
- getStatus() - Method in class org.azd.release.types.ManualIntervention
- getStatus() - Method in class org.azd.release.types.Release
- getStatus() - Method in class org.azd.release.types.ReleaseApproval
- getStatus() - Method in class org.azd.release.types.ReleaseDeployPhase
- getStatus() - Method in class org.azd.release.types.ReleaseEnvironment
- getStatus() - Method in class org.azd.release.types.ReleaseGates
- getStatus() - Method in class org.azd.release.types.ReleaseTask
- getStatus() - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- getStatusChangedOn() - Method in class org.azd.distributedtask.types.TaskAgent
- getStatusDetails() - Method in class org.azd.feedmanagement.types.UpstreamSource
- getStatuses() - Method in class org.azd.git.types.GitCommit
- getStatuses() - Method in class org.azd.git.types.GitCommitRef
- getStatuses() - Method in class org.azd.git.types.GitForkRef
- getStatuses() - Method in class org.azd.git.types.GitRef
- getStatusMessage() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getStatusMessage() - Method in class org.azd.memberentitlementmanagement.types.AccessLevel
- getStatusReason() - Method in class org.azd.accounts.types.Account
- getSteps() - Method in class org.azd.build.types.Phases
- getStorageKey() - Method in class org.azd.graph.types.GraphDescriptorReferenceLinks
- getStorageKey() - Method in class org.azd.graph.types.GraphReferenceLinks
- getStoryPoints() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getStructureValue() - Method in class org.azd.security.types.SecurityNamespace
- getSubject() - Method in class org.azd.graph.types.GraphDescriptorReferenceLinks
- getSubjectDescriptor() - Method in class org.azd.security.types.Identity
- getSubjectKind() - Method in class org.azd.graph.types.GraphEntity
- getSubPages() - Method in class org.azd.wiki.types.WikiPage
- getSubscriber() - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- getSubscription(String) - Method in interface org.azd.interfaces.ServiceHooksDetails
- getSubscription(String) - Method in class org.azd.servicehooks.ServiceHooksApi
-
Get a specific service hooks subscription.
- getSubscriptionName() - Method in class org.azd.test.types.DtlEnvironmentDetails
- getSubscriptions() - Method in interface org.azd.interfaces.ServiceHooksDetails
- getSubscriptions() - Method in class org.azd.servicehooks.ServiceHooksApi
-
Get a list of subscriptions.
- getSubscriptions() - Method in class org.azd.servicehooks.types.ServiceHooksSubscriptions
- getSubscriptions(String, String, String, String) - Method in interface org.azd.interfaces.ServiceHooksDetails
- getSubscriptions(String, String, String, String) - Method in class org.azd.servicehooks.ServiceHooksApi
-
Get a list of subscriptions.
- getSubstate() - Method in class org.azd.test.types.TestRun
- getSucceedingSince() - Method in class org.azd.release.types.ReleaseGates
- getSupportedCapabilities() - Method in class org.azd.build.types.SourceProviderAttribute
- getSupportedCapabilities() - Method in class org.azd.build.types.SupportedTrigger
- getSupportedOperations() - Method in class org.azd.workitemtracking.types.WorkItemField
- getSupportedTriggers() - Method in class org.azd.build.types.SourceProviderAttribute
- getSupportsIterations() - Method in class org.azd.git.types.GitPullRequest
- getSystemAreaId() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemAreaLevel1() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemAreaPath() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemAssignedTo() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemAuthorizedAs() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemAuthorizedDate() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemBitMask() - Method in class org.azd.security.types.SecurityNamespace
- getSystemBoardColumn() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemCapabilities() - Method in class org.azd.distributedtask.types.TaskAgent
- getSystemChangedBy() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemChangedDate() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemCommentCount() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemCreatedBy() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemCreatedDate() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemDescription() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemId() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemIterationId() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemIterationLevel1() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemIterationPath() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemNodeName() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemPersonId() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemReason() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemRev() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemRevisedDate() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemState() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemTags() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemTeamProject() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemTitle() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemWatermark() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getSystemWorkItemType() - Method in class org.azd.workitemtracking.types.WorkItemFields
- getTaggedBy() - Method in class org.azd.git.types.GitAnnotatedTag
- getTaggedObject() - Method in class org.azd.git.types.GitAnnotatedTag
- getTags() - Method in class org.azd.build.BuildApi
-
Gets a list of all build tags in the project.
- getTags() - Method in class org.azd.build.types.Build
- getTags() - Method in class org.azd.build.types.BuildDefinition
- getTags() - Method in class org.azd.build.types.BuildTags
- getTags() - Method in class org.azd.distributedtask.types.DeploymentMachine
- getTags() - Method in class org.azd.distributedtask.types.EnvironmentResourceReference
- getTags() - Method in interface org.azd.interfaces.BuildDetails
- getTags() - Method in class org.azd.release.types.Release
- getTags() - Method in class org.azd.release.types.ReleaseDefinition
- getTags() - Method in class org.azd.test.types.RunCreateModel
- getTags() - Method in class org.azd.test.types.TestRun
- getTarget() - Method in class org.azd.build.types.BuildProcess
- getTarget() - Method in class org.azd.build.types.DataSourceBindingBase
- getTarget() - Method in class org.azd.build.types.Phases
- getTarget() - Method in class org.azd.build.types.TaskSourceDefinitionBase
- getTarget() - Method in class org.azd.release.types.DataSourceBindingBase
- getTarget() - Method in class org.azd.release.types.TaskSourceDefinitionBase
- getTarget() - Method in class org.azd.work.types.WorkItemLink
- getTarget() - Method in class org.azd.workitemtracking.types.WorkItemLink
- getTargetBranchName() - Method in class org.azd.test.types.BuildConfiguration
- getTargetBranchRef() - Method in class org.azd.build.types.SourceProviderPullRequest
- getTargetClauses() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getTargetRef() - Method in class org.azd.git.types.SourceToTargetRef
- getTargetRefName() - Method in class org.azd.git.types.GitPullRequest
- getTargetRepositoryOwner() - Method in class org.azd.build.types.SourceProviderPullRequest
- getTargets() - Method in class org.azd.extensionmanagement.types.Contribution
- getTargetUrl() - Method in class org.azd.git.types.GitStatus
- getTargetVersion() - Method in class org.azd.distributedtask.types.TaskAgentUpdate
- getTask() - Method in class org.azd.build.types.Steps
- getTask() - Method in class org.azd.build.types.TimelineRecord
- getTask() - Method in class org.azd.release.types.ReleaseTask
- getTaskAgents() - Method in class org.azd.distributedtask.types.TaskAgents
- getTaskId() - Method in class org.azd.release.types.WorkflowTask
- getTaskInstanceId() - Method in class org.azd.release.types.ManualIntervention
- getTasks() - Method in class org.azd.release.types.DeploymentJob
- getTasks() - Method in class org.azd.release.types.ReleaseDefinitionDeployStep
- getTasks() - Method in class org.azd.release.types.ReleaseDefinitionGate
- getTeam() - Method in class org.azd.common.types.ReferenceLinks
- getTeam(String, String) - Method in class org.azd.core.CoreApi
-
Get a specific team.
- getTeam(String, String) - Method in interface org.azd.interfaces.CoreDetails
- getTeam(String, String, boolean) - Method in class org.azd.core.CoreApi
-
Get a specific team.
- getTeam(String, String, boolean) - Method in interface org.azd.interfaces.CoreDetails
- getTeamIteration() - Method in class org.azd.common.types.ReferenceLinks
- getTeamIterationWorkItems(String, String) - Method in interface org.azd.interfaces.WorkDetails
- getTeamIterationWorkItems(String, String) - Method in class org.azd.work.WorkApi
-
Get work items for iteration
- getTeamProject() - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- getTeamRefs() - Method in class org.azd.memberentitlementmanagement.types.ProjectEntitlement
- getTeams() - Method in class org.azd.core.CoreApi
-
Get a list of all teams.
- getTeams() - Method in class org.azd.core.types.Teams
- getTeams() - Method in interface org.azd.interfaces.CoreDetails
- getTeams(boolean, String, int, int) - Method in class org.azd.core.CoreApi
-
Get a list of all teams.
- getTeams(boolean, String, int, int) - Method in interface org.azd.interfaces.CoreDetails
- getTeamSettingsIteration(String, String) - Method in interface org.azd.interfaces.WorkDetails
- getTeamSettingsIteration(String, String) - Method in class org.azd.work.WorkApi
-
Get team's iteration by iterationId
- getTeamSettingsIterations(String) - Method in interface org.azd.interfaces.WorkDetails
- getTeamSettingsIterations(String) - Method in class org.azd.work.WorkApi
-
Get a team's iterations
- getTeamSettingsIterations(String, IterationsTimeFrame) - Method in interface org.azd.interfaces.WorkDetails
- getTeamSettingsIterations(String, IterationsTimeFrame) - Method in class org.azd.work.WorkApi
-
Get a team's iterations using timeframe filter
- getTemplateName() - Method in class org.azd.core.types.ProcessTemplate
- getTemplateParameters() - Method in class org.azd.build.types.Build
- getTemplateTypeId() - Method in class org.azd.core.types.ProcessTemplate
- getTestApi() - Method in interface org.azd.interfaces.AzDClient
- getTestApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of Test api
- getTestConfigurationsMapping() - Method in class org.azd.test.types.RunCreateModel
- getTestEnvironment() - Method in class org.azd.test.types.TestRun
- getTestEnvironmentId() - Method in class org.azd.test.types.RunCreateModel
- getTestMessageLogId() - Method in class org.azd.test.types.TestRun
- getTestOutcome() - Method in class org.azd.test.types.RunSummaryModel
- getTestRunById(int) - Method in interface org.azd.interfaces.TestDetails
- getTestRunById(int) - Method in class org.azd.test.TestApi
-
Get a test run by its ID.
- getTestRuns() - Method in interface org.azd.interfaces.TestDetails
- getTestRuns() - Method in class org.azd.test.TestApi
-
Get a list of test runs.
- getTestRuns() - Method in class org.azd.test.types.TestRuns
- getTestRuns(int) - Method in interface org.azd.interfaces.TestDetails
- getTestRuns(int) - Method in class org.azd.test.TestApi
-
Get a list of test runs.
- getTestRuns(int, int, boolean, String, boolean, String, int, String) - Method in interface org.azd.interfaces.TestDetails
- getTestRuns(int, int, boolean, String, boolean, String, int, String) - Method in class org.azd.test.TestApi
-
Get a list of test runs.
- getTestRuns(String) - Method in interface org.azd.interfaces.TestDetails
- getTestRuns(String) - Method in class org.azd.test.TestApi
-
Get a list of test runs.
- getTestRunStatistics(int) - Method in interface org.azd.interfaces.TestDetails
- getTestRunStatistics(int) - Method in class org.azd.test.TestApi
-
Get test run statistics , used when we want to get summary of a run by outcome.
- getTestSettings() - Method in class org.azd.test.types.RunCreateModel
- getTestSettings() - Method in class org.azd.test.types.TestRun
- getText() - Method in class org.azd.workitemtracking.types.WorkItemCommentVersionRef
- getTimeFrame() - Method in class org.azd.work.types.TeamIterationAttributes
- getTimeline() - Method in class org.azd.build.types.BuildReferenceLinks
- getTimeline() - Method in class org.azd.common.types.ReferenceLinks
- getTimeline(int) - Method in class org.azd.build.BuildApi
-
Gets details for a build.
- getTimeline(int) - Method in interface org.azd.interfaces.BuildDetails
- getTimeline(int, String) - Method in class org.azd.build.BuildApi
-
Gets details for a build.
- getTimeline(int, String) - Method in interface org.azd.interfaces.BuildDetails
- getTimeline(int, String, int, String) - Method in class org.azd.build.BuildApi
-
Gets details for a build.
- getTimeline(int, String, int, String) - Method in interface org.azd.interfaces.BuildDetails
- getTimelineId() - Method in class org.azd.build.types.TimelineAttempt
- getTimelineRecordId() - Method in class org.azd.release.types.ReleaseTask
- getTimeout() - Method in class org.azd.release.types.ReleaseDefinitionGatesOptions
- getTimeoutInMinutes() - Method in class org.azd.build.types.Steps
- getTimeoutInMinutes() - Method in class org.azd.release.types.ApprovalOptions
- getTimeoutInMinutes() - Method in class org.azd.release.types.WorkflowTask
- getTimestamp() - Method in class org.azd.build.types.BuildChange
- getTimeStamp() - Method in class org.azd.accounts.types.Profile
- getTimeToDeploy() - Method in class org.azd.release.types.ReleaseEnvironment
- getTimeZoneId() - Method in class org.azd.release.types.ReleaseSchedule
- getTitle() - Method in class org.azd.build.types.SourceProviderPullRequest
- getTitle() - Method in class org.azd.git.types.GitPullRequest
- getTitle() - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- getToCommitId() - Method in class org.azd.git.types.GitCommitsBatch
- getToDate() - Method in class org.azd.git.types.GitCommitsBatch
- getToken() - Method in class org.azd.security.types.ACEs
- getToken() - Method in class org.azd.security.types.ACL
- getTokenType() - Method in class org.azd.oauth.types.AuthorizedToken
- getTop() - Method in class org.azd.git.types.GitCommitsBatch
- getTotal() - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- getTotalAfterNextBillingDate() - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- getTotalPageCount() - Method in class org.azd.build.types.SourceRepositories
- getTotalTests() - Method in class org.azd.test.types.TestRun
- getTransitions() - Method in class org.azd.workitemtracking.types.WorkItemType
- getTransitionWorkItems() - Method in class org.azd.git.types.GitPullRequestCompletionOptions
- getTreeId() - Method in class org.azd.git.types.GitCommit
- getTriggerContent() - Method in class org.azd.release.types.EnvironmentTrigger
- getTriggeredByAutoComplete() - Method in class org.azd.git.types.GitPullRequestCompletionOptions
- getTriggeredByBuild() - Method in class org.azd.build.types.Build
- getTriggerInfo() - Method in class org.azd.build.types.Build
- getTriggeringArtifactAlias() - Method in class org.azd.release.types.Release
- getTriggerReason() - Method in class org.azd.release.types.ReleaseEnvironment
- getTriggerRepository() - Method in class org.azd.build.types.TriggerInfo
- getTriggers() - Method in class org.azd.build.types.BuildDefinition
- getTriggers() - Method in class org.azd.release.types.ReleaseDefinition
- getTriggerType() - Method in class org.azd.build.types.BuildTrigger
- getTriggerType() - Method in class org.azd.build.types.Triggers
- getTriggerType() - Method in class org.azd.release.types.EnvironmentTrigger
- getTriggerType() - Method in class org.azd.release.types.ReleaseTriggerBase
- getType() - Method in class org.azd.build.types.ArtifactResource
- getType() - Method in class org.azd.build.types.BuildChange
- getType() - Method in class org.azd.build.types.BuildDefinition
- getType() - Method in class org.azd.build.types.BuildLog
- getType() - Method in class org.azd.build.types.BuildLogReference
- getType() - Method in class org.azd.build.types.BuildProcess
- getType() - Method in class org.azd.build.types.BuildRepository
- getType() - Method in class org.azd.build.types.DefinitionReference
- getType() - Method in class org.azd.build.types.Issue
- getType() - Method in class org.azd.build.types.Logs
- getType() - Method in class org.azd.build.types.Repository
- getType() - Method in class org.azd.build.types.SourceRepositoryItem
- getType() - Method in class org.azd.build.types.SupportedTrigger
- getType() - Method in class org.azd.build.types.TaskInputDefinitionBase
- getType() - Method in class org.azd.build.types.TimelineRecord
- getType() - Method in class org.azd.build.types.VariableGroup
- getType() - Method in class org.azd.core.types.Process
- getType() - Method in class org.azd.distributedtask.types.EnvironmentResourceReference
- getType() - Method in class org.azd.distributedtask.types.VariableGroup
- getType() - Method in class org.azd.distributedtask.types.VariableGroupDefinition
- getType() - Method in class org.azd.extensionmanagement.types.Contribution
- getType() - Method in class org.azd.extensionmanagement.types.ContributionPropertyDescription
- getType() - Method in class org.azd.extensionmanagement.types.InstalledExtensionStateIssue
- getType() - Method in class org.azd.feedmanagement.types.FeedView
- getType() - Method in class org.azd.git.types.GitTemplate
- getType() - Method in class org.azd.pipelines.types.PipelineConfiguration
- getType() - Method in class org.azd.policy.types.PolicyConfiguration
- getType() - Method in class org.azd.release.types.Artifact
- getType() - Method in class org.azd.release.types.ReleaseArtifacts
- getType() - Method in class org.azd.release.types.TaskInputDefinitionBase
- getType() - Method in class org.azd.release.types.VariableGroup
- getType() - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- getType() - Method in class org.azd.test.types.RunCreateModel
- getType() - Method in class org.azd.wiki.types.WikiCreateParameters
- getType() - Method in class org.azd.wiki.types.WikiV2
- getType() - Method in class org.azd.workitemtracking.types.WorkItemDelete
- getType() - Method in class org.azd.workitemtracking.types.WorkItemDeleteReference
- getType() - Method in class org.azd.workitemtracking.types.WorkItemField
- getTypeId() - Method in class org.azd.workitemtracking.types.ProcessIdModel
- getTypeKey() - Method in class org.azd.helpers.ApiException
- getTypeName() - Method in class org.azd.helpers.ApiException
- getTypes() - Method in class org.azd.build.types.RepositoryWebhook
- getUnanalyzedTests() - Method in class org.azd.test.types.TestRun
- getUnavailable() - Method in class org.azd.build.types.ControllerStatus
- getUniqueName() - Method in class org.azd.build.types.RequestedFor
- getUniqueName() - Method in class org.azd.common.types.Author
- getUniqueName() - Method in class org.azd.git.types.IdentityRefWithVote
- getUniqueName() - Method in class org.azd.git.types.Reviewers
- getUPackApi() - Method in interface org.azd.interfaces.AzDClient
- getUPackApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of Universal Package Api
- getUpdatedDate() - Method in class org.azd.build.types.BuildController
- getUpdatedDate() - Method in class org.azd.git.types.GitStatus
- getUpstreamEnabled() - Method in class org.azd.feedmanagement.types.Feed
- getUpstreamEnabledChangedDate() - Method in class org.azd.feedmanagement.types.Feed
- getUpstreamingBehavior(String, String, String) - Method in interface org.azd.interfaces.MavenDetails
- getUpstreamingBehavior(String, String, String) - Method in class org.azd.maven.MavenApi
-
Get the upstreaming behavior of a package within the context of a feed
- getUpstreamSources() - Method in class org.azd.feedmanagement.types.Feed
- getUpstreamSourceType() - Method in class org.azd.feedmanagement.types.UpstreamSource
- getUri() - Method in class org.azd.build.types.Build
- getUri() - Method in class org.azd.build.types.BuildController
- getUri() - Method in class org.azd.build.types.BuildDefinition
- getUri() - Method in class org.azd.build.types.DefinitionReference
- getUri() - Method in class org.azd.extensionmanagement.types.ExtensionEventCallback
- getUri() - Method in class org.azd.test.types.BuildConfiguration
- getUrl() - Method in class org.azd.accounts.types.Organization
- getUrl() - Method in class org.azd.build.types.AgentPoolQueue
- getUrl() - Method in class org.azd.build.types.ArtifactResource
- getUrl() - Method in class org.azd.build.types.Build
- getUrl() - Method in class org.azd.build.types.BuildController
- getUrl() - Method in class org.azd.build.types.BuildDefinition
- getUrl() - Method in class org.azd.build.types.BuildLog
- getUrl() - Method in class org.azd.build.types.BuildLogReference
- getUrl() - Method in class org.azd.build.types.BuildRepository
- getUrl() - Method in class org.azd.build.types.BuildWorkItem
- getUrl() - Method in class org.azd.build.types.DefinitionReference
- getUrl() - Method in class org.azd.build.types.Logs
- getUrl() - Method in class org.azd.build.types.Queue
- getUrl() - Method in class org.azd.build.types.Repository
- getUrl() - Method in class org.azd.build.types.RepositoryWebhook
- getUrl() - Method in class org.azd.build.types.RequestedFor
- getUrl() - Method in class org.azd.build.types.SourceRepository
- getUrl() - Method in class org.azd.build.types.SourceRepositoryItem
- getUrl() - Method in class org.azd.build.types.TeamProjectReference
- getUrl() - Method in class org.azd.build.types.Timeline
- getUrl() - Method in class org.azd.build.types.TimelineRecord
- getUrl() - Method in class org.azd.build.types.TimelineReference
- getUrl() - Method in class org.azd.common.types.Author
- getUrl() - Method in class org.azd.core.types.OperationReference
- getUrl() - Method in class org.azd.core.types.Process
- getUrl() - Method in class org.azd.core.types.Project
- getUrl() - Method in class org.azd.core.types.Team
- getUrl() - Method in class org.azd.core.types.TeamProjectCollectionReference
- getUrl() - Method in class org.azd.core.types.TeamProjectReference
- getUrl() - Method in class org.azd.core.types.WebApiTeam
- getUrl() - Method in class org.azd.feedmanagement.types.Feed
- getUrl() - Method in class org.azd.feedmanagement.types.FeedView
- getUrl() - Method in class org.azd.git.types.GitAnnotatedTag
- getUrl() - Method in class org.azd.git.types.GitBlobRef
- getUrl() - Method in class org.azd.git.types.GitChange
- getUrl() - Method in class org.azd.git.types.GitCommit
- getUrl() - Method in class org.azd.git.types.GitCommitRef
- getUrl() - Method in class org.azd.git.types.GitForkRef
- getUrl() - Method in class org.azd.git.types.GitItem
- getUrl() - Method in class org.azd.git.types.GitPullRequest
- getUrl() - Method in class org.azd.git.types.GitPush
- getUrl() - Method in class org.azd.git.types.GitPushRef
- getUrl() - Method in class org.azd.git.types.GitRef
- getUrl() - Method in class org.azd.git.types.GitRepository
- getUrl() - Method in class org.azd.git.types.GitRepositoryRef
- getUrl() - Method in class org.azd.git.types.IdentityRefWithVote
- getUrl() - Method in class org.azd.git.types.LastMergeCommit
- getUrl() - Method in class org.azd.git.types.LastMergeSourceCommit
- getUrl() - Method in class org.azd.git.types.LastMergeTargetCommit
- getUrl() - Method in class org.azd.git.types.ResourceRef
- getUrl() - Method in class org.azd.git.types.Reviewers
- getUrl() - Method in class org.azd.git.types.TeamProjectCollectionReference
- getUrl() - Method in class org.azd.git.types.TeamProjectReference
- getUrl() - Method in class org.azd.git.types.WebApiTagDefinition
- getUrl() - Method in class org.azd.graph.types.GraphEntity
- getUrl() - Method in class org.azd.pipelines.types.LogCollection
- getUrl() - Method in class org.azd.pipelines.types.Pipeline
- getUrl() - Method in class org.azd.pipelines.types.PipelineLog
- getUrl() - Method in class org.azd.pipelines.types.PipelineReference
- getUrl() - Method in class org.azd.pipelines.types.PipelineRun
- getUrl() - Method in class org.azd.pipelines.types.PipelinesArtifact
- getUrl() - Method in class org.azd.pipelines.types.SignedUrl
- getUrl() - Method in class org.azd.policy.types.PolicyConfiguration
- getUrl() - Method in class org.azd.policy.types.PolicyType
- getUrl() - Method in class org.azd.policy.types.PolicyTypeRef
- getUrl() - Method in class org.azd.release.types.ManualIntervention
- getUrl() - Method in class org.azd.release.types.ReleaseApproval
- getUrl() - Method in class org.azd.release.types.ReleaseDefinition
- getUrl() - Method in class org.azd.release.types.ReleaseDefinitionShallowReference
- getUrl() - Method in class org.azd.release.types.ReleaseEnvironmentShallowReference
- getUrl() - Method in class org.azd.release.types.ReleaseShallowReference
- getUrl() - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- getUrl() - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- getUrl() - Method in class org.azd.test.types.ShallowReference
- getUrl() - Method in class org.azd.test.types.TestRun
- getUrl() - Method in class org.azd.wiki.types.WikiPage
- getUrl() - Method in class org.azd.wiki.types.WikiV2
- getUrl() - Method in class org.azd.work.types.IterationWorkItems
- getUrl() - Method in class org.azd.work.types.TeamSettingsIteration
- getUrl() - Method in class org.azd.work.types.WorkItemReference
- getUrl() - Method in class org.azd.workitemtracking.types.AttachmentReference
- getUrl() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getUrl() - Method in class org.azd.workitemtracking.types.WorkItem
- getUrl() - Method in class org.azd.workitemtracking.types.WorkItemCommentVersionRef
- getUrl() - Method in class org.azd.workitemtracking.types.WorkItemDelete
- getUrl() - Method in class org.azd.workitemtracking.types.WorkItemDeleteReference
- getUrl() - Method in class org.azd.workitemtracking.types.WorkItemDeleteShallowReference
- getUrl() - Method in class org.azd.workitemtracking.types.WorkItemField
- getUrl() - Method in class org.azd.workitemtracking.types.WorkItemFieldReference
- getUrl() - Method in class org.azd.workitemtracking.types.WorkItemIcon
- getUrl() - Method in class org.azd.workitemtracking.types.WorkItemRecycleBinReference
- getUrl() - Method in class org.azd.workitemtracking.types.WorkItemReference
- getUrl() - Method in class org.azd.workitemtracking.types.WorkItemRelations
- getUrl() - Method in class org.azd.workitemtracking.types.WorkItemType
- getUrl() - Method in class org.azd.workitemtracking.types.WorkItemTypeFieldInstance
- getUsage() - Method in class org.azd.workitemtracking.types.WorkItemField
- getUser() - Method in class org.azd.git.types.GitCommitsBatch
- getUser() - Method in class org.azd.memberentitlementmanagement.types.UserEntitlement
- getUser(String) - Method in class org.azd.graph.GraphApi
-
Get a user by its descriptor.
- getUser(String) - Method in interface org.azd.interfaces.GraphDetails
- getUserCapabilities() - Method in class org.azd.distributedtask.types.TaskAgent
- getUserDelayed() - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- getUserEntitlement() - Method in class org.azd.memberentitlementmanagement.types.UserEntitlementsResponse
- getUserEntitlement(String) - Method in interface org.azd.interfaces.MemberEntitlementManagementDetails
- getUserEntitlement(String) - Method in class org.azd.memberentitlementmanagement.MemberEntitlementManagementApi
-
Get User Entitlement for a user.
- getUserEntitlements() - Method in interface org.azd.interfaces.MemberEntitlementManagementDetails
- getUserEntitlements() - Method in class org.azd.memberentitlementmanagement.MemberEntitlementManagementApi
-
Get a list of users/members entitlements.
- getUserEntitlements() - Method in class org.azd.memberentitlementmanagement.types.UserEntitlements
- getUserEntitlementSummary() - Method in interface org.azd.interfaces.MemberEntitlementManagementDetails
- getUserEntitlementSummary() - Method in class org.azd.memberentitlementmanagement.MemberEntitlementManagementApi
-
Get summary of Licenses, Extension, Projects, Groups and their assignments in the collection.
- getUserId() - Method in class org.azd.memberentitlementmanagement.types.UserEntitlementOperationResult
- getUsers() - Method in class org.azd.graph.GraphApi
-
Get a list of all users in a given scope.
- getUsers() - Method in class org.azd.graph.types.GraphUsers
- getUsers() - Method in interface org.azd.interfaces.GraphDetails
- getUsers(String, String, String) - Method in class org.azd.graph.GraphApi
-
Get a list of all users in a given scope.
- getUsers(String, String, String) - Method in interface org.azd.interfaces.GraphDetails
- getValidation() - Method in class org.azd.build.types.TaskInputDefinitionBase
- getValidation() - Method in class org.azd.release.types.TaskInputDefinitionBase
- getValidationResults() - Method in class org.azd.build.types.Build
- getValidRemoteUrls() - Method in class org.azd.git.types.GitRepository
- getValue() - Method in class org.azd.build.types.AuthorizationHeader
- getValue() - Method in class org.azd.build.types.BuildControllers
- getValue() - Method in class org.azd.build.types.Demand
- getValue() - Method in class org.azd.core.types.ProjectProperties
- getValue() - Method in class org.azd.core.types.ProjectProperty
- getValue() - Method in class org.azd.distributedtask.types.Demand
- getValue() - Method in enum class org.azd.enums.CustomHeader
- getValue() - Method in enum class org.azd.enums.VersionControlRecursionType
- getValue() - Method in class org.azd.git.types.WebApiTagDefinitions
- getValue() - Method in class org.azd.graph.types.GraphDescriptor
- getValue() - Method in class org.azd.graph.types.SubjectLookupResponse
- getValue() - Method in class org.azd.release.types.AuthorizationHeader
- getValue() - Method in class org.azd.release.types.Condition
- getValue() - Method in class org.azd.release.types.ConfigurationVariableValue
- getValue() - Method in class org.azd.release.types.Demand
- getValue() - Method in class org.azd.release.types.ReleaseCondition
- getValue() - Method in class org.azd.release.types.VariableValue
- getValue() - Method in class org.azd.test.types.CustomTestField
- getValue() - Method in class org.azd.workitemtracking.types.WorkItemQueryClause
- getValues() - Method in class org.azd.accounts.types.PropertiesCollection
- getValues() - Method in class org.azd.build.types.PropertiesCollection
- getValues() - Method in class org.azd.distributedtask.types.PropertiesCollection
- getVariableGroup(int) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get a variable group.
- getVariableGroup(int) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getVariableGroupProjectReferences() - Method in class org.azd.distributedtask.types.VariableGroup
- getVariableGroupProjectReferences() - Method in class org.azd.release.types.VariableGroup
- getVariableGroups() - Method in class org.azd.build.types.BuildDefinition
- getVariableGroups() - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get variable groups.
- getVariableGroups() - Method in class org.azd.distributedtask.types.VariableGroups
- getVariableGroups() - Method in interface org.azd.interfaces.DistributedTaskDetails
- getVariableGroups() - Method in class org.azd.release.types.Release
- getVariableGroups() - Method in class org.azd.release.types.ReleaseDefinition
- getVariableGroups() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getVariableGroups() - Method in class org.azd.release.types.ReleaseEnvironment
- getVariableGroups(int) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get variable groups.
- getVariableGroups(int) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getVariableGroups(int, VariableGroupActionFilter, int, String, VariableGroupQueryOrder) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get variable groups.
- getVariableGroups(int, VariableGroupActionFilter, int, String, VariableGroupQueryOrder) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getVariableGroups(String) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Get variable groups.
- getVariableGroups(String) - Method in interface org.azd.interfaces.DistributedTaskDetails
- getVariables() - Method in class org.azd.build.types.BuildDefinition
- getVariables() - Method in class org.azd.build.types.VariableGroup
- getVariables() - Method in class org.azd.distributedtask.types.VariableGroup
- getVariables() - Method in class org.azd.distributedtask.types.VariableGroupDefinition
- getVariables() - Method in class org.azd.pipelines.types.PipelineRun
- getVariables() - Method in class org.azd.release.types.Release
- getVariables() - Method in class org.azd.release.types.ReleaseDefinition
- getVariables() - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- getVariables() - Method in class org.azd.release.types.ReleaseEnvironment
- getVariables() - Method in class org.azd.release.types.VariableGroup
- getVault() - Method in class org.azd.distributedtask.types.VariableGroupProviderData
- getVersion() - Method in class org.azd.build.types.TaskReference
- getVersion() - Method in class org.azd.distributedtask.types.TaskAgent
- getVersion() - Method in class org.azd.distributedtask.types.TaskAgentReference
- getVersion() - Method in class org.azd.extensionmanagement.types.InstalledExtension
- getVersion() - Method in class org.azd.maven.types.MavenPackageVersionDeletionState
- getVersion() - Method in class org.azd.maven.types.Package
- getVersion() - Method in class org.azd.release.types.WorkflowTask
- getVersion() - Method in class org.azd.release.types.WorkflowTaskReference
- getVersion() - Method in class org.azd.upack.types.Package
- getVersion() - Method in class org.azd.upack.types.UPackPackageVersionDeletionState
- getVersion() - Method in class org.azd.wiki.types.GitVersionDescriptor
- getVersion() - Method in class org.azd.wiki.types.WikiCreateParameters
- getVersion() - Method in class org.azd.workitemtracking.types.WorkItemCommentVersionRef
- getVersionCheck() - Method in class org.azd.extensionmanagement.types.ExtensionEventCallbackCollection
- getVersionControl() - Method in class org.azd.core.types.Capabilities
- getVersionOptions() - Method in class org.azd.wiki.types.GitVersionDescriptor
- getVersions() - Method in class org.azd.wiki.types.WikiV2
- getVersionsFromExternalUpstreams() - Method in class org.azd.maven.types.UpstreamingBehavior
- getVersionSpec() - Method in class org.azd.build.types.Task
- getVersionType() - Method in class org.azd.wiki.types.GitVersionDescriptor
- getView() - Method in class org.azd.feedmanagement.types.Feed
- getViewId() - Method in class org.azd.feedmanagement.types.Feed
- getViewName() - Method in class org.azd.feedmanagement.types.Feed
- getViewStats() - Method in class org.azd.wiki.types.WikiPageDetail
- getVisibility() - Method in class org.azd.build.types.TeamProjectReference
- getVisibility() - Method in class org.azd.core.types.Project
- getVisibility() - Method in class org.azd.core.types.TeamProjectReference
- getVisibility() - Method in class org.azd.feedmanagement.types.FeedView
- getVisibility() - Method in class org.azd.feedmanagement.types.ProjectReference
- getVisibility() - Method in class org.azd.git.types.TeamProjectReference
- getVisibleRule() - Method in class org.azd.build.types.TaskInputDefinitionBase
- getVisibleRule() - Method in class org.azd.release.types.TaskInputDefinitionBase
- getVisibleTo() - Method in class org.azd.extensionmanagement.types.Contribution
- getVisibleTo() - Method in class org.azd.extensionmanagement.types.ContributionType
- getVote() - Method in class org.azd.git.types.IdentityRefWithVote
- getVote() - Method in class org.azd.git.types.Reviewers
- getVotedFor() - Method in class org.azd.git.types.IdentityRefWithVote
- getVsLink() - Method in class org.azd.git.types.FileContentMetadata
- getWarningCount() - Method in class org.azd.build.types.TimelineRecord
- getWeb() - Method in class org.azd.build.types.BuildDefinitionReferenceLinks
- getWeb() - Method in class org.azd.build.types.BuildReferenceLinks
- getWeb() - Method in class org.azd.common.types.ReferenceLinks
- getWeb() - Method in class org.azd.release.types.ReleaseReferenceLinks
- getWebAccessUrl() - Method in class org.azd.test.types.TestRun
- getWebHooks(String, String, String) - Method in class org.azd.build.BuildApi
-
Gets a list of webhooks installed in the given source code repository.
- getWebHooks(String, String, String) - Method in interface org.azd.interfaces.BuildDetails
- getWebUrl() - Method in class org.azd.git.types.GitRepository
- getWiki(String) - Method in interface org.azd.interfaces.WikiDetails
- getWiki(String) - Method in class org.azd.wiki.WikiApi
-
Gets the wiki corresponding to the wiki ID or wiki name provided.
- getWikiApi() - Method in interface org.azd.interfaces.AzDClient
- getWikiApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of WikiApi
- getWikiPage(String) - Method in interface org.azd.interfaces.WikiDetails
- getWikiPage(String) - Method in class org.azd.wiki.WikiApi
-
Gets metadata of the wiki page for the provided path.
- getWikiPage(String, boolean, String, VersionControlRecursionType) - Method in interface org.azd.interfaces.WikiDetails
- getWikiPage(String, boolean, String, VersionControlRecursionType) - Method in class org.azd.wiki.WikiApi
-
Gets metadata of the wiki page for the provided path.
- getWikiPage(String, boolean, String, VersionControlRecursionType, String, String, GitVersionType, GitVersionOptions) - Method in interface org.azd.interfaces.WikiDetails
- getWikiPage(String, boolean, String, VersionControlRecursionType, String, String, GitVersionType, GitVersionOptions) - Method in class org.azd.wiki.WikiApi
-
Gets metadata of the wiki page for the provided path.
- getWikiPageAsZip(String, String) - Method in interface org.azd.interfaces.WikiDetails
- getWikiPageAsZip(String, String) - Method in class org.azd.wiki.WikiApi
-
Gets content of the wiki page as zip file for the provided page id.
- getWikiPageById(String, String) - Method in interface org.azd.interfaces.WikiDetails
- getWikiPageById(String, String) - Method in class org.azd.wiki.WikiApi
-
Gets metadata of the wiki page for the provided page id.
- getWikiPageById(String, String, boolean, VersionControlRecursionType) - Method in interface org.azd.interfaces.WikiDetails
- getWikiPageById(String, String, boolean, VersionControlRecursionType) - Method in class org.azd.wiki.WikiApi
-
Gets metadata of the wiki page for the provided page id.
- getWikiPageContent(String, String) - Method in interface org.azd.interfaces.WikiDetails
- getWikiPageContent(String, String) - Method in class org.azd.wiki.WikiApi
-
Gets content of the wiki page for the provided page id.
- getWikiPages() - Method in class org.azd.wiki.types.WikiV2Pages
- getWikis() - Method in interface org.azd.interfaces.WikiDetails
- getWikis() - Method in class org.azd.wiki.WikiApi
-
Gets all wikis in a project or collection.
- getWiql() - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- getWorkApi() - Method in interface org.azd.interfaces.AzDClient
- getWorkApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of Work Api
- getWorkerName() - Method in class org.azd.build.types.TimelineRecord
- getWorkflowTasks() - Method in class org.azd.release.types.DeployPhase
- getWorkItem(int) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItem(int) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns a single work item.
- getWorkItem(int, WorkItemExpand) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItem(int, WorkItemExpand) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns a single work item.
- getWorkItem(int, WorkItemExpand, String) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItem(int, WorkItemExpand, String) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns a single work item.
- getWorkItem(int, WorkItemExpand, String[]) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItem(int, WorkItemExpand, String[]) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns a single work item.
- getWorkItem(int, WorkItemExpand, String[], String) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItem(int, WorkItemExpand, String[], String) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns a single work item.
- getWorkItemComments() - Method in class org.azd.common.types.ReferenceLinks
- getWorkItemDeleteReferences() - Method in class org.azd.workitemtracking.types.WorkItemDeleteReferences
- getWorkItemDeleteShallowReferences() - Method in class org.azd.workitemtracking.types.WorkItemDeleteShallowReferences
- getWorkItemField(String) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItemField(String) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Gets information on a specific field.
- getWorkItemFields() - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItemFields() - Method in class org.azd.workitemtracking.types.WorkItemFieldTypes
- getWorkItemFields() - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns information for all fields.
- getWorkItemFields(GetFieldsExpand) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItemFields(GetFieldsExpand) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns information for all fields.
- getWorkItemFromRecycleBin(int) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItemFromRecycleBin(int) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Gets a deleted work item from Recycle Bin.
- getWorkItemRefs() - Method in class org.azd.git.types.GitPullRequest
- getWorkItemRelations() - Method in class org.azd.work.types.IterationWorkItems
- getWorkItemRelations() - Method in class org.azd.workitemtracking.types.WorkItemQueryResult
- getWorkItemRevision(int, int) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItemRevision(int, int) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns a fully hydrated work item for the requested revision
- getWorkItemRevision(int, int, WorkItemExpand) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItemRevision(int, int, WorkItemExpand) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns a fully hydrated work item for the requested revision
- getWorkItemRevisions() - Method in class org.azd.common.types.ReferenceLinks
- getWorkItemRevisions(int) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItemRevisions(int) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns the list of fully hydrated work item revisions.
- getWorkItemRevisions(int, WorkItemExpand) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItemRevisions(int, WorkItemExpand) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns the list of fully hydrated work item revisions.
- getWorkItemRevisions(int, WorkItemExpand, int, int) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItemRevisions(int, WorkItemExpand, int, int) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns the list of fully hydrated work item revisions, paged.
- getWorkItems() - Method in class org.azd.git.types.GitCommit
- getWorkItems() - Method in class org.azd.git.types.GitCommitRef
- getWorkItems() - Method in class org.azd.workitemtracking.types.WorkItemList
- getWorkItems() - Method in class org.azd.workitemtracking.types.WorkItemQueryResult
- getWorkItems(int[]) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItems(int[]) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns a list of work items (Maximum 200)
- getWorkItems(int[], WorkItemExpand) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItems(int[], WorkItemExpand) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns a list of work items (Maximum 200)
- getWorkItems(int[], WorkItemExpand, String) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItems(int[], WorkItemExpand, String) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns a list of work items (Maximum 200)
- getWorkItems(int[], WorkItemExpand, String[]) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItems(int[], WorkItemExpand, String[]) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns a list of work items (Maximum 200)
- getWorkItems(int[], WorkItemExpand, String[], String, WorkItemErrorPolicy) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItems(int[], WorkItemExpand, String[], String, WorkItemErrorPolicy) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns a list of work items (Maximum 200)
- getWorkItemsBetweenBuilds(int, int, int) - Method in class org.azd.build.BuildApi
-
Gets all the work items between two builds.
- getWorkItemsBetweenBuilds(int, int, int) - Method in interface org.azd.interfaces.BuildDetails
- getWorkItemTrackingApi() - Method in interface org.azd.interfaces.AzDClient
- getWorkItemTrackingApi() - Method in class org.azd.utils.AzDClientApi
-
Returns an instance of Work item tracking Api
- getWorkItemType() - Method in class org.azd.build.types.Inputs
- getWorkItemType() - Method in class org.azd.common.types.ReferenceLinks
- getWorkItemType() - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- getWorkItemType(String) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItemType(String) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns a work item type definition.
- getWorkItemTypes() - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- getWorkItemTypes() - Method in class org.azd.workitemtracking.types.WorkItemTypes
- getWorkItemTypes() - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Returns the list of work item types
- getWorkItemUpdates() - Method in class org.azd.common.types.ReferenceLinks
- getWritePermission() - Method in class org.azd.security.types.SecurityNamespace
- getXmlForm() - Method in class org.azd.workitemtracking.types.WorkItemType
- getYaml() - Method in class org.azd.build.types.YamlBuild
- getYaml(int) - Method in class org.azd.build.BuildApi
-
Converts a definition to YAML.
- getYaml(int) - Method in interface org.azd.interfaces.BuildDetails
- getYaml(int, boolean, String, String[], int) - Method in class org.azd.build.BuildApi
-
Converts a definition to YAML, optionally at a specific revision.
- getYaml(int, boolean, String, String[], int) - Method in interface org.azd.interfaces.BuildDetails
- GIT - Enum constant in enum class org.azd.security.SecurityToken.Scope
- GIT - Static variable in class org.azd.common.ApiVersion
- GIT - Static variable in class org.azd.common.ResourceId
- GIT_PUSH - Static variable in class org.azd.common.ApiVersion
- GitAnnotatedTag - Class in org.azd.git.types
-
A Git annotated tag.
- GitAnnotatedTag() - Constructor for class org.azd.git.types.GitAnnotatedTag
- GitApi - Class in org.azd.git
-
GIT class to manage git API
- GitApi(Connection) - Constructor for class org.azd.git.GitApi
-
Pass the connection object to work with Git Api
- GitAsyncOperationStatus - Enum Class in org.azd.enums
-
Status of the git asynchronous operation.
- GitBlobRef - Class in org.azd.git.types
-
The class to represent a collection of REST reference links.
- GitBlobRef() - Constructor for class org.azd.git.types.GitBlobRef
- GitBlobRefFormat - Enum Class in org.azd.enums
- GitChange - Class in org.azd.git.types
-
None
- GitChange() - Constructor for class org.azd.git.types.GitChange
- GitCommit - Class in org.azd.git.types
-
State of the status.
- GitCommit() - Constructor for class org.azd.git.types.GitCommit
- GitCommitChanges - Class in org.azd.git.types
-
None
- GitCommitChanges() - Constructor for class org.azd.git.types.GitCommitChanges
- GitCommitRef - Class in org.azd.git.types
-
Represents all the data associated with a pull request.
- GitCommitRef() - Constructor for class org.azd.git.types.GitCommitRef
- GitCommitRefs - Class in org.azd.git.types
-
Represents an array of Git commit references.
- GitCommitRefs() - Constructor for class org.azd.git.types.GitCommitRefs
- GitCommits - Class in org.azd.git.types
- GitCommits() - Constructor for class org.azd.git.types.GitCommits
- GitCommitsBatch - Class in org.azd.git.types
-
Represents a request body object for Get Commits Batch API.
- GitCommitsBatch() - Constructor for class org.azd.git.types.GitCommitsBatch
- GitDeletedRepositories - Class in org.azd.git.types
-
List of deleted repositories
- GitDeletedRepositories() - Constructor for class org.azd.git.types.GitDeletedRepositories
- GitDeletedRepository - Class in org.azd.git.types
-
Project state.
- GitDeletedRepository() - Constructor for class org.azd.git.types.GitDeletedRepository
- GitDetails - Interface in org.azd.interfaces
- GitForkOperationStatusDetail - Class in org.azd.git.types
-
Status information about a requested fork operation.
- GitForkOperationStatusDetail() - Constructor for class org.azd.git.types.GitForkOperationStatusDetail
- GitForkRef - Class in org.azd.git.types
-
Preferences about how the pull request should be completed.
- GitForkRef() - Constructor for class org.azd.git.types.GitForkRef
- GitForkSyncRequest - Class in org.azd.git.types
-
Request to sync data between two forks.
- GitForkSyncRequest() - Constructor for class org.azd.git.types.GitForkSyncRequest
- GitForkSyncRequests - Class in org.azd.git.types
-
A list of fork sync requests.
- GitForkSyncRequests() - Constructor for class org.azd.git.types.GitForkSyncRequests
- GitHistoryMode - Enum Class in org.azd.enums
-
What Git history mode should be used.
- GitItem - Class in org.azd.git.types
-
State of the status.
- GitItem() - Constructor for class org.azd.git.types.GitItem
- GitItems - Class in org.azd.git.types
- GitItems() - Constructor for class org.azd.git.types.GitItems
- GitObject - Class in org.azd.git.types
-
Git object identifier and type information.
- GitObject() - Constructor for class org.azd.git.types.GitObject
- GitObjectType - Enum Class in org.azd.enums
-
Type of object (Commit, Tree, Blob, Tag)
- GitPullRequest - Class in org.azd.git.types
-
The options which are used when a pull request merge is created.
- GitPullRequest() - Constructor for class org.azd.git.types.GitPullRequest
- GitPullRequestCompletionOptions - Class in org.azd.git.types
-
Specify the strategy used to merge the pull request during completion.
- GitPullRequestCompletionOptions() - Constructor for class org.azd.git.types.GitPullRequestCompletionOptions
- GitPullRequestMergeOptions - Class in org.azd.git.types
-
This class contains the metadata of a service/extension posting a status.
- GitPullRequestMergeOptions() - Constructor for class org.azd.git.types.GitPullRequestMergeOptions
- GitPullRequestMergeStrategy - Enum Class in org.azd.enums
-
Status context that uniquely identifies the status.
- GitPush - Class in org.azd.git.types
-
State of the status.
- GitPush() - Constructor for class org.azd.git.types.GitPush
- GitPushes - Class in org.azd.git.types
-
Represents an array of GitPush
- GitPushes() - Constructor for class org.azd.git.types.GitPushes
- GitPushRef - Class in org.azd.git.types
-
User info and date for Git operations.
- GitPushRef() - Constructor for class org.azd.git.types.GitPushRef
- GitRef - Class in org.azd.git.types
-
This class contains the metadata of a service/extension posting a status.
- GitRef() - Constructor for class org.azd.git.types.GitRef
- GitRefs - Class in org.azd.git.types
-
List of refs (branches).
- GitRefs() - Constructor for class org.azd.git.types.GitRefs
- GitRefUpdate - Class in org.azd.git.types
-
Describes a set of Git Ref operations
- GitRefUpdate() - Constructor for class org.azd.git.types.GitRefUpdate
- GitRefUpdateResult - Class in org.azd.git.types
-
Result of a git reference update.
- GitRefUpdateResult() - Constructor for class org.azd.git.types.GitRefUpdateResult
- GitRefUpdateResults - Class in org.azd.git.types
-
Result of a git reference update list.
- GitRefUpdateResults() - Constructor for class org.azd.git.types.GitRefUpdateResults
- GitRepository - Class in org.azd.git.types
-
User info and date for Git operations.
- GitRepository() - Constructor for class org.azd.git.types.GitRepository
- GitRepositoryCreateOptions - Class in org.azd.git.types
-
Project visibility.
- GitRepositoryCreateOptions() - Constructor for class org.azd.git.types.GitRepositoryCreateOptions
- GitRepositoryRef - Class in org.azd.git.types
-
Identity information including a vote on a pull request.
- GitRepositoryRef() - Constructor for class org.azd.git.types.GitRepositoryRef
- GitRepositoryRefs - Class in org.azd.git.types
-
A list of git repositories.
- GitRepositoryRefs() - Constructor for class org.azd.git.types.GitRepositoryRefs
- GitStatus - Class in org.azd.git.types
-
The class to represent a collection of REST reference links.
- GitStatus() - Constructor for class org.azd.git.types.GitStatus
- GitStatusContext - Class in org.azd.git.types
-
The type of change that was made to the item.
- GitStatusContext() - Constructor for class org.azd.git.types.GitStatusContext
- GitStatusState - Enum Class in org.azd.enums
-
None
- GitTemplate - Class in org.azd.git.types
-
None
- GitTemplate() - Constructor for class org.azd.git.types.GitTemplate
- GitUserDate - Class in org.azd.git.types
-
None
- GitUserDate() - Constructor for class org.azd.git.types.GitUserDate
- GitVersionDescriptor - Class in org.azd.wiki.types
-
Versions of the wiki.
- GitVersionDescriptor() - Constructor for class org.azd.wiki.types.GitVersionDescriptor
- GitVersionDescriptor(String) - Constructor for class org.azd.wiki.types.GitVersionDescriptor
- GitVersionDescriptor(String, GitVersionOptions, GitVersionType) - Constructor for class org.azd.wiki.types.GitVersionDescriptor
- GitVersionOptions - Enum Class in org.azd.enums
-
Version options - Specify additional modifiers to version (e.g Previous)
- GitVersionType - Enum Class in org.azd.enums
-
Version type (branch, tag, or commit).
- GlobalGitRepositoryKey - Class in org.azd.git.types
-
Fully-qualified identifier for the source repository.
- GlobalGitRepositoryKey() - Constructor for class org.azd.git.types.GlobalGitRepositoryKey
- GRAPH - Static variable in class org.azd.common.ApiVersion
- GRAPH - Static variable in class org.azd.common.ResourceId
- GraphApi - Class in org.azd.graph
-
GraphApi class to manage graph users and groups
- GraphApi(Connection) - Constructor for class org.azd.graph.GraphApi
-
Pass the connection object to work with Graph Api
- GraphDescriptor - Class in org.azd.graph.types
-
Graph descriptor type
- GraphDescriptor() - Constructor for class org.azd.graph.types.GraphDescriptor
- GraphDescriptorReferenceLinks - Class in org.azd.graph.types
-
This field contains zero or more interesting links about the graph subject.
- GraphDescriptorReferenceLinks() - Constructor for class org.azd.graph.types.GraphDescriptorReferenceLinks
- GraphDetails - Interface in org.azd.interfaces
- GraphEntity - Class in org.azd.graph.types
-
Graph entity
- GraphEntity() - Constructor for class org.azd.graph.types.GraphEntity
- GraphGroup - Class in org.azd.graph.types
-
Graph group entity
- GraphGroup() - Constructor for class org.azd.graph.types.GraphGroup
- GraphGroups - Class in org.azd.graph.types
-
List of Graph group
- GraphGroups() - Constructor for class org.azd.graph.types.GraphGroups
- GraphMembership - Class in org.azd.graph.types
-
Graph membership entity.
- GraphMembership() - Constructor for class org.azd.graph.types.GraphMembership
- GraphMemberships - Class in org.azd.graph.types
-
list of graph membership
- GraphMemberships() - Constructor for class org.azd.graph.types.GraphMemberships
- GraphReferenceLinks - Class in org.azd.graph.types
-
This field contains zero or more interesting links about the graph subject.
- GraphReferenceLinks() - Constructor for class org.azd.graph.types.GraphReferenceLinks
- GraphUser - Class in org.azd.graph.types
-
Graph user entity
- GraphUser() - Constructor for class org.azd.graph.types.GraphUser
- GraphUsers - Class in org.azd.graph.types
-
Represents a list of graph user
- GraphUsers() - Constructor for class org.azd.graph.types.GraphUsers
- Group - Class in org.azd.memberentitlementmanagement.types
-
Project Group (e.g.
- Group() - Constructor for class org.azd.memberentitlementmanagement.types.Group
- GroupEntitlement - Class in org.azd.memberentitlementmanagement.types
-
A group entity with additional properties including its license, extensions, and project membership
- GroupEntitlement() - Constructor for class org.azd.memberentitlementmanagement.types.GroupEntitlement
- GroupEntitlements - Class in org.azd.memberentitlementmanagement.types
-
List of group entitlement
- GroupEntitlements() - Constructor for class org.azd.memberentitlementmanagement.types.GroupEntitlements
- GroupOptions - Class in org.azd.memberentitlementmanagement.types
-
Group option to add a user to
- GroupOptions() - Constructor for class org.azd.memberentitlementmanagement.types.GroupOptions
- GroupReferenceLinks - Class in org.azd.graph.types
-
Deprecated.This is identical to
GraphReferenceLinksand all references should be updated accordingly - GroupReferenceLinks() - Constructor for class org.azd.graph.types.GroupReferenceLinks
-
Deprecated.
- GroupType - Enum Class in org.azd.enums
-
Group Type
- GUID - Enum constant in enum class org.azd.enums.FieldType
-
Guid field type.
H
- hashCode() - Method in class org.azd.security.types.SecurityNamespace
- hasTokenExpired(AuthorizedToken) - Static method in class org.azd.oauth.OAuthApi
-
Check if the access token has expired.
- HIGH - Enum constant in enum class org.azd.enums.QueuePriority
-
High priority.
- HISTORY - Enum constant in enum class org.azd.enums.FieldType
-
History field type.
- HTML - Enum constant in enum class org.azd.enums.FieldType
-
HTML (Multiline) field type.
I
- IBIZA - Enum constant in enum class org.azd.enums.ReleaseDefinitionSource
-
Indicates ReleaseDefinition created from Ibiza.
- ID_ASCENDING - Enum constant in enum class org.azd.enums.ReleaseDefinitionQueryOrder
-
Return results based on release definition Id ascending order.
- ID_DESCENDING - Enum constant in enum class org.azd.enums.ReleaseDefinitionQueryOrder
-
Return results based on release definition Id descending order.
- IDASCENDING - Enum constant in enum class org.azd.enums.VariableGroupQueryOrder
-
Order by id ascending.
- IDDESCENDING - Enum constant in enum class org.azd.enums.VariableGroupQueryOrder
-
Order by id descending.
- Identities - Class in org.azd.security.types
-
collection of identities
- Identities() - Constructor for class org.azd.security.types.Identities
- Identity - Class in org.azd.security.types
-
identity returned by API identities descriptor lookup { "count": 1, "value": [ { "id": "81fa6389-0872-6fdd-a451-7ba7880f566a", "descriptor": "Microsoft.IdentityModel.Claims.ClaimsIdentity;7a394543-62fd-4274-a7d2-8fac775942b6\\jtseng@vscsi.us", "subjectDescriptor": "aad.MDA0NzBlMzQtZGE2MS03YTY5LWJkOTYtNDg3YTg0OWVjNTU4", "providerDisplayName": "Jia-hao Tseng", "isActive": true, "members": [], "memberOf": [], "memberIds": [], "properties": { "SchemaClassName": { "$type": "System.String", "$value": "User" }, "Description": { "$type": "System.String", "$value": "" }, "Domain": { "$type": "System.String", "$value": "7a394543-62fd-4274-a7d2-8fac775942b6" }, "Account": { "$type": "System.String", "$value": "jtseng@vscsi.us" }, "DN": { "$type": "System.String", "$value": "" }, "Mail": { "$type": "System.String", "$value": "jtseng@vscsi.us" }, "SpecialType": { "$type": "System.String", "$value": "Generic" }, "Alias": { "$type": "System.String", "$value": "jtseng" }, "PUID": { "$type": "System.String", "$value": "aad:100FAFF21C1B5261" }, "ComplianceValidated": { "$type": "System.DateTime", "$value": "2020-04-23T00:00:00Z" }, "http://schemas.microsoft.com/identity/claims/objectidentifier": { "$type": "System.String", "$value": "55c8c7b6-7ace-43bc-918f-304dfa2b6317" }, "MetadataUpdateDate": { "$type": "System.DateTime", "$value": "2018-07-10T16:11:40Z" }, "DirectoryAlias": { "$type": "System.String", "$value": "jtseng" } }, "resourceVersion": 2, "metaTypeId": 0 } ] }
- Identity - Enum constant in enum class org.azd.security.SecurityToken.Scope
- Identity() - Constructor for class org.azd.security.types.Identity
- IDENTITY - Enum constant in enum class org.azd.enums.FieldType
-
Identity field type.
- IDENTITY - Static variable in class org.azd.common.ApiVersion
- IdentityRefWithVote - Class in org.azd.git.types
-
Identity information including a vote on a pull request.
- IdentityRefWithVote() - Constructor for class org.azd.git.types.IdentityRefWithVote
- IgnoredGate - Class in org.azd.release.types
-
None
- IgnoredGate() - Constructor for class org.azd.release.types.IgnoredGate
- IgnoredGates - Class in org.azd.release.types
-
Ignored gates.
- IgnoredGates() - Constructor for class org.azd.release.types.IgnoredGates
- IMPLICIT - Enum constant in enum class org.azd.enums.FeedViewType
-
Internal view type that is automatically created and managed by the system.
- INCLUDEDELETED - Enum constant in enum class org.azd.enums.GetFieldsExpand
-
Includes fields that have been deleted.
- INCONCLUSIVE - Enum constant in enum class org.azd.enums.TestOutcome
-
Test has completed, but we can't say if it passed or failed.
- INDIVIDUALCI - Enum constant in enum class org.azd.enums.BuildReason
-
The build was started for the trigger TriggerType.ContinuousIntegration.
- INPROGRESS - Enum constant in enum class org.azd.enums.BuildStatus
-
The build is currently in progress.
- INPROGRESS - Enum constant in enum class org.azd.enums.DeploymentStatus
-
The deployment status is in progress.
- INPROGRESS - Enum constant in enum class org.azd.enums.DeployPhaseStatus
-
Phase execution in progress.
- INPROGRESS - Enum constant in enum class org.azd.enums.EnvironmentStatus
-
Environment is in progress state.
- INPROGRESS - Enum constant in enum class org.azd.enums.GateStatus
-
The gate is currently in progress.
- INPROGRESS - Enum constant in enum class org.azd.enums.GitAsyncOperationStatus
-
The operation is currently in progress.
- INPROGRESS - Enum constant in enum class org.azd.enums.ReleaseEnvironmentStatus
-
Environment is in progress state.
- INPROGRESS - Enum constant in enum class org.azd.enums.TaskStatus
-
The task is currently in progress.
- INPROGRESS - Enum constant in enum class org.azd.enums.TestOutcome
-
Test is currently executing.
- INPROGRESS - Enum constant in enum class org.azd.enums.TimelineRecordState
- Inputs - Class in org.azd.build.types
-
Represents build options input
- Inputs() - Constructor for class org.azd.build.types.Inputs
- InstalledExtension - Class in org.azd.extensionmanagement.types
-
Represents a VSTS extension along with its installation state
- InstalledExtension() - Constructor for class org.azd.extensionmanagement.types.InstalledExtension
- InstalledExtensions - Class in org.azd.extensionmanagement.types
-
Array of installed extensions
- InstalledExtensions() - Constructor for class org.azd.extensionmanagement.types.InstalledExtensions
- InstalledExtensionState - Class in org.azd.extensionmanagement.types
-
Information about this particular installation of the extension
- InstalledExtensionState() - Constructor for class org.azd.extensionmanagement.types.InstalledExtensionState
- InstalledExtensionStateIssue - Class in org.azd.extensionmanagement.types
-
Represents an installation issue
- InstalledExtensionStateIssue() - Constructor for class org.azd.extensionmanagement.types.InstalledExtensionStateIssue
- installExtension(String, String, String) - Method in class org.azd.extensionmanagement.ExtensionManagementApi
-
Install the specified extension
- installExtension(String, String, String) - Method in interface org.azd.interfaces.ExtensionManagementDetails
- Instance - Enum Class in org.azd.enums
-
Base Api instance
- INTEGER - Enum constant in enum class org.azd.enums.FieldType
-
Integer field type.
- INTERNAL - Enum constant in enum class org.azd.enums.UpstreamSourceType
-
Azure DevOps upstream source.
- InvalidArgumentException - Enum constant in enum class org.azd.enums.ApiExceptionTypes
-
This type will be thrown if the given argument is invalid.
- InvalidOrganizationNameException - Enum constant in enum class org.azd.enums.ApiExceptionTypes
-
Throw this error type if the user passes invalid organization name.
- InvalidPersonalAccessTokenException - Enum constant in enum class org.azd.enums.ApiExceptionTypes
-
This will be thrown if an invalid personal access token is supplies.
- IS_READONLY - Enum constant in enum class org.azd.enums.VariableValue
- IS_SECRET - Enum constant in enum class org.azd.enums.VariableValue
- isActive() - Method in class org.azd.security.types.Identity
- isAlwaysRequired() - Method in class org.azd.workitemtracking.types.WorkItemTypeFieldInstance
- isAlwaysRun() - Method in class org.azd.build.types.Steps
- isArchived() - Method in class org.azd.build.types.SourceRepositoryProperties
- isBatchChanges() - Method in class org.azd.build.types.Triggers
- isBlocking() - Method in class org.azd.policy.types.PolicyConfiguration
- isCheckoutSubmodules() - Method in class org.azd.build.types.Repository
- isContainer() - Method in class org.azd.build.types.SourceRepositoryItem
- isContinueOnError() - Method in class org.azd.build.types.Steps
- isDefault() - Method in class org.azd.core.types.Process
- isDeleted() - Method in class org.azd.policy.types.PolicyConfiguration
- isDeleted() - Method in class org.azd.workitemtracking.types.UpdateWorkItemField
- isDeleted() - Method in class org.azd.workitemtracking.types.WorkItemCommentVersionRef
- isDeletedInOrigin() - Method in class org.azd.graph.types.GraphUser
- isDescending() - Method in class org.azd.workitemtracking.types.WorkItemQuerySortColumn
- isDisabled() - Method in class org.azd.workitemtracking.types.WorkItemType
- isDraft() - Method in class org.azd.build.types.SourceProviderPullRequest
- isEnabled() - Method in class org.azd.build.types.Options
- isEnabled() - Method in class org.azd.build.types.Steps
- isEnabled() - Method in class org.azd.policy.types.PolicyConfiguration
- isEnterpriseManaged() - Method in class org.azd.policy.types.PolicyConfiguration
- isExcludeDeletes() - Method in class org.azd.git.types.GitCommitsBatch
- isFlagged() - Method in class org.azd.git.types.Reviewers
- isFork() - Method in class org.azd.build.types.Properties
- isFork() - Method in class org.azd.build.types.SourceRepositoryProperties
- isGitEnabled() - Method in class org.azd.core.types.VersionControl
- isHasAdminPermissions() - Method in class org.azd.build.types.SourceRepositoryProperties
- isHasDeclined() - Method in class org.azd.git.types.Reviewers
- isHasMore() - Method in class org.azd.workitemtracking.types.QueryHierarchyItemsResult
- isHasMoved() - Method in class org.azd.accounts.types.Account
- isHosted() - Method in class org.azd.build.types.BuildPool
- isIncludeExtendedInfo() - Method in class org.azd.security.types.ACE
- isIncludeLinks() - Method in class org.azd.git.types.GitCommitsBatch
- isIncludePushData() - Method in class org.azd.git.types.GitCommitsBatch
- isIncludeUserImageUrl() - Method in class org.azd.git.types.GitCommitsBatch
- isIncludeWorkItems() - Method in class org.azd.git.types.GitCommitsBatch
- isIndexed() - Method in class org.azd.extensionmanagement.types.ContributionType
- isInheritPermissions() - Method in class org.azd.security.types.ACL
- isInverse() - Method in class org.azd.extensionmanagement.types.ContributionConstraint
- isLocked() - Method in class org.azd.git.types.GitRefUpdate
- isLocked() - Method in class org.azd.git.types.GitRefUpdateResult
- isLocked() - Method in class org.azd.workitemtracking.types.WorkItemAttributes
- isMerge() - Method in class org.azd.security.types.ACEs
- isNonConformant() - Method in class org.azd.wiki.types.WikiPage
- isOwnerIsAUser() - Method in class org.azd.build.types.SourceRepositoryProperties
- isParentPage() - Method in class org.azd.wiki.types.WikiPage
- isPrimary() - Method in class org.azd.release.types.ReleaseArtifacts
- isPrivate() - Method in class org.azd.build.types.SourceRepositoryProperties
- isPurchasable() - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- isReady() - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- isRemotable() - Method in class org.azd.security.types.SecurityNamespace
- isReportBuildStatus() - Method in class org.azd.build.types.Properties
- isShared() - Method in class org.azd.distributedtask.types.VariableGroup
- isShared() - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- isShowOldestCommitsFirst() - Method in class org.azd.git.types.GitCommitsBatch
- isSuccess() - Method in class org.azd.git.types.GitRefUpdateResult
- isSuccess() - Method in class org.azd.memberentitlementmanagement.types.UserEntitlementOperationResult
- isSuccess() - Method in class org.azd.memberentitlementmanagement.types.UserEntitlementsResponse
- Issue - Class in org.azd.build.types
-
Represents an issue (error, warning) associated with a build.
- Issue - Class in org.azd.release.types
-
None
- Issue() - Constructor for class org.azd.build.types.Issue
- Issue() - Constructor for class org.azd.release.types.Issue
- Issues - Class in org.azd.release.types
-
List of issues occurred while execution of task.
- Issues() - Constructor for class org.azd.release.types.Issues
- IssueType - Enum Class in org.azd.build.types
-
The type (error, warning) of the issue.
- isSystemBoardColumnDone() - Method in class org.azd.workitemtracking.types.WorkItemFields
- isTfvcEnabled() - Method in class org.azd.core.types.VersionControl
- isUserScoped() - Method in class org.azd.core.types.ProjectFeature.Scope
- isUseTokenTranslator() - Method in class org.azd.security.types.SecurityNamespace
- ItemContent - Class in org.azd.git.types
-
None
- ItemContent() - Constructor for class org.azd.git.types.ItemContent
- ItemContentType - Enum Class in org.azd.enums
-
None
- Iteration - Enum constant in enum class org.azd.security.SecurityToken.Scope
- IterationsTimeFrame - Enum Class in org.azd.enums
- IterationWorkItems - Class in org.azd.work.types
-
Represents work items in an iteration backlog
- IterationWorkItems() - Constructor for class org.azd.work.types.IterationWorkItems
J
- JobReference - Class in org.azd.test.types
-
Phase in pipeline
- JobReference() - Constructor for class org.azd.test.types.JobReference
- JSON - Enum constant in enum class org.azd.enums.CustomHeader
-
Json content to accept "Accept", "application/json"
- JSON - Enum constant in enum class org.azd.enums.GitBlobRefFormat
- JSON_CONTENT_TYPE - Enum constant in enum class org.azd.enums.CustomHeader
-
Json content type applicable for most of the post request.
- JSON_PATCH - Enum constant in enum class org.azd.enums.CustomHeader
-
Should be used for post or patch operations "Content-Type", "application/json-patch+json"
- JsonMapper - Class in org.azd.helpers
-
Helper class to transform json string to POJO and vice versa
- JsonMapper() - Constructor for class org.azd.helpers.JsonMapper
K
- keys(SecurityToken.Scope) - Static method in class org.azd.security.SecurityToken
-
Extract set of keys required to populate token string fully
L
- LAST_RELEASE - Enum constant in enum class org.azd.enums.ReleaseDefinitionExpands
-
Include last release in return object.
- LastMergeCommit - Class in org.azd.git.types
-
Provides properties that describe a Git commit and associated metadata.
- LastMergeCommit() - Constructor for class org.azd.git.types.LastMergeCommit
- LastMergeSourceCommit - Class in org.azd.git.types
-
Provides properties that describe a Git commit and associated metadata.
- LastMergeSourceCommit() - Constructor for class org.azd.git.types.LastMergeSourceCommit
- LastMergeTargetCommit - Class in org.azd.git.types
-
Provides properties that describe a Git commit and associated metadata.
- LastMergeTargetCommit() - Constructor for class org.azd.git.types.LastMergeTargetCommit
- Library - Enum constant in enum class org.azd.security.SecurityToken.Scope
- LicenseSummaryData - Class in org.azd.memberentitlementmanagement.types
-
Summary of Licenses in the organization.
- LicenseSummaryData() - Constructor for class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- Licensing - Enum constant in enum class org.azd.security.SecurityToken.Scope
- LicensingOverride - Class in org.azd.extensionmanagement.types
-
Maps a contribution to a licensing behavior
- LicensingOverride() - Constructor for class org.azd.extensionmanagement.types.LicensingOverride
- LicensingSource - Enum Class in org.azd.enums
-
Licensing Source
- LinkQueryMode - Enum Class in org.azd.enums
-
The link query mode.
- LINKS - Enum constant in enum class org.azd.enums.WorkItemExpand
- LINKSONEHOPDOESNOTCONTAIN - Enum constant in enum class org.azd.enums.LinkQueryMode
-
Returns work items that satisfy the source, only if no linked work item satisfies the link and target criteria.
- LINKSONEHOPMAYCONTAIN - Enum constant in enum class org.azd.enums.LinkQueryMode
-
Returns work items that satisfy the source and link criteria, even if no linked work item satisfies the target criteria.
- LINKSONEHOPMUSTCONTAIN - Enum constant in enum class org.azd.enums.LinkQueryMode
-
Returns work items where the source, target, and link criteria are all satisfied.
- LINKSRECURSIVEDOESNOTCONTAIN - Enum constant in enum class org.azd.enums.LinkQueryMode
- LINKSRECURSIVEMAYCONTAIN - Enum constant in enum class org.azd.enums.LinkQueryMode
-
Returns work items a hierarchy of work items that by default satisfy the source
- LINKSRECURSIVEMUSTCONTAIN - Enum constant in enum class org.azd.enums.LinkQueryMode
- LocationUrl - Class in org.azd.common.types
-
Response class for getting the resource area url.
- LocationUrl() - Constructor for class org.azd.common.types.LocationUrl
- LOCK - Enum constant in enum class org.azd.enums.VersionControlChangeType
- LogCollection - Class in org.azd.pipelines.types
-
A collection of logs.
- LogCollection() - Constructor for class org.azd.pipelines.types.LogCollection
- LogicalOperation - Enum Class in org.azd.enums
-
Logical operator separating the condition clause
- Logs - Class in org.azd.build.types
-
Represents a build log.
- Logs() - Constructor for class org.azd.build.types.Logs
- LOW - Enum constant in enum class org.azd.enums.QueuePriority
-
Low priority.
M
- MACHINEGROUPBASEDDEPLOYMENT - Enum constant in enum class org.azd.enums.DeployPhaseTypes
-
Phase type which contains tasks executed on deployment group machines.
- mailAddress - Variable in class org.azd.graph.types.GraphEntity
-
The email address of record for a given graph member.
- MANAGE - Enum constant in enum class org.azd.enums.DeploymentGroupActionFilter
-
Only deployment groups for which caller has manage permission.
- MANAGE - Enum constant in enum class org.azd.enums.ServiceEndpointActionFilter
- MANAGE - Enum constant in enum class org.azd.enums.VariableGroupActionFilter
- MANUAL - Enum constant in enum class org.azd.enums.BuildReason
-
The build was started manually.
- MANUAL - Enum constant in enum class org.azd.enums.DeploymentReason
-
The deployment reason is manual.
- MANUAL - Enum constant in enum class org.azd.enums.ReleaseReason
-
Indicates the release triggered manually.
- MANUAL - Enum constant in enum class org.azd.enums.TaskAgentUpdateReasonType
- MANUAL_APPROVALS - Enum constant in enum class org.azd.enums.ReleaseApprovalFilters
- MANUALAPPROVALS - Enum constant in enum class org.azd.enums.ApprovalFilters
-
Manual approval steps but no approval snapshots (Use with ApprovalSnapshots for snapshots).
- ManualIntervention - Class in org.azd.release.types
-
None
- ManualIntervention() - Constructor for class org.azd.release.types.ManualIntervention
- MANUALINTERVENTIONPENDING - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is manualintervention pending.
- ManualInterventions - Class in org.azd.release.types
-
List of manual interventions
- ManualInterventions() - Constructor for class org.azd.release.types.ManualInterventions
- MANUALINTERVENTIONS - Enum constant in enum class org.azd.enums.ReleaseExpands
- ManualInterventionStatus - Enum Class in org.azd.enums
-
Gets or sets the status of the manual intervention.
- mapJsonFromFile(File, Class<T>) - Method in class org.azd.helpers.JsonMapper
-
Handles the deserialization of json string to given object from a file.
- mapJsonResponse(InputStream, Class<T>) - Method in class org.azd.helpers.JsonMapper
-
Handles the deserialization of json string to object of given type.
- mapJsonResponse(String, Class<T>) - Method in class org.azd.helpers.JsonMapper
-
Handles the deserialization of json string to object of given type.
- MAPPER - Static variable in class org.azd.utils.RestClientProvider
- MAVEN - Static variable in class org.azd.common.ApiVersion
- MAVEN - Static variable in class org.azd.common.ResourceId
- MavenApi - Class in org.azd.maven
-
MavenApi class to manage maven artifact package api
- MavenApi(Connection) - Constructor for class org.azd.maven.MavenApi
-
Pass the connection object to work with Maven Package Api
- MavenDetails - Interface in org.azd.interfaces
- MavenPackageVersionDeletionState - Class in org.azd.maven.types
-
Deletion state of a maven package.
- MavenPackageVersionDeletionState() - Constructor for class org.azd.maven.types.MavenPackageVersionDeletionState
- MEMBER_ENTITLEMENT_MANAGEMENT - Static variable in class org.azd.common.ResourceId
- MemberEntitlementManagementApi - Class in org.azd.memberentitlementmanagement
-
MemberEntitlementManagementApi class to manage groups and user entitlements API
- MemberEntitlementManagementApi(Connection) - Constructor for class org.azd.memberentitlementmanagement.MemberEntitlementManagementApi
-
Pass the connection object to work with Member Entitlement Management Api
- MemberEntitlementManagementDetails - Interface in org.azd.interfaces
- MEMBERSHIP_ENTITLEMENT_MANAGEMENT - Static variable in class org.azd.common.ApiVersion
- MembershipReferenceLinks - Class in org.azd.graph.types
-
This field contains zero or more interesting links about the graph subject.
- MembershipReferenceLinks() - Constructor for class org.azd.graph.types.MembershipReferenceLinks
- memberships - Variable in class org.azd.graph.types.GraphReferenceLinks
-
Represents the ulr of membership API
- membershipState - Variable in class org.azd.graph.types.GraphReferenceLinks
-
Membership state url
- MERGE - Enum constant in enum class org.azd.enums.VersionControlChangeType
- MetaTask - Enum constant in enum class org.azd.security.SecurityToken.Scope
- migrateProjectProcess(String) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- migrateProjectProcess(String) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Migrates a project to a different process within the same OOB type.
- MINAGENTVERSIONREQUIRED - Enum constant in enum class org.azd.enums.TaskAgentUpdateReasonType
- MINIMAL - Enum constant in enum class org.azd.enums.QueryExpand
- ModelBuilder - Class in org.azd.utils
-
Helper class to construct the request body dynamically by removing non-assigned values in a type.
- ModelBuilder() - Constructor for class org.azd.utils.ModelBuilder
- MONDAY - Enum constant in enum class org.azd.enums.ScheduleDays
-
Scheduled on Monday.
- MOVE - Enum constant in enum class org.azd.enums.PackageOperation
- MOVE - Enum constant in enum class org.azd.enums.WorkItemOperation
- MSDN - Enum constant in enum class org.azd.enums.LicensingSource
-
MSDN
- MsdnLicenseType - Enum Class in org.azd.enums
-
Type of MSDN License (e.g.
N
- NAME_ASCENDING - Enum constant in enum class org.azd.enums.ReleaseDefinitionQueryOrder
-
Return results based on release definition name ascending order.
- NAME_DESCENDING - Enum constant in enum class org.azd.enums.ReleaseDefinitionQueryOrder
-
Return results based on release definition name descending order.
- NEW - Enum constant in enum class org.azd.enums.ProjectState
-
Project is in the process of being created.
- NOFASTFORWARD - Enum constant in enum class org.azd.enums.GitPullRequestMergeStrategy
-
A two-parent, no-fast-forward merge.
- NONE - Enum constant in enum class org.azd.enums.ApprovalFilters
-
No approvals or approval snapshots.
- NONE - Enum constant in enum class org.azd.enums.BuildReason
-
No reason.
- NONE - Enum constant in enum class org.azd.enums.BuildResult
-
No result
- NONE - Enum constant in enum class org.azd.enums.BuildStatus
-
No status.
- NONE - Enum constant in enum class org.azd.enums.DefinitionTriggerType
-
Manual builds only.
- NONE - Enum constant in enum class org.azd.enums.DeploymentReason
-
The deployment reason is none.
- NONE - Enum constant in enum class org.azd.enums.EnvironmentExpands
-
No additional properties
- NONE - Enum constant in enum class org.azd.enums.ExtensionStateFlags
-
No flags set
- NONE - Enum constant in enum class org.azd.enums.FeedCapabilities
-
No flags exist for this feed
- NONE - Enum constant in enum class org.azd.enums.FieldUsage
-
Empty usage.
- NONE - Enum constant in enum class org.azd.enums.GateStatus
-
The gate does not have the status set.
- NONE - Enum constant in enum class org.azd.enums.GetFieldsExpand
-
Default behavior.
- NONE - Enum constant in enum class org.azd.enums.GitVersionOptions
-
Not specified
- NONE - Enum constant in enum class org.azd.enums.LogicalOperation
- NONE - Enum constant in enum class org.azd.enums.PipelinesExpandOptions
-
No expansion.
- NONE - Enum constant in enum class org.azd.enums.PullRequestMergeFailureType
-
Type is not set.
- NONE - Enum constant in enum class org.azd.enums.QueryExpand
- NONE - Enum constant in enum class org.azd.enums.ReleaseApprovalFilters
- NONE - Enum constant in enum class org.azd.enums.ReleaseDefinitionExpands
-
Returns top level properties of object.
- NONE - Enum constant in enum class org.azd.enums.ReleaseReason
-
Indicates the release triggered reason not set.
- NONE - Enum constant in enum class org.azd.enums.ScheduleDays
-
Scheduled day not set.
- NONE - Enum constant in enum class org.azd.enums.SingleReleaseExpands
- NONE - Enum constant in enum class org.azd.enums.TestOutcome
-
Test has not been completed, or the test type does not report pass/failure.
- NONE - Enum constant in enum class org.azd.enums.TestRunSubstate
-
Run with noState.
- NONE - Enum constant in enum class org.azd.enums.VariableGroupActionFilter
- NONE - Enum constant in enum class org.azd.enums.VersionControlChangeType
- NONE - Enum constant in enum class org.azd.enums.VersionControlRecursionType
-
Only return the specified item.
- NONE - Enum constant in enum class org.azd.enums.WorkItemExpand
- NORMAL - Enum constant in enum class org.azd.enums.QueuePriority
-
Normal priority.
- NOTAPPLICABLE - Enum constant in enum class org.azd.enums.GitStatusState
-
Status is not applicable to the target object.
- NOTAPPLICABLE - Enum constant in enum class org.azd.enums.TestOutcome
-
Test is Not Applicable for execution.
- NOTDEPLOYED - Enum constant in enum class org.azd.enums.DeploymentStatus
-
The deployment status is not deployed.
- NOTEXECUTED - Enum constant in enum class org.azd.enums.TestOutcome
-
Test was not executed.
- NOTIMPACTED - Enum constant in enum class org.azd.enums.TestOutcome
-
Test is not impacted.
- NOTSET - Enum constant in enum class org.azd.enums.GitStatusState
-
Status state not set.
- NOTSET - Enum constant in enum class org.azd.enums.PullRequestAsyncStatus
-
Status is not set.
- NOTSTARTED - Enum constant in enum class org.azd.enums.BuildStatus
-
The build has not yet started.
- NOTSTARTED - Enum constant in enum class org.azd.enums.DeployPhaseStatus
-
Phase execution not started.
- NOTSTARTED - Enum constant in enum class org.azd.enums.EnvironmentStatus
-
Environment is in not started state.
- NOTSTARTED - Enum constant in enum class org.azd.enums.ReleaseEnvironmentStatus
-
Environment is in not started state.
- NPM - Static variable in class org.azd.common.ResourceId
- NUGET - Static variable in class org.azd.common.ResourceId
O
- OAuthApi - Class in org.azd.oauth
-
OAuth Api class to authorize access to REST API
- OAuthApi() - Constructor for class org.azd.oauth.OAuthApi
-
Default constructor
- OBJECTTOOLARGE - Enum constant in enum class org.azd.enums.PullRequestMergeFailureType
-
Pull request merge failed due to an object being too large.
- OCTETSTREAM - Enum constant in enum class org.azd.enums.GitBlobRefFormat
- OFFLINE - Enum constant in enum class org.azd.enums.TaskAgentStatus
- OFSDELTA - Enum constant in enum class org.azd.enums.GitObjectType
- OK - Enum constant in enum class org.azd.enums.UpstreamStatus
-
Upstream source is ok.
- OK - Enum constant in enum class org.azd.enums.ValidationResult
- OMIT - Enum constant in enum class org.azd.enums.QueryErrorPolicy
- OMIT - Enum constant in enum class org.azd.enums.WorkItemErrorPolicy
- ONE_LEVEL - Enum constant in enum class org.azd.enums.VersionControlRecursionType
-
Return the specified item and its direct children.
- ONE_LEVEL_PLUS_NESTED_EMPTY_FOLDERS - Enum constant in enum class org.azd.enums.VersionControlRecursionType
-
Return the specified item and its direct children, as well as recursive chains of nested child folders that only contain a single folder.
- ONEHOP - Enum constant in enum class org.azd.enums.QueryType
-
Gets a list of work items and their direct links.
- ONLINE - Enum constant in enum class org.azd.enums.TaskAgentStatus
- OperationReference - Class in org.azd.core.types
-
Reference for an async operation.
- OperationReference() - Constructor for class org.azd.core.types.OperationReference
- Options - Class in org.azd.build.types
-
Represents the application of an optional behavior to a build definition.
- Options() - Constructor for class org.azd.build.types.Options
- OR - Enum constant in enum class org.azd.enums.LogicalOperation
- OrchestrationPlan - Class in org.azd.build.types
-
Represents a reference to an orchestration plan.
- OrchestrationPlan() - Constructor for class org.azd.build.types.OrchestrationPlan
- org.azd.accounts - package org.azd.accounts
- org.azd.accounts.types - package org.azd.accounts.types
- org.azd.build - package org.azd.build
- org.azd.build.types - package org.azd.build.types
- org.azd.common - package org.azd.common
- org.azd.common.types - package org.azd.common.types
- org.azd.connection - package org.azd.connection
- org.azd.core - package org.azd.core
- org.azd.core.types - package org.azd.core.types
- org.azd.distributedtask - package org.azd.distributedtask
- org.azd.distributedtask.types - package org.azd.distributedtask.types
- org.azd.enums - package org.azd.enums
- org.azd.exceptions - package org.azd.exceptions
- org.azd.extensionmanagement - package org.azd.extensionmanagement
- org.azd.extensionmanagement.types - package org.azd.extensionmanagement.types
- org.azd.feedmanagement - package org.azd.feedmanagement
- org.azd.feedmanagement.types - package org.azd.feedmanagement.types
- org.azd.git - package org.azd.git
- org.azd.git.types - package org.azd.git.types
- org.azd.graph - package org.azd.graph
- org.azd.graph.types - package org.azd.graph.types
- org.azd.helpers - package org.azd.helpers
- org.azd.interfaces - package org.azd.interfaces
- org.azd.maven - package org.azd.maven
- org.azd.maven.types - package org.azd.maven.types
- org.azd.memberentitlementmanagement - package org.azd.memberentitlementmanagement
- org.azd.memberentitlementmanagement.types - package org.azd.memberentitlementmanagement.types
- org.azd.oauth - package org.azd.oauth
- org.azd.oauth.types - package org.azd.oauth.types
- org.azd.pipelines - package org.azd.pipelines
- org.azd.pipelines.types - package org.azd.pipelines.types
- org.azd.policy - package org.azd.policy
- org.azd.policy.types - package org.azd.policy.types
- org.azd.release - package org.azd.release
- org.azd.release.types - package org.azd.release.types
- org.azd.security - package org.azd.security
- org.azd.security.types - package org.azd.security.types
- org.azd.serviceendpoint - package org.azd.serviceendpoint
- org.azd.serviceendpoint.types - package org.azd.serviceendpoint.types
- org.azd.servicehooks - package org.azd.servicehooks
- org.azd.servicehooks.types - package org.azd.servicehooks.types
- org.azd.test - package org.azd.test
- org.azd.test.types - package org.azd.test.types
- org.azd.upack - package org.azd.upack
- org.azd.upack.types - package org.azd.upack.types
- org.azd.utils - package org.azd.utils
- org.azd.wiki - package org.azd.wiki
- org.azd.wiki.types - package org.azd.wiki.types
- org.azd.work - package org.azd.work
- org.azd.work.types - package org.azd.work.types
- org.azd.workitemtracking - package org.azd.workitemtracking
- org.azd.workitemtracking.types - package org.azd.workitemtracking.types
- Organization - Class in org.azd.accounts.types
-
Represents an organization
- Organization() - Constructor for class org.azd.accounts.types.Organization
- ORGANIZATION - Enum constant in enum class org.azd.enums.FeedVisibility
-
Feed is accessible by all the valid users present in the enterprise where the feed resides.
- ORGANIZATION - Enum constant in enum class org.azd.enums.ProjectVisibility
-
Enterprise level project visibility
- OrganizationLevelData - Enum constant in enum class org.azd.security.SecurityToken.Scope
- Organizations - Class in org.azd.accounts.types
-
List of data provider
- Organizations() - Constructor for class org.azd.accounts.types.Organizations
- OrganizationsProvider - Class in org.azd.accounts.types
-
List of organization
- OrganizationsProvider() - Constructor for class org.azd.accounts.types.OrganizationsProvider
- origin - Variable in class org.azd.graph.types.GraphEntity
-
The type of source provider for the origin identifier (ex:AD, AAD, MSA)
- originId - Variable in class org.azd.graph.types.GraphEntity
-
The unique identifier from the system of origin.
P
- Package - Class in org.azd.maven.types
-
Package version metadata for a Maven package
- Package - Class in org.azd.upack.types
-
Package version metadata for a Universal package
- Package() - Constructor for class org.azd.maven.types.Package
- Package() - Constructor for class org.azd.upack.types.Package
- PACKAGE - Enum constant in enum class org.azd.enums.ReleaseTriggerType
-
Package based release trigger.
- PACKAGE - Static variable in class org.azd.common.ResourceId
- PackageOperation - Enum Class in org.azd.enums
-
The patch operation.
- PackagePromote - Enum Class in org.azd.enums
- PackagesBatchOperation - Enum Class in org.azd.enums
- PACKAGING - Static variable in class org.azd.common.ResourceId
- PackagingSourceType - Class in org.azd.maven.types
-
Source type, such as Public or Internal.
- PackagingSourceType() - Constructor for class org.azd.maven.types.PackagingSourceType
- PagedGraphMemberList - Class in org.azd.memberentitlementmanagement.types
-
A page of users
- PagedGraphMemberList() - Constructor for class org.azd.memberentitlementmanagement.types.PagedGraphMemberList
- PARENTFIRST - Enum constant in enum class org.azd.enums.QueryRecursionOption
-
Returns work items that satisfy the source, even if no linked work item satisfies the target and link criteria.
- PARTIALLYSUCCEEDED - Enum constant in enum class org.azd.enums.BuildResult
-
The build completed compilation successfully but had other errors.
- PARTIALLYSUCCEEDED - Enum constant in enum class org.azd.enums.DeploymentStatus
-
The deployment status is partiallysucceeded.
- PARTIALLYSUCCEEDED - Enum constant in enum class org.azd.enums.DeployPhaseStatus
-
Phase execution partially succeeded.
- PARTIALLYSUCCEEDED - Enum constant in enum class org.azd.enums.EnvironmentStatus
-
Environment is in partially succeeded state.
- PARTIALLYSUCCEEDED - Enum constant in enum class org.azd.enums.ReleaseEnvironmentStatus
-
Environment is in partially succeeded state.
- PARTIALLYSUCCEEDED - Enum constant in enum class org.azd.enums.TaskStatus
-
The task execution partially succeeded.
- PASSED - Enum constant in enum class org.azd.enums.TestOutcome
-
Test was executed w/o any issues.
- PAST - Enum constant in enum class org.azd.enums.IterationsTimeFrame
- patch(String, String, String, String) - Static method in class org.azd.utils.BaseClient
-
Deprecated.
- patch(String, String, HttpRequest.BodyPublisher, HttpResponse.BodyHandler<T>, CustomHeader, boolean) - Static method in class org.azd.utils.BaseRestClient
-
Sends a PATCH request to REST API with basic authentication and request body
- patch(String, String, List<Object>) - Static method in class org.azd.utils.BaseClient
-
Deprecated.
- patch(String, String, List<Object>, String) - Static method in class org.azd.utils.BaseClient
-
Deprecated.
- patch(String, String, Map) - Static method in class org.azd.utils.BaseClient
-
Deprecated.
- patch(String, String, Map, String) - Static method in class org.azd.utils.BaseClient
-
Deprecated.
- PATCH - Enum constant in enum class org.azd.enums.RequestMethod
- PAUSED - Enum constant in enum class org.azd.enums.DefinitionQueueStatus
-
When paused the definition queue allows builds to be queued by users and the system will queue scheduled, gated and continuous integration builds.
- PAUSED - Enum constant in enum class org.azd.enums.TestOutcome
-
Test is paused.
- PENDING - Enum constant in enum class org.azd.enums.ApprovalStatus
-
Indicates the approval is pending.
- PENDING - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is pending.
- PENDING - Enum constant in enum class org.azd.enums.GateStatus
-
The gate is in pending state.
- PENDING - Enum constant in enum class org.azd.enums.GitStatusState
-
Status pending.
- PENDING - Enum constant in enum class org.azd.enums.ManualInterventionStatus
-
The manual intervention is pending.
- PENDING - Enum constant in enum class org.azd.enums.ReleaseApprovalStatus
-
Indicates the approval is pending.
- PENDING - Enum constant in enum class org.azd.enums.TaskStatus
-
The task is in pending status.
- PENDING - Enum constant in enum class org.azd.enums.TimelineRecordState
- PENDINGANALYSIS - Enum constant in enum class org.azd.enums.TestRunSubstate
-
Run state while Pending Analysis.
- PERMANENTDELETE - Enum constant in enum class org.azd.enums.PackagesBatchOperation
- PermissionLevel - Enum constant in enum class org.azd.security.SecurityToken.Scope
- PHASECANCELED - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is phase canceled.
- PHASEFAILED - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is phase failed.
- PHASEINPROGRESS - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is phase in progress.
- PHASEPARTIALLYSUCCEEDED - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is phase partially succeeded.
- PhaseReference - Class in org.azd.test.types
-
Pipeline reference
- PhaseReference() - Constructor for class org.azd.test.types.PhaseReference
- Phases - Class in org.azd.build.types
-
Represents a phase
- Phases() - Constructor for class org.azd.build.types.Phases
- PHASESUCCEEDED - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is phase succeeded.
- PICKLISTDOUBLE - Enum constant in enum class org.azd.enums.FieldType
-
Double picklist field type.
- PICKLISTINTEGER - Enum constant in enum class org.azd.enums.FieldType
-
Integer picklist field type.
- PICKLISTSTRING - Enum constant in enum class org.azd.enums.FieldType
-
String picklist field type.
- Pipeline - Class in org.azd.pipelines.types
-
Definition of a pipeline.
- Pipeline() - Constructor for class org.azd.pipelines.types.Pipeline
- PipelineCachePrivileges - Enum constant in enum class org.azd.security.SecurityToken.Scope
- PipelineConfiguration - Class in org.azd.pipelines.types
-
Pipeline configuration object
- PipelineConfiguration() - Constructor for class org.azd.pipelines.types.PipelineConfiguration
- PipelineLog - Class in org.azd.pipelines.types
-
Log for a pipeline.
- PipelineLog() - Constructor for class org.azd.pipelines.types.PipelineLog
- PipelineReference - Class in org.azd.pipelines.types
-
A reference to a Pipeline.
- PipelineReference - Class in org.azd.test.types
-
The class to represent a collection of REST reference links.
- PipelineReference() - Constructor for class org.azd.pipelines.types.PipelineReference
- PipelineReference() - Constructor for class org.azd.test.types.PipelineReference
- PipelineRun - Class in org.azd.pipelines.types
-
Pipeline Run object
- PipelineRun() - Constructor for class org.azd.pipelines.types.PipelineRun
- PipelineRuns - Class in org.azd.pipelines.types
-
List of Run object
- PipelineRuns() - Constructor for class org.azd.pipelines.types.PipelineRuns
- Pipelines - Class in org.azd.pipelines.types
-
Defines a list of Pipeline object
- Pipelines() - Constructor for class org.azd.pipelines.types.Pipelines
- PIPELINES - Enum constant in enum class org.azd.enums.FeatureManagement
- PIPELINES - Static variable in class org.azd.common.ApiVersion
- PIPELINES - Static variable in class org.azd.common.ResourceId
- PipelinesApi - Class in org.azd.pipelines
-
PipelinesApi class to manage Pipelines API
- PipelinesApi(Connection) - Constructor for class org.azd.pipelines.PipelinesApi
-
Pass the connection object to work with Pipelines Api
- PipelinesArtifact - Class in org.azd.pipelines.types
-
Artifacts are collections of files produced by a pipeline.
- PipelinesArtifact() - Constructor for class org.azd.pipelines.types.PipelinesArtifact
- PipelinesDetails - Interface in org.azd.interfaces
- PipelinesExpandOptions - Enum Class in org.azd.enums
-
Expand options.
- PLAINTEXT - Enum constant in enum class org.azd.enums.FieldType
-
Plain text field type.
- Plan - Enum constant in enum class org.azd.security.SecurityToken.Scope
- Plans - Class in org.azd.build.types
-
Represents a plan
- Plans() - Constructor for class org.azd.build.types.Plans
- PLATFORMS - Enum constant in enum class org.azd.enums.MsdnLicenseType
-
Platforms
- POLICY - Static variable in class org.azd.common.ApiVersion
- POLICY - Static variable in class org.azd.common.ResourceId
- PolicyApi - Class in org.azd.policy
-
PolicyApi class to manage Policy API
- PolicyApi(Connection) - Constructor for class org.azd.policy.PolicyApi
-
Pass the connection object to work with Policy Api
- PolicyConfiguration - Class in org.azd.policy.types
-
The full policy configuration with settings.
- PolicyConfiguration() - Constructor for class org.azd.policy.types.PolicyConfiguration
- PolicyConfigurations - Class in org.azd.policy.types
-
List of full policy configuration with settings.
- PolicyConfigurations() - Constructor for class org.azd.policy.types.PolicyConfigurations
- PolicyDetails - Interface in org.azd.interfaces
- PolicyType - Class in org.azd.policy.types
-
User-friendly policy type with description (used for querying policy types).
- PolicyType() - Constructor for class org.azd.policy.types.PolicyType
- PolicyTypeRef - Class in org.azd.policy.types
-
Policy type reference.
- PolicyTypeRef() - Constructor for class org.azd.policy.types.PolicyTypeRef
- PolicyTypes - Class in org.azd.policy.types
-
List of User-friendly policy type with description (used for querying policy types).
- PolicyTypes() - Constructor for class org.azd.policy.types.PolicyTypes
- PORTALEXTENSIONAPI - Enum constant in enum class org.azd.enums.ReleaseDefinitionSource
-
Indicates ReleaseDefinition created from PortalExtension API.
- post(String, String) - Static method in class org.azd.utils.BaseClient
-
Deprecated.
- post(String, String, String, String) - Static method in class org.azd.utils.BaseClient
-
Deprecated.
- post(String, String, HttpRequest.BodyPublisher, HttpResponse.BodyHandler<T>, CustomHeader, boolean) - Static method in class org.azd.utils.BaseRestClient
-
Sends a POST request to REST API with oauth authentication, content length of the request and request body
- post(String, String, List<Object>) - Static method in class org.azd.utils.BaseClient
-
Deprecated.
- post(String, String, Map) - Static method in class org.azd.utils.BaseClient
-
Deprecated.
- POST - Enum constant in enum class org.azd.enums.RequestMethod
- POSTDEPLOY - Enum constant in enum class org.azd.enums.ApprovalType
-
Indicates the approvals which executed after deployment.
- POSTDEPLOY - Enum constant in enum class org.azd.enums.ReleaseApprovalType
-
Indicates the approvals which executed after deployment.
- POSTPONED - Enum constant in enum class org.azd.enums.BuildStatus
-
The build is inactive in the queue.
- PREDEPLOY - Enum constant in enum class org.azd.enums.ApprovalType
-
Indicates the approvals which executed before deployment.
- PREDEPLOY - Enum constant in enum class org.azd.enums.ReleaseApprovalType
-
Indicates the approvals which executed before deployment.
- PREMIUM - Enum constant in enum class org.azd.enums.MsdnLicenseType
-
Premium
- PRERELEASE - Enum constant in enum class org.azd.enums.PackagePromote
- PRESERVEAGENTONJOBFAILURE - Enum constant in enum class org.azd.enums.TaskAgentPoolOptions
-
Set to true if agents are held for investigation after a TaskAgentJobRequest failure
- previewPipeline(int, boolean) - Method in interface org.azd.interfaces.PipelinesDetails
- previewPipeline(int, boolean) - Method in class org.azd.pipelines.PipelinesApi
-
Queues a dry run of the pipeline and returns an object containing the final yaml.
- previewPipeline(int, boolean, String) - Method in interface org.azd.interfaces.PipelinesDetails
- previewPipeline(int, boolean, String) - Method in class org.azd.pipelines.PipelinesApi
-
Queues a dry run of the pipeline and returns an object containing the final yaml.
- PreviewRun - Class in org.azd.pipelines.types
-
Preview run result.
- PreviewRun() - Constructor for class org.azd.pipelines.types.PreviewRun
- PREVIOUS_CHANGE - Enum constant in enum class org.azd.enums.GitVersionOptions
-
Commit that changed item prior to the current version
- principalName - Variable in class org.azd.graph.types.GraphEntity
-
This is the PrincipalName of this graph member from the source provider.
- PRIVATE - Enum constant in enum class org.azd.enums.FeedVisibility
-
Only accessible by the permissions explicitly set by the feed administrator.
- PRIVATE - Enum constant in enum class org.azd.enums.ProjectVisibility
-
The project is only visible to users with explicit access.
- Process - Class in org.azd.build.types
-
Represents a build process.
- Process - Class in org.azd.core.types
-
Represents process
- Process - Enum constant in enum class org.azd.security.SecurityToken.Scope
- Process() - Constructor for class org.azd.build.types.Process
- Process() - Constructor for class org.azd.core.types.Process
- Processes - Class in org.azd.core.types
- Processes() - Constructor for class org.azd.core.types.Processes
- ProcessIdModel - Class in org.azd.workitemtracking.types
-
Stores process ID.
- ProcessIdModel() - Constructor for class org.azd.workitemtracking.types.ProcessIdModel
- ProcessMigrationResultModel - Class in org.azd.workitemtracking.types
-
Stores project ID and its process ID.
- ProcessMigrationResultModel() - Constructor for class org.azd.workitemtracking.types.ProcessMigrationResultModel
- ProcessParameters - Class in org.azd.build.types
-
Additional options for queueing the build.
- ProcessParameters - Class in org.azd.release.types
-
None
- ProcessParameters() - Constructor for class org.azd.build.types.ProcessParameters
- ProcessParameters() - Constructor for class org.azd.release.types.ProcessParameters
- ProcessTemplate - Class in org.azd.core.types
- ProcessTemplate() - Constructor for class org.azd.core.types.ProcessTemplate
- PROFESSIONAL - Enum constant in enum class org.azd.enums.AccountLicenseType
-
Professional
- PROFESSIONAL - Enum constant in enum class org.azd.enums.MsdnLicenseType
-
Professional
- Profile - Class in org.azd.accounts.types
-
A user profile.
- Profile() - Constructor for class org.azd.accounts.types.Profile
- PROFILE - Enum constant in enum class org.azd.enums.LicensingSource
-
Profile
- PROFILE - Static variable in class org.azd.common.ApiVersion
- PROFILE - Static variable in class org.azd.common.ResourceId
- Project - Class in org.azd.core.types
-
Represents a Team Project object.
- Project - Enum constant in enum class org.azd.security.SecurityToken.Scope
- Project() - Constructor for class org.azd.core.types.Project
- PROJECT - Enum constant in enum class org.azd.enums.BuildAuthorizationScope
-
The identity used should have build service account permissions scoped to the project in which the build definition resides.
- PROJECT - Static variable in class org.azd.common.ApiVersion
- PROJECT_PROPERTIES - Static variable in class org.azd.common.ApiVersion
- PROJECT_TEAMS - Static variable in class org.azd.common.ApiVersion
- PROJECTADMINISTRATOR - Enum constant in enum class org.azd.enums.GroupType
-
Project administrator
- PROJECTCOLLECTION - Enum constant in enum class org.azd.enums.BuildAuthorizationScope
-
The identity used should have build service account permissions scoped to the project collection.
- PROJECTCONTRIBUTOR - Enum constant in enum class org.azd.enums.GroupType
-
Project contributor
- ProjectEntitlement - Class in org.azd.memberentitlementmanagement.types
-
Relation between a project and the user's effective permissions in that project.
- ProjectEntitlement() - Constructor for class org.azd.memberentitlementmanagement.types.ProjectEntitlement
- ProjectFeature - Class in org.azd.core.types
-
data object representing project feature
- ProjectFeature() - Constructor for class org.azd.core.types.ProjectFeature
- ProjectFeature.Scope - Class in org.azd.core.types
- ProjectProperties - Class in org.azd.core.types
-
Array of project properties
- ProjectProperties() - Constructor for class org.azd.core.types.ProjectProperties
- ProjectProperty - Class in org.azd.core.types
-
A named value associated with a project.
- ProjectProperty() - Constructor for class org.azd.core.types.ProjectProperty
- PROJECTREADER - Enum constant in enum class org.azd.enums.GroupType
-
Project reader
- ProjectRef - Class in org.azd.memberentitlementmanagement.types
-
A reference to a project
- ProjectRef() - Constructor for class org.azd.memberentitlementmanagement.types.ProjectRef
- ProjectReference - Class in org.azd.feedmanagement.types
-
The class to represent a collection of REST reference links.
- ProjectReference - Class in org.azd.release.types
-
None
- ProjectReference() - Constructor for class org.azd.feedmanagement.types.ProjectReference
- ProjectReference() - Constructor for class org.azd.release.types.ProjectReference
- Projects - Class in org.azd.core.types
-
List of project
- Projects() - Constructor for class org.azd.core.types.Projects
- PROJECTSTAKEHOLDER - Enum constant in enum class org.azd.enums.GroupType
-
Project stake holder
- ProjectState - Enum Class in org.azd.enums
-
The build's priority.
- ProjectVisibility - Enum Class in org.azd.enums
-
The class to represent a collection of REST reference links.
- PROJECTWIKI - Enum constant in enum class org.azd.enums.WikiType
- PROMOTE - Enum constant in enum class org.azd.enums.PackagesBatchOperation
- Properties - Class in org.azd.build.types
-
Build repository properties
- Properties() - Constructor for class org.azd.build.types.Properties
- PropertiesCollection - Class in org.azd.accounts.types
-
The class represents a property bag as a collection of key-value pairs.
- PropertiesCollection - Class in org.azd.build.types
-
Represents a retention policy for a build definition.
- PropertiesCollection - Class in org.azd.distributedtask.types
-
Provides data necessary for authorizing the agent using OAuth 2.0 authentication flows.
- PropertiesCollection() - Constructor for class org.azd.accounts.types.PropertiesCollection
- PropertiesCollection() - Constructor for class org.azd.build.types.PropertiesCollection
- PropertiesCollection() - Constructor for class org.azd.distributedtask.types.PropertiesCollection
- PROPERTY - Enum constant in enum class org.azd.enums.VersionControlChangeType
- PUBLIC - Enum constant in enum class org.azd.enums.ProjectVisibility
-
The project is visible to all.
- PUBLIC - Enum constant in enum class org.azd.enums.UpstreamSourceType
-
Publicly available source.
- PULLREQUEST - Enum constant in enum class org.azd.enums.BuildReason
-
The build was started by a pull request.
- PULLREQUEST - Enum constant in enum class org.azd.enums.DefinitionTriggerType
-
A build should be triggered when a GitHub pull request is created or updated.
- PULLREQUEST - Enum constant in enum class org.azd.enums.ReleaseReason
-
Indicates the release triggered by PullRequest.
- PULLREQUEST - Enum constant in enum class org.azd.enums.ReleaseTriggerType
-
Pull request based release trigger.
- PullRequestAsyncStatus - Enum Class in org.azd.enums
-
None
- PullRequestMergeFailureType - Enum Class in org.azd.enums
-
None
- PullRequestReviewers - Class in org.azd.git.types
-
List of pull request reviewers.
- PullRequestReviewers() - Constructor for class org.azd.git.types.PullRequestReviewers
- PullRequests - Class in org.azd.git.types
-
Represents a list of pull request
- PullRequests() - Constructor for class org.azd.git.types.PullRequests
- PullRequestStatus - Enum Class in org.azd.enums
- put(String, String) - Method in class org.azd.distributedtask.types.VariableGroupMap
- put(String, String, String, String) - Static method in class org.azd.utils.BaseClient
-
Deprecated.
- put(String, String, HttpRequest.BodyPublisher, HttpResponse.BodyHandler<T>, CustomHeader, boolean) - Static method in class org.azd.utils.BaseRestClient
-
Sends a PUT request to REST API with basic authentication and request body
- put(String, String, Map) - Static method in class org.azd.utils.BaseClient
-
Deprecated.
- put(String, String, VariableValue) - Method in class org.azd.distributedtask.types.VariableGroupMap
- PUT - Enum constant in enum class org.azd.enums.RequestMethod
Q
- queryByWiql(String, String) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- queryByWiql(String, String) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Gets the results of the query given its WIQL.
- queryByWiql(String, String, int, boolean) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- queryByWiql(String, String, int, boolean) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Gets the results of the query given its WIQL.
- QueryErrorPolicy - Enum Class in org.azd.enums
-
The flag to control error policy in a query batch request.
- QueryExpand - Enum Class in org.azd.enums
- QueryHierarchyItem - Class in org.azd.workitemtracking.types
-
Represents an item in the work item query hierarchy.
- QueryHierarchyItem() - Constructor for class org.azd.workitemtracking.types.QueryHierarchyItem
- QueryHierarchyItems - Class in org.azd.workitemtracking.types
- QueryHierarchyItems() - Constructor for class org.azd.workitemtracking.types.QueryHierarchyItems
- QueryHierarchyItemsResult - Class in org.azd.workitemtracking.types
- QueryHierarchyItemsResult() - Constructor for class org.azd.workitemtracking.types.QueryHierarchyItemsResult
- QueryRecursionOption - Enum Class in org.azd.enums
-
The recursion option for use in a tree query.
- QueryType - Enum Class in org.azd.enums
-
The type of query.
- Queue - Class in org.azd.build.types
-
Represents a queue for running builds.
- Queue() - Constructor for class org.azd.build.types.Queue
- queueBuild(int) - Method in class org.azd.build.BuildApi
-
Queues a build
- queueBuild(int) - Method in interface org.azd.interfaces.BuildDetails
- queueBuild(Build) - Method in class org.azd.build.BuildApi
-
Queues a build
- queueBuild(Build) - Method in interface org.azd.interfaces.BuildDetails
- QUEUED - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is queued.
- QUEUED - Enum constant in enum class org.azd.enums.EnvironmentStatus
-
Environment is in queued state.
- QUEUED - Enum constant in enum class org.azd.enums.GitAsyncOperationStatus
-
The operation is waiting in a queue and has not yet started.
- QUEUED - Enum constant in enum class org.azd.enums.PullRequestAsyncStatus
-
Pull request merge is queued.
- QUEUED - Enum constant in enum class org.azd.enums.ReleaseEnvironmentStatus
-
Environment is in queued state.
- QUEUEDFORAGENT - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is queued for agent.
- QUEUEDFORPIPELINE - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is queued for pipeline.
- QueueOptions - Class in org.azd.build.types
-
Represents a reference to an agent pool.
- QueueOptions() - Constructor for class org.azd.build.types.QueueOptions
- QueuePriority - Enum Class in org.azd.enums
-
Represents a reference to an orchestration plan.
- queueRelease(int, String) - Method in interface org.azd.interfaces.ReleaseDetails
- queueRelease(int, String) - Method in class org.azd.release.ReleaseApi
-
Queue a release pipeline with release id and environment or stage name.
R
- RAWTEXT - Enum constant in enum class org.azd.enums.ItemContentType
- READER - Enum constant in enum class org.azd.enums.FeedRole
-
Readers can only read packages and view settings.
- REASSIGNED - Enum constant in enum class org.azd.enums.ApprovalStatus
-
Indicates the approval is reassigned.
- REASSIGNED - Enum constant in enum class org.azd.enums.ReleaseApprovalStatus
-
Indicates the approval is reassigned.
- REBASE - Enum constant in enum class org.azd.enums.GitPullRequestMergeStrategy
-
Rebase the source branch on top of the target branch HEAD commit, and fast-forward the target branch.
- REBASEMERGE - Enum constant in enum class org.azd.enums.GitPullRequestMergeStrategy
-
Rebase the source branch on top of the target branch HEAD commit, and create a two-parent, no-fast-forward merge.
- REDEPLOYTRIGGER - Enum constant in enum class org.azd.enums.DeploymentReason
-
The deployment reason is RedeployTrigger.
- REFDELTA - Enum constant in enum class org.azd.enums.GitObjectType
- Reference - Class in org.azd.common.types
-
Represents a common hyper reference link
- Reference() - Constructor for class org.azd.common.types.Reference
- ReferenceLink - Class in org.azd.common.types
-
Common class to represent self reference link
- ReferenceLink() - Constructor for class org.azd.common.types.ReferenceLink
- ReferenceLinks - Class in org.azd.common.types
-
Represents all reference links commonly used across the services
- ReferenceLinks - Class in org.azd.maven.types
-
The class to represent a collection of REST reference links.
- ReferenceLinks - Class in org.azd.test.types
-
Reference to a release.
- ReferenceLinks - Class in org.azd.upack.types
-
The class to represent a collection of REST reference links.
- ReferenceLinks() - Constructor for class org.azd.common.types.ReferenceLinks
- ReferenceLinks() - Constructor for class org.azd.maven.types.ReferenceLinks
- ReferenceLinks() - Constructor for class org.azd.test.types.ReferenceLinks
- ReferenceLinks() - Constructor for class org.azd.upack.types.ReferenceLinks
- REJECTED - Enum constant in enum class org.azd.enums.ApprovalStatus
-
Indicates the approval is rejected.
- REJECTED - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is rejected.
- REJECTED - Enum constant in enum class org.azd.enums.EnvironmentStatus
-
Environment is in rejected state.
- REJECTED - Enum constant in enum class org.azd.enums.ManualInterventionStatus
-
The manual intervention is rejected.
- REJECTED - Enum constant in enum class org.azd.enums.ReleaseApprovalStatus
-
Indicates the approval is rejected.
- REJECTED - Enum constant in enum class org.azd.enums.ReleaseEnvironmentStatus
-
Environment is in rejected state.
- REJECTEDBYPOLICY - Enum constant in enum class org.azd.enums.PullRequestAsyncStatus
-
Pull request merge rejected by policy.
- RELATIONS - Enum constant in enum class org.azd.enums.WorkItemExpand
- Release - Class in org.azd.release.types
-
None
- Release() - Constructor for class org.azd.release.types.Release
- RELEASE - Enum constant in enum class org.azd.enums.FeedViewType
-
View used as a promotion destination to classify released artifacts.
- RELEASE - Enum constant in enum class org.azd.enums.PackagePromote
- RELEASE - Static variable in class org.azd.common.ApiVersion
- RELEASE - Static variable in class org.azd.common.ResourceId
- RELEASE_DEFINITION - Static variable in class org.azd.common.ApiVersion
- RELEASE_DEFINITION_HISTORY - Static variable in class org.azd.common.ApiVersion
- RELEASE_ENVIRONMENT - Static variable in class org.azd.common.ApiVersion
- RELEASE_MANUAL_INTERVENTION - Static variable in class org.azd.common.ApiVersion
- ReleaseApi - Class in org.azd.release
-
Release Api to manage releases service
- ReleaseApi(Connection) - Constructor for class org.azd.release.ReleaseApi
-
Pass the connection object to work with Release Api
- ReleaseApproval - Class in org.azd.release.types
-
None
- ReleaseApproval() - Constructor for class org.azd.release.types.ReleaseApproval
- ReleaseApprovalFilters - Enum Class in org.azd.enums
- ReleaseApprovalHistory - Class in org.azd.release.types
-
None
- ReleaseApprovalHistory() - Constructor for class org.azd.release.types.ReleaseApprovalHistory
- ReleaseApprovals - Class in org.azd.release.types
-
Get a list of release approvals
- ReleaseApprovals() - Constructor for class org.azd.release.types.ReleaseApprovals
- ReleaseApprovalStatus - Enum Class in org.azd.enums
-
Gets or sets the status of the approval.
- ReleaseApprovalType - Enum Class in org.azd.enums
-
Gets or sets the type of approval.
- ReleaseArtifacts - Class in org.azd.release.types
-
Gets or sets the list of artifacts.
- ReleaseArtifacts() - Constructor for class org.azd.release.types.ReleaseArtifacts
- ReleaseCondition - Class in org.azd.release.types
-
None
- ReleaseCondition() - Constructor for class org.azd.release.types.ReleaseCondition
- ReleaseDefinition - Class in org.azd.release.types
-
None
- ReleaseDefinition() - Constructor for class org.azd.release.types.ReleaseDefinition
- ReleaseDefinitionApprovals - Class in org.azd.release.types
-
None
- ReleaseDefinitionApprovals() - Constructor for class org.azd.release.types.ReleaseDefinitionApprovals
- ReleaseDefinitionApprovalStep - Class in org.azd.release.types
-
None
- ReleaseDefinitionApprovalStep() - Constructor for class org.azd.release.types.ReleaseDefinitionApprovalStep
- ReleaseDefinitionDeployStep - Class in org.azd.release.types
-
None
- ReleaseDefinitionDeployStep() - Constructor for class org.azd.release.types.ReleaseDefinitionDeployStep
- ReleaseDefinitionEnvironment - Class in org.azd.release.types
-
None
- ReleaseDefinitionEnvironment() - Constructor for class org.azd.release.types.ReleaseDefinitionEnvironment
- ReleaseDefinitionExpands - Enum Class in org.azd.enums
-
None
- ReleaseDefinitionGate - Class in org.azd.release.types
-
None
- ReleaseDefinitionGate() - Constructor for class org.azd.release.types.ReleaseDefinitionGate
- ReleaseDefinitionGatesOptions - Class in org.azd.release.types
-
None
- ReleaseDefinitionGatesOptions() - Constructor for class org.azd.release.types.ReleaseDefinitionGatesOptions
- ReleaseDefinitionGatesStep - Class in org.azd.release.types
-
None
- ReleaseDefinitionGatesStep() - Constructor for class org.azd.release.types.ReleaseDefinitionGatesStep
- ReleaseDefinitionQueryOrder - Enum Class in org.azd.enums
-
None
- ReleaseDefinitionRevision - Class in org.azd.release.types
-
Release definition revision
- ReleaseDefinitionRevision() - Constructor for class org.azd.release.types.ReleaseDefinitionRevision
- ReleaseDefinitionRevisions - Class in org.azd.release.types
-
Release definition revisions
- ReleaseDefinitionRevisions() - Constructor for class org.azd.release.types.ReleaseDefinitionRevisions
- ReleaseDefinitions - Class in org.azd.release.types
-
List of release definition
- ReleaseDefinitions() - Constructor for class org.azd.release.types.ReleaseDefinitions
- ReleaseDefinitionShallowReference - Class in org.azd.release.types
-
None
- ReleaseDefinitionShallowReference() - Constructor for class org.azd.release.types.ReleaseDefinitionShallowReference
- ReleaseDefinitionSource - Enum Class in org.azd.enums
-
None
- ReleaseDeployPhase - Class in org.azd.release.types
-
None
- ReleaseDeployPhase() - Constructor for class org.azd.release.types.ReleaseDeployPhase
- ReleaseDetails - Interface in org.azd.interfaces
- ReleaseEnvironment - Class in org.azd.release.types
-
None
- ReleaseEnvironment() - Constructor for class org.azd.release.types.ReleaseEnvironment
- ReleaseEnvironmentShallowReference - Class in org.azd.release.types
-
None
- ReleaseEnvironmentShallowReference() - Constructor for class org.azd.release.types.ReleaseEnvironmentShallowReference
- ReleaseEnvironmentStatus - Enum Class in org.azd.enums
-
Release environment status.
- ReleaseExpands - Enum Class in org.azd.enums
- ReleaseGates - Class in org.azd.release.types
-
None
- ReleaseGates() - Constructor for class org.azd.release.types.ReleaseGates
- ReleaseManagement - Enum constant in enum class org.azd.security.SecurityToken.Scope
- ReleaseManagementUI - Enum constant in enum class org.azd.security.SecurityToken.Scope
- ReleaseQueryOrder - Enum Class in org.azd.enums
- ReleaseReason - Enum Class in org.azd.enums
-
None
- ReleaseReference - Class in org.azd.release.types
-
None
- ReleaseReference - Class in org.azd.test.types
-
ResultMetadata for the given outcome/count.
- ReleaseReference() - Constructor for class org.azd.release.types.ReleaseReference
- ReleaseReference() - Constructor for class org.azd.test.types.ReleaseReference
- ReleaseReferenceLinks - Class in org.azd.release.types
-
Gets links to access the release.
- ReleaseReferenceLinks() - Constructor for class org.azd.release.types.ReleaseReferenceLinks
- Releases - Class in org.azd.release.types
-
List of release
- Releases() - Constructor for class org.azd.release.types.Releases
- RELEASES - Static variable in class org.azd.common.ApiVersion
- ReleaseSchedule - Class in org.azd.release.types
-
None
- ReleaseSchedule() - Constructor for class org.azd.release.types.ReleaseSchedule
- ReleaseShallowReference - Class in org.azd.release.types
-
None
- ReleaseShallowReference() - Constructor for class org.azd.release.types.ReleaseShallowReference
- ReleaseStatus - Enum Class in org.azd.enums
- ReleaseTask - Class in org.azd.release.types
-
None
- ReleaseTask() - Constructor for class org.azd.release.types.ReleaseTask
- ReleaseTriggerBase - Class in org.azd.release.types
-
None
- ReleaseTriggerBase() - Constructor for class org.azd.release.types.ReleaseTriggerBase
- ReleaseTriggerType - Enum Class in org.azd.enums
-
None
- REMOVE - Enum constant in enum class org.azd.enums.PackageOperation
- REMOVE - Enum constant in enum class org.azd.enums.WorkItemOperation
- removeAccessControlEntries(String, String[], String[]) - Method in interface org.azd.interfaces.SecurityDetails
- removeAccessControlEntries(String, String[], String[]) - Method in class org.azd.security.SecurityApi
-
Remove the specified ACEs from the ACL belonging to the specified token.
- removeAccessControlLists(String, boolean, String[]) - Method in interface org.azd.interfaces.SecurityDetails
- removeAccessControlLists(String, boolean, String[]) - Method in class org.azd.security.SecurityApi
-
Remove access control lists under the specified security namespace.
- removeHyperLinks(int, List<String>) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- removeHyperLinks(int, List<String>) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Remove hyperlinks for the given work item.
- removeMemberFromGroup(String, String) - Method in interface org.azd.interfaces.MemberEntitlementManagementDetails
- removeMemberFromGroup(String, String) - Method in class org.azd.memberentitlementmanagement.MemberEntitlementManagementApi
-
Remove a member from a Group.
- removeMembership(String, String) - Method in class org.azd.graph.GraphApi
-
remove a membership relation between a subject (user or group) and a container (group)
- removeMembership(String, String) - Method in interface org.azd.interfaces.GraphDetails
- removeWorkItemAttachment(int, List<String>) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- removeWorkItemAttachment(int, List<String>) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Removes the attachment from a work item.
- removeWorkItemFromRecycleBin(int) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- removeWorkItemFromRecycleBin(int) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Destroys the specified work item permanently from the Recycle Bin.
- RENAME - Enum constant in enum class org.azd.enums.VersionControlChangeType
- REPLACE - Enum constant in enum class org.azd.enums.PackageOperation
- REPLACE - Enum constant in enum class org.azd.enums.WorkItemOperation
- REPORTING - Static variable in class org.azd.common.ResourceId
- REPOS - Enum constant in enum class org.azd.enums.FeatureManagement
- Repositories - Class in org.azd.git.types
-
List of repositories
- Repositories() - Constructor for class org.azd.git.types.Repositories
- Repository - Class in org.azd.build.types
-
Represents build repository
- Repository() - Constructor for class org.azd.build.types.Repository
- RepositoryWebhook - Class in org.azd.build.types
-
Represents a repository's webhook returned from a source provider.
- RepositoryWebhook() - Constructor for class org.azd.build.types.RepositoryWebhook
- RepositoryWebhooks - Class in org.azd.build.types
-
List of Repository webhooks
- RepositoryWebhooks() - Constructor for class org.azd.build.types.RepositoryWebhooks
- RequestedFor - Class in org.azd.build.types
-
Represents an user object
- RequestedFor() - Constructor for class org.azd.build.types.RequestedFor
- RequestMethod - Enum Class in org.azd.enums
- RERUN - Enum constant in enum class org.azd.enums.ResultMetadata
-
Rerun metadata
- ResourceId - Class in org.azd.common
-
Collection of resource area identifiers.
- ResourceId() - Constructor for class org.azd.common.ResourceId
- ResourceRef - Class in org.azd.git.types
-
None
- ResourceRef() - Constructor for class org.azd.git.types.ResourceRef
- RESOURCEREFERENCES - Enum constant in enum class org.azd.enums.EnvironmentExpands
-
Include resource references referring to the environment.
- ResourceRefs - Class in org.azd.git.types
-
List of the resource references
- ResourceRefs() - Constructor for class org.azd.git.types.ResourceRefs
- RESOURCETRIGGER - Enum constant in enum class org.azd.enums.BuildReason
-
The build was started when resources in pipeline triggered it
- response(RequestMethod, String, String, String, InputStream, Map<String, String>) - Static method in class org.azd.utils.BaseClient.StreamBuilder
-
Deprecated.
- response(RequestMethod, String, String, String, InputStream, Map<String, String>, boolean) - Static method in class org.azd.utils.BaseClient.StreamBuilder
-
Deprecated.
- response(RequestMethod, String, String, HttpRequest.BodyPublisher, HttpResponse.BodyHandler<T>, CustomHeader, boolean) - Static method in class org.azd.utils.BaseRestClient
-
Manages the request method and response from REST API.
- RESTAPI - Enum constant in enum class org.azd.enums.ReleaseDefinitionSource
-
Indicates ReleaseDefinition created using REST API.
- RestClient - Class in org.azd.utils
-
RestClient to call Azure DevOps REST API.
- RestClient() - Constructor for class org.azd.utils.RestClient
- RestClientProvider - Class in org.azd.utils
- RestClientProvider() - Constructor for class org.azd.utils.RestClientProvider
- restoreBuildDefinition(int, boolean) - Method in class org.azd.build.BuildApi
-
Restores a deleted definition
- restoreBuildDefinition(int, boolean) - Method in interface org.azd.interfaces.BuildDetails
- restorePackageVersionFromRecycleBin(String, String, String) - Method in interface org.azd.interfaces.UpackDetails
- restorePackageVersionFromRecycleBin(String, String, String) - Method in class org.azd.upack.UPackApi
-
Restore a package version from the recycle bin to its associated feed.
- restorePackageVersionFromRecycleBin(String, String, String, String) - Method in interface org.azd.interfaces.MavenDetails
- restorePackageVersionFromRecycleBin(String, String, String, String) - Method in class org.azd.maven.MavenApi
-
Restore a package version from the recycle bin to its associated feed.
- restoreRepositoryFromRecycleBin(String, boolean) - Method in class org.azd.git.GitApi
-
Recover a soft-deleted Git repository.
- restoreRepositoryFromRecycleBin(String, boolean) - Method in interface org.azd.interfaces.GitDetails
- RESTORETOFEED - Enum constant in enum class org.azd.enums.PackagesBatchOperation
- restoreWebHooks(String, String, String, List<String>) - Method in class org.azd.build.BuildApi
-
Recreates the webhooks for the specified triggers in the given source code repository.
- restoreWebHooks(String, String, String, List<String>) - Method in interface org.azd.interfaces.BuildDetails
- restoreWorkItemFromRecycleBin(int) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- restoreWorkItemFromRecycleBin(int) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Restores the deleted work item from Recycle Bin.
- ResultMetadata - Class in org.azd.test.types
-
ResultMetadata for the given outcome/count.
- ResultMetadata - Enum Class in org.azd.enums
-
This class is used to provide the filters used for discovery
- ResultMetadata() - Constructor for class org.azd.test.types.ResultMetadata
- RetentionPolicy - Class in org.azd.build.types
-
The result.
- RetentionPolicy() - Constructor for class org.azd.build.types.RetentionPolicy
- RETRY - Enum constant in enum class org.azd.enums.StageUpdateType
-
Retries a stage
- Reviewers - Class in org.azd.git.types
-
Identity information including a vote on a pull request.
- Reviewers() - Constructor for class org.azd.git.types.Reviewers
- ROLLBACK - Enum constant in enum class org.azd.enums.VersionControlChangeType
- ROLLBACKREDEPLOY - Enum constant in enum class org.azd.enums.EnvironmentTriggerType
-
Environment trigger type is Rollback.
- RunCreateModel - Class in org.azd.test.types
-
This class is used to provide the filters used for discovery
- RunCreateModel() - Constructor for class org.azd.test.types.RunCreateModel
- RunFilter - Enum Class in org.azd.enums
-
Test run statistics per outcome.
- RUNNINGTESTS - Enum constant in enum class org.azd.enums.TestRunSubstate
-
Run state while Running Tests.
- RUNONSERVER - Enum constant in enum class org.azd.enums.DeployPhaseTypes
-
Phase type which contains tasks executed by server.
- runPipeline(int) - Method in interface org.azd.interfaces.PipelinesDetails
- runPipeline(int) - Method in class org.azd.pipelines.PipelinesApi
-
Runs a pipeline.
- runPipeline(int, Map) - Method in interface org.azd.interfaces.PipelinesDetails
- runPipeline(int, Map) - Method in class org.azd.pipelines.PipelinesApi
-
Runs a pipeline.
- RunStatistic - Class in org.azd.test.types
-
An abstracted reference to some other resource.
- RunStatistic() - Constructor for class org.azd.test.types.RunStatistic
- RunSummaryModel - Class in org.azd.test.types
-
An abstracted reference to some other resource.
- RunSummaryModel() - Constructor for class org.azd.test.types.RunSummaryModel
S
- SATURDAY - Enum constant in enum class org.azd.enums.ScheduleDays
-
Scheduled on Saturday.
- SCHEDULE - Enum constant in enum class org.azd.enums.BuildReason
-
The build was started for the trigger TriggerType.Schedule.
- SCHEDULE - Enum constant in enum class org.azd.enums.DefinitionTriggerType
-
A build should be started on a specified schedule whether or not changesets exist.
- SCHEDULE - Enum constant in enum class org.azd.enums.ReleaseReason
-
Indicates the release triggered by schedule.
- SCHEDULE - Enum constant in enum class org.azd.enums.ReleaseTriggerType
-
Schedule based release trigger.
- SCHEDULED - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is scheduled.
- SCHEDULED - Enum constant in enum class org.azd.enums.DeploymentReason
-
The deployment reason is scheduled.
- SCHEDULED - Enum constant in enum class org.azd.enums.EnvironmentStatus
-
Environment is in scheduled state.
- SCHEDULED - Enum constant in enum class org.azd.enums.ReleaseEnvironmentStatus
-
Environment is in scheduled state.
- ScheduleDays - Enum Class in org.azd.enums
-
None
- SCHEDULEFORCED - Enum constant in enum class org.azd.enums.BuildReason
-
The build was started for the trigger TriggerType.ScheduleForced.
- Scope() - Constructor for class org.azd.core.types.ProjectFeature.Scope
- SEARCH - Static variable in class org.azd.common.ResourceId
- searchQuery(String) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- searchQuery(String) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
- searchQuery(String, QueryExpand, boolean, int) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- searchQuery(String, QueryExpand, boolean, int) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
- SearchSecurity - Enum constant in enum class org.azd.security.SecurityToken.Scope
- SECURITY - Static variable in class org.azd.common.ApiVersion
- SecurityApi - Class in org.azd.security
- SecurityApi(Connection) - Constructor for class org.azd.security.SecurityApi
-
Pass the connection object to work with Security Api
- SecurityDetails - Interface in org.azd.interfaces
- SecurityNamespace - Class in org.azd.security.types
-
Represents a security namespace.
- SecurityNamespace() - Constructor for class org.azd.security.types.SecurityNamespace
- SecurityNamespaceAction - Class in org.azd.security.types
-
represents an action in a particular security namespace
- SecurityNamespaceAction() - Constructor for class org.azd.security.types.SecurityNamespaceAction
- SecurityNamespaces - Class in org.azd.security.types
-
List of security namespaces
- SecurityNamespaces() - Constructor for class org.azd.security.types.SecurityNamespaces
- SecurityRole - Class in org.azd.security.types
-
encapsulate security role returned by devops
- SecurityRole() - Constructor for class org.azd.security.types.SecurityRole
- SecurityRoles - Class in org.azd.security.types
-
return security roles
- SecurityRoles() - Constructor for class org.azd.security.types.SecurityRoles
- SecurityToken - Class in org.azd.security
-
refer to Security Token Reference Documentation In order to reference and assign access control entries, scope must be specified via a token, which varies depending on the security namespace and resource.
- SecurityToken() - Constructor for class org.azd.security.SecurityToken
- SecurityToken.Scope - Enum Class in org.azd.security
- self - Variable in class org.azd.graph.types.GraphReferenceLinks
-
self reference url
- send(String, Connection, RequestMethod, Object, CustomHeader, boolean) - Static method in class org.azd.utils.RestClient
-
Mediator for BaseRestClient and other Api implementations.
- send(String, RequestMethod, Object, CustomHeader, boolean) - Static method in class org.azd.utils.RestClient
-
Mediator for BaseRestClient and other Api implementations.
- send(String, RequestMethod, Connection, String, String, String, String, String, String, Map, InputStream, CustomHeader, boolean) - Static method in class org.azd.utils.RestClient
-
Mediator for BaseRestClient and other Api implementations.
- send(String, RequestMethod, Connection, String, String, String, String, String, String, Map, HttpRequest.BodyPublisher, HttpResponse.BodyHandler<T>, Map<String, CustomHeader>, boolean) - Static method in class org.azd.utils.RestClient
-
Helper method and a mediator for calling Azure DevOps REST Api.
- send(RequestMethod, Connection, String, String, String, String, String, String, HashMap<String, Object>, String, InputStream, Map<String, String>, boolean) - Static method in class org.azd.utils.Client
-
Deprecated.
- send(RequestMethod, Connection, String, String, String, String, String, String, Map<String, Object>, Map<String, Object>) - Static method in class org.azd.utils.Client
-
Deprecated.
- send(RequestMethod, Connection, String, String, String, String, String, String, Map<String, Object>, Map<String, Object>, String) - Static method in class org.azd.utils.Client
-
Deprecated.
- send(RequestMethod, Connection, String, String, String, String, String, String, Map<String, Object>, Map<String, Object>, List<Object>, String) - Static method in class org.azd.utils.Client
-
Deprecated.
- send(RequestMethod, Connection, String, String, String, String, String, String, Map, boolean, String) - Static method in class org.azd.utils.Client
-
Deprecated.
- send(RequestMethod, Connection, String, String, String, String, String, String, Map, InputStream, CustomHeader, boolean) - Static method in class org.azd.utils.RestClient
-
Request the Azure DevOps REST API and builds the request url dynamically based on resource id and endpoints passed
- send(RequestMethod, Connection, String, String, String, String, String, String, Map, Object, CustomHeader) - Static method in class org.azd.utils.RestClient
-
Request the Azure DevOps REST API and builds the request url dynamically based on resource id and endpoints passed
- SERVICE_ENDPOINTS - Static variable in class org.azd.common.ApiVersion
- SERVICE_HOOKS - Static variable in class org.azd.common.ApiVersion
- ServiceEndpoint - Class in org.azd.serviceendpoint.types
-
Represents an endpoint which may be used by an orchestration job.
- ServiceEndpoint() - Constructor for class org.azd.serviceendpoint.types.ServiceEndpoint
- ServiceEndpointActionFilter - Enum Class in org.azd.enums
-
Action filter for the service connection.
- ServiceEndpointApi - Class in org.azd.serviceendpoint
-
Service Endpoint Api to manage service endpoint service
- ServiceEndpointApi(Connection) - Constructor for class org.azd.serviceendpoint.ServiceEndpointApi
-
Pass the connection object to work with Service endpoint Api
- ServiceEndpointDetails - Interface in org.azd.interfaces
- ServiceEndpointProjectReference - Class in org.azd.serviceendpoint.types
-
Reference to a project
- ServiceEndpointProjectReference() - Constructor for class org.azd.serviceendpoint.types.ServiceEndpointProjectReference
- ServiceEndpoints - Class in org.azd.serviceendpoint.types
-
A list of service endpoints
- ServiceEndpoints - Enum constant in enum class org.azd.security.SecurityToken.Scope
- ServiceEndpoints() - Constructor for class org.azd.serviceendpoint.types.ServiceEndpoints
- ServiceHooks - Class in org.azd.servicehooks.types
- ServiceHooks - Enum constant in enum class org.azd.security.SecurityToken.Scope
- ServiceHooks() - Constructor for class org.azd.servicehooks.types.ServiceHooks
- ServiceHooks(String, String, String, String, String, Map, Map) - Constructor for class org.azd.servicehooks.types.ServiceHooks
- ServiceHooksApi - Class in org.azd.servicehooks
-
Service Hooks Api to manage service hooks service
- ServiceHooksApi(Connection) - Constructor for class org.azd.servicehooks.ServiceHooksApi
-
Pass the connection object to work with Service hooks Api
- ServiceHooksDetails - Interface in org.azd.interfaces
- ServiceHooksSubscription - Class in org.azd.servicehooks.types
-
Encapsulates an event subscription.
- ServiceHooksSubscription() - Constructor for class org.azd.servicehooks.types.ServiceHooksSubscription
- ServiceHooksSubscriptions - Class in org.azd.servicehooks.types
-
List of service hook subscription
- ServiceHooksSubscriptions() - Constructor for class org.azd.servicehooks.types.ServiceHooksSubscriptions
- set_links(JsonNode) - Method in class org.azd.build.types.SourceProviderPullRequest
- set_links(JsonNode) - Method in class org.azd.build.types.TimelineRecord
- set_links(Object) - Method in class org.azd.build.types.AgentPoolQueue
- set_links(Object) - Method in class org.azd.build.types.ArtifactResource
- set_links(Object) - Method in class org.azd.build.types.Attachment
- set_links(Object) - Method in class org.azd.build.types.Build
- set_links(Object) - Method in class org.azd.build.types.BuildController
- set_links(Object) - Method in class org.azd.build.types.BuildDefinition
- set_links(Object) - Method in class org.azd.common.types.Author
- set_links(Object) - Method in class org.azd.core.types.Project
- set_links(Object) - Method in class org.azd.distributedtask.types.TaskAgent
- set_links(Object) - Method in class org.azd.distributedtask.types.TaskAgentReference
- set_links(Object) - Method in class org.azd.distributedtask.types.TaskOrchestrationOwner
- set_links(Object) - Method in class org.azd.feedmanagement.types.Feed
- set_links(Object) - Method in class org.azd.feedmanagement.types.FeedView
- set_links(Object) - Method in class org.azd.git.types.GitBlobRef
- set_links(Object) - Method in class org.azd.git.types.GitCommit
- set_links(Object) - Method in class org.azd.git.types.GitCommitRef
- set_links(Object) - Method in class org.azd.git.types.GitForkRef
- set_links(Object) - Method in class org.azd.git.types.GitItem
- set_links(Object) - Method in class org.azd.git.types.GitPullRequest
- set_links(Object) - Method in class org.azd.git.types.GitPush
- set_links(Object) - Method in class org.azd.git.types.GitPushRef
- set_links(Object) - Method in class org.azd.git.types.GitRef
- set_links(Object) - Method in class org.azd.git.types.GitRepository
- set_links(Object) - Method in class org.azd.git.types.GitStatus
- set_links(Object) - Method in class org.azd.git.types.IdentityRefWithVote
- set_links(Object) - Method in class org.azd.release.types.Release
- set_links(Object) - Method in class org.azd.release.types.ReleaseDefinition
- set_links(Object) - Method in class org.azd.release.types.ReleaseDefinitionShallowReference
- set_links(Object) - Method in class org.azd.release.types.ReleaseEnvironmentShallowReference
- set_links(Object) - Method in class org.azd.release.types.ReleaseReference
- set_links(Object) - Method in class org.azd.release.types.ReleaseShallowReference
- set_links(Object) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- set_links(Object) - Method in class org.azd.workitemtracking.types.WorkItem
- set_links(Object) - Method in class org.azd.workitemtracking.types.WorkItemField
- set_links(ReferenceLinks) - Method in class org.azd.build.types.Queue
- set_links(ReferenceLinks) - Method in class org.azd.work.types.IterationWorkItems
- set_links(ReferenceLinks) - Method in class org.azd.workitemtracking.types.WorkItemRecycleBinReference
- set_links(GraphDescriptorReferenceLinks) - Method in class org.azd.graph.types.GraphDescriptor
- set_links(GraphReferenceLinks) - Method in class org.azd.graph.types.GraphEntity
- set_links(MembershipReferenceLinks) - Method in class org.azd.graph.types.GraphMembership
- set_links(ReferenceLinks) - Method in class org.azd.maven.types.Package
- set_links(ReferenceLinks) - Method in class org.azd.upack.types.Package
- set_public(String) - Method in class org.azd.maven.types.PackagingSourceType
- setAbbreviation(String) - Method in class org.azd.build.types.TeamProjectReference
- setAbbreviation(String) - Method in class org.azd.core.types.TeamProjectReference
- setAbbreviation(String) - Method in class org.azd.git.types.TeamProjectReference
- setAcceptanceCriteria(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setAccessControlEntries(String, ACEs) - Method in interface org.azd.interfaces.SecurityDetails
- setAccessControlEntries(String, ACEs) - Method in class org.azd.security.SecurityApi
-
Add or update ACEs in the ACL for the provided token.
- setAccessControlEntries(List<ACE>) - Method in class org.azd.security.types.ACEs
- setAccessControlList(String, ACLs) - Method in interface org.azd.interfaces.SecurityDetails
- setAccessControlList(String, ACLs) - Method in class org.azd.security.SecurityApi
-
Create or update one or more access control lists.
- setAccessLevel(AccessLevel) - Method in class org.azd.memberentitlementmanagement.types.GroupOptions
- setAccessLevel(AccessLevel) - Method in class org.azd.memberentitlementmanagement.types.UserEntitlement
- setAccessPoint(String) - Method in class org.azd.distributedtask.types.TaskAgent
- setAccessPoint(String) - Method in class org.azd.distributedtask.types.TaskAgentReference
- setAccessToken(String) - Method in class org.azd.oauth.types.AuthorizedToken
- setAccountId(String) - Method in class org.azd.accounts.types.Account
- setAccountLicenseType(String) - Method in class org.azd.memberentitlementmanagement.types.AccessLevel
- setAccountLicenseType(String) - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- setAccountName(String) - Method in class org.azd.accounts.types.Account
- setAccountOwner(String) - Method in class org.azd.accounts.types.Account
- setAccountRecentActivityWorkItems(List<AccountRecentActivityWorkItemModel2>) - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItems
- setAccounts(List<Account>) - Method in class org.azd.accounts.types.Accounts
- setAccountStatus(String) - Method in class org.azd.accounts.types.Account
- setAccountType(String) - Method in class org.azd.accounts.types.Account
- setAccountUri(String) - Method in class org.azd.accounts.types.Account
- setAcesDictionary(Map<String, ACE>) - Method in class org.azd.security.types.ACL
- setACLs(List<ACL>) - Method in class org.azd.security.types.ACLs
- setActionDescription(String) - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- setActions(List<SecurityNamespaceAction>) - Method in class org.azd.security.types.SecurityNamespace
- setActivatedBy(Author) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setActivatedDate(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setActive(boolean) - Method in class org.azd.security.types.Identity
- setActive(Boolean) - Method in class org.azd.git.types.WebApiTagDefinition
- setActivityDate(String) - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- setActivityType(String) - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- setAgent(TaskAgent) - Method in class org.azd.distributedtask.types.DeploymentMachine
- setAgent(TaskAgentReference) - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- setAgentCloudId(Integer) - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- setAgentConnectedTime(String) - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- setAgentData(Object) - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- setAgentName(String) - Method in class org.azd.release.types.ReleaseTask
- setAgentSpecification(Object) - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- setAgentSpecification(Object) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setAgentSpecification(AgentSpecification) - Method in class org.azd.build.types.Build
- setAlias(String) - Method in class org.azd.build.types.VariableGroup
- setAlias(String) - Method in class org.azd.release.types.Artifact
- setAlias(String) - Method in class org.azd.release.types.ReleaseArtifacts
- setAliases(String[]) - Method in class org.azd.build.types.TaskInputDefinitionBase
- setAliases(String[]) - Method in class org.azd.release.types.TaskInputDefinitionBase
- setAllow(long) - Method in class org.azd.security.types.ACE
- setAllowedValues(String[]) - Method in class org.azd.workitemtracking.types.WorkItemTypeFieldInstance
- setAllowOverride(boolean) - Method in class org.azd.release.types.ConfigurationVariableValue
- setAllowOverride(Boolean) - Method in class org.azd.build.types.BuildDefinitionVariable
- setAlwaysRequired(boolean) - Method in class org.azd.workitemtracking.types.WorkItemTypeFieldInstance
- setAlwaysRun(boolean) - Method in class org.azd.build.types.Steps
- setAlwaysRun(boolean) - Method in class org.azd.release.types.WorkflowTask
- setApiUrl(String) - Method in class org.azd.build.types.SourceRepositoryProperties
- setApiVersion(String) - Method in class org.azd.release.types.ReleaseDefinitionRevision
- setApprovalOptions(ApprovalOptions) - Method in class org.azd.release.types.ReleaseDefinitionApprovals
- setApprovals(List<ReleaseDefinitionApprovalStep>) - Method in class org.azd.release.types.ReleaseDefinitionApprovals
- setApprovalType(ApprovalType) - Method in class org.azd.release.types.ReleaseApproval
- setApprovedBy(Author) - Method in class org.azd.release.types.ReleaseApproval
- setApprover(Author) - Method in class org.azd.release.types.ManualIntervention
- setApprover(Author) - Method in class org.azd.release.types.ReleaseApproval
- setApprover(Author) - Method in class org.azd.release.types.ReleaseApprovalHistory
- setApprover(Author) - Method in class org.azd.release.types.ReleaseDefinitionApprovalStep
- setArchived(boolean) - Method in class org.azd.build.types.SourceRepositoryProperties
- setArtifactId(String) - Method in class org.azd.git.types.GitPullRequest
- setArtifactId(String) - Method in class org.azd.maven.types.MavenPackageVersionDeletionState
- setArtifacts(String[]) - Method in class org.azd.build.types.RetentionPolicy
- setArtifacts(List<Artifact>) - Method in class org.azd.release.types.Release
- setArtifacts(List<Artifact>) - Method in class org.azd.release.types.ReleaseDefinition
- setArtifacts(List<Artifact>) - Method in class org.azd.release.types.ReleaseReference
- setArtifactTypesToDelete(String[]) - Method in class org.azd.build.types.RetentionPolicy
- setAsOf(String) - Method in class org.azd.workitemtracking.types.WorkItemQueryResult
- setAssetType(String) - Method in class org.azd.extensionmanagement.types.ExtensionFile
- setAssigned(int) - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- setAssignedAgentCloudRequest(TaskAgentCloudRequest) - Method in class org.azd.distributedtask.types.TaskAgent
- setAssignedRequest(TaskAgentJobRequest) - Method in class org.azd.distributedtask.types.TaskAgent
- setAssignedTo(Author) - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- setAssignmentSource(String) - Method in class org.azd.memberentitlementmanagement.types.AccessLevel
- setAssignmentSource(String) - Method in class org.azd.memberentitlementmanagement.types.ProjectEntitlement
- setAssignTime(String) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setAssignToRequestor(String) - Method in class org.azd.build.types.Inputs
- setAttachments(List<Attachment>) - Method in class org.azd.build.types.Attachments
- setAttempt(int) - Method in class org.azd.release.types.DeploymentAttempt
- setAttempt(int) - Method in class org.azd.release.types.ReleaseApproval
- setAttempt(Integer) - Method in class org.azd.build.types.TimelineAttempt
- setAttempt(Integer) - Method in class org.azd.build.types.TimelineRecord
- setAttempt(Integer) - Method in class org.azd.test.types.JobReference
- setAttempt(Integer) - Method in class org.azd.test.types.PhaseReference
- setAttempt(Integer) - Method in class org.azd.test.types.ReleaseReference
- setAttempt(Integer) - Method in class org.azd.test.types.StageReference
- setAttributes(TeamIterationAttributes) - Method in class org.azd.work.types.TeamSettingsIteration
- setAttributes(WorkItemAttributes) - Method in class org.azd.workitemtracking.types.WorkItemRelations
- setAuthKey(String) - Method in class org.azd.build.types.TaskSourceDefinitionBase
- setAuthKey(String) - Method in class org.azd.release.types.TaskSourceDefinitionBase
- setAuthor(String) - Method in class org.azd.git.types.GitCommitsBatch
- setAuthor(Author) - Method in class org.azd.build.types.BuildChange
- setAuthor(Author) - Method in class org.azd.build.types.SourceProviderPullRequest
- setAuthor(Committer) - Method in class org.azd.git.types.LastMergeCommit
- setAuthor(GitUserDate) - Method in class org.azd.git.types.GitCommit
- setAuthor(GitUserDate) - Method in class org.azd.git.types.GitCommitRef
- setAuthoredBy(Author) - Method in class org.azd.build.types.BuildDefinition
- setAuthorization(JsonNode) - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- setAuthorization(TaskAgentAuthorization) - Method in class org.azd.distributedtask.types.TaskAgent
- setAuthorizationUrl(String) - Method in class org.azd.distributedtask.types.TaskAgentAuthorization
- setAuthorizedDate(String) - Method in class org.azd.workitemtracking.types.WorkItemAttributes
- setAutoCompleteIgnoreConfigIds(int[]) - Method in class org.azd.git.types.GitPullRequestCompletionOptions
- setAutoCompleteSetBy(Author) - Method in class org.azd.git.types.GitPullRequest
- setAutoLinkWorkItems(boolean) - Method in class org.azd.release.types.EnvironmentOptions
- setAutomated(boolean) - Method in class org.azd.test.types.RunCreateModel
- setAutoTriggeredAndPreviousEnvironmentApprovedCanBeSkipped(boolean) - Method in class org.azd.release.types.ApprovalOptions
- setAvailable(int) - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- setAvailable(String) - Method in class org.azd.build.types.ControllerStatus
- setAvailableAccessLevels(List<AccessLevel>) - Method in class org.azd.memberentitlementmanagement.types.UsersSummary
- setAvatar(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setBadge(Reference) - Method in class org.azd.build.types.BuildDefinitionReferenceLinks
- setBadge(Reference) - Method in class org.azd.build.types.BuildReferenceLinks
- setBadge(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setBadgeEnabled(boolean) - Method in class org.azd.release.types.EnvironmentOptions
- setBadgeEnabled(Boolean) - Method in class org.azd.build.types.BuildDefinition
- setBadgesEnabled(boolean) - Method in class org.azd.feedmanagement.types.Feed
- setBadgeUrl(String) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setBaseUri(String) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setBatchChanges(boolean) - Method in class org.azd.build.types.Triggers
- setBehavior(String) - Method in class org.azd.extensionmanagement.types.LicensingOverride
- setBit(int) - Method in class org.azd.security.types.SecurityNamespaceAction
- setBlocking(boolean) - Method in class org.azd.policy.types.PolicyConfiguration
- setBranches(String[]) - Method in class org.azd.build.types.RetentionPolicy
- setBranches(List<String>) - Method in class org.azd.build.types.SourceProvideBranches
- setBranchesUrl(String) - Method in class org.azd.build.types.SourceRepositoryProperties
- setBranchFilters(String) - Method in class org.azd.build.types.Inputs
- setBranchFilters(List<String>) - Method in class org.azd.build.types.Triggers
- setBranchName(String) - Method in class org.azd.test.types.BuildConfiguration
- setBuild(ShallowReference) - Method in class org.azd.test.types.RunCreateModel
- setBuild(ShallowReference) - Method in class org.azd.test.types.TestRun
- setBuildArtifacts(List<BuildArtifact>) - Method in class org.azd.build.types.BuildArtifacts
- setBuildChanges(List<BuildChange>) - Method in class org.azd.build.types.BuildChanges
- setBuildConfiguration(BuildConfiguration) - Method in class org.azd.test.types.TestRun
- setBuildDefinitionId(Integer) - Method in class org.azd.test.types.BuildConfiguration
- setBuildDefinitionRevision(List<BuildDefinitionRevision>) - Method in class org.azd.build.types.BuildDefinitionRevisions
- setBuildDefinitions(List<BuildDefinition>) - Method in class org.azd.build.types.BuildDefinitions
- setBuildDropLocation(String) - Method in class org.azd.test.types.RunCreateModel
- setBuildFlavor(String) - Method in class org.azd.test.types.RunCreateModel
- setBuildLogs(List<BuildLog>) - Method in class org.azd.build.types.BuildLogs
- setBuildNumber(String) - Method in class org.azd.build.types.Build
- setBuildNumberFormat(String) - Method in class org.azd.build.types.BuildDefinition
- setBuildNumberRevision(Integer) - Method in class org.azd.build.types.Build
- setBuildPlatform(String) - Method in class org.azd.test.types.RunCreateModel
- setBuildReference(BuildConfiguration) - Method in class org.azd.test.types.RunCreateModel
- setBuildResults(List<Build>) - Method in class org.azd.build.types.Builds
- setBuildSystem(String) - Method in class org.azd.test.types.BuildConfiguration
- setBuildWorkItems(List<BuildWorkItem>) - Method in class org.azd.build.types.BuildWorkItems
- setBypassPolicy(boolean) - Method in class org.azd.git.types.GitPullRequestCompletionOptions
- setBypassReason(String) - Method in class org.azd.git.types.GitPullRequestCompletionOptions
- setCallbackContextTemplate(String) - Method in class org.azd.build.types.DataSourceBindingBase
- setCallbackContextTemplate(String) - Method in class org.azd.release.types.DataSourceBindingBase
- setCallbackRequiredTemplate(String) - Method in class org.azd.build.types.DataSourceBindingBase
- setCallbackRequiredTemplate(String) - Method in class org.azd.release.types.DataSourceBindingBase
- setCanSortBy(boolean) - Method in class org.azd.workitemtracking.types.WorkItemField
- setCapabilities(Capabilities) - Method in class org.azd.core.types.Project
- setCapabilities(FeedCapabilities) - Method in class org.azd.feedmanagement.types.Feed
- setCategory(String) - Method in class org.azd.build.types.Issue
- setCategory(String) - Method in class org.azd.workitemtracking.types.WorkItemStateColor
- setChangeCounts(Object) - Method in class org.azd.git.types.GitCommit
- setChangeCounts(Object) - Method in class org.azd.git.types.GitCommitChanges
- setChangeCounts(Object) - Method in class org.azd.git.types.GitCommitRef
- setChangedBy(Author) - Method in class org.azd.build.types.BuildDefinitionRevision
- setChangedBy(Author) - Method in class org.azd.release.types.ReleaseApprovalHistory
- setChangedBy(Author) - Method in class org.azd.release.types.ReleaseDefinitionRevision
- setChangedDate(String) - Method in class org.azd.build.types.BuildDefinitionRevision
- setChangedDate(String) - Method in class org.azd.release.types.ReleaseDefinitionRevision
- setChangedDate(String) - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- setChangeId(Integer) - Method in class org.azd.build.types.Timeline
- setChangeId(Integer) - Method in class org.azd.build.types.TimelineRecord
- setChangeId(Integer) - Method in class org.azd.build.types.TimelineReference
- setChangeId(Integer) - Method in class org.azd.git.types.GitChange
- setChanges(List<GitChange>) - Method in class org.azd.git.types.GitCommit
- setChanges(List<GitChange>) - Method in class org.azd.git.types.GitCommitChanges
- setChanges(List<GitChange>) - Method in class org.azd.git.types.GitCommitRef
- setChangeType(String) - Method in class org.azd.build.types.BuildDefinitionRevision
- setChangeType(String) - Method in class org.azd.release.types.ReleaseDefinitionRevision
- setChangeType(VersionControlChangeType) - Method in class org.azd.git.types.GitChange
- setCheckoutSubmodules(boolean) - Method in class org.azd.build.types.Repository
- setCheckoutSubmodules(Boolean) - Method in class org.azd.build.types.BuildRepository
- setChildren(List<QueryHierarchyItem>) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setClauses(List<WorkItemQueryClause>) - Method in class org.azd.workitemtracking.types.WorkItemQueryClause
- setClauses(WorkItemQueryClause) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setClean(String) - Method in class org.azd.build.types.BuildRepository
- setClean(String) - Method in class org.azd.build.types.Repository
- setClientId(String) - Method in class org.azd.distributedtask.types.TaskAgentAuthorization
- setCloneUrl(String) - Method in class org.azd.build.types.Properties
- setCloneUrl(String) - Method in class org.azd.build.types.SourceRepositoryProperties
- setClosedBy(Author) - Method in class org.azd.git.types.GitPullRequest
- setClosedDate(String) - Method in class org.azd.git.types.GitPullRequest
- setCode(int) - Method in class org.azd.workitemtracking.types.WorkItemDelete
- setCode(int) - Method in class org.azd.workitemtracking.types.WorkItemDeleteReference
- setCode(TaskAgentUpdateReasonType) - Method in class org.azd.distributedtask.types.TaskAgentUpdateReason
- setCodeReviewId(Integer) - Method in class org.azd.git.types.GitPullRequest
- setCollection(TeamProjectCollectionReference) - Method in class org.azd.git.types.GitRepositoryRef
- setCollectionId(String) - Method in class org.azd.git.types.GlobalGitRepositoryKey
- setColor(String) - Method in class org.azd.workitemtracking.types.WorkItemStateColor
- setColor(String) - Method in class org.azd.workitemtracking.types.WorkItemType
- setColumns(List<WorkItemFieldReference>) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setColumns(List<WorkItemFieldReference>) - Method in class org.azd.workitemtracking.types.WorkItemQueryResult
- setComment(String) - Method in class org.azd.build.types.BuildDefinition
- setComment(String) - Method in class org.azd.git.types.GitCommit
- setComment(String) - Method in class org.azd.git.types.GitCommitRef
- setComment(String) - Method in class org.azd.git.types.LastMergeCommit
- setComment(String) - Method in class org.azd.release.types.Release
- setComment(String) - Method in class org.azd.release.types.ReleaseDefinition
- setComment(String) - Method in class org.azd.release.types.ReleaseDefinitionRevision
- setComment(String) - Method in class org.azd.test.types.RunCreateModel
- setComment(String) - Method in class org.azd.test.types.TestRun
- setComment(String) - Method in class org.azd.workitemtracking.types.WorkItemAttributes
- setCommentId(int) - Method in class org.azd.workitemtracking.types.WorkItemCommentVersionRef
- setComments(String) - Method in class org.azd.release.types.ManualIntervention
- setComments(String) - Method in class org.azd.release.types.ReleaseApproval
- setComments(String) - Method in class org.azd.release.types.ReleaseApprovalHistory
- setCommentTruncated(boolean) - Method in class org.azd.git.types.GitCommit
- setCommentTruncated(boolean) - Method in class org.azd.git.types.GitCommitRef
- setCommentVersionRef(WorkItemCommentVersionRef) - Method in class org.azd.workitemtracking.types.WorkItemRecycleBinReference
- setCommitId(String) - Method in class org.azd.git.types.GitCommit
- setCommitId(String) - Method in class org.azd.git.types.GitCommitRef
- setCommitId(String) - Method in class org.azd.git.types.GitItem
- setCommitId(String) - Method in class org.azd.git.types.LastMergeCommit
- setCommitId(String) - Method in class org.azd.git.types.LastMergeSourceCommit
- setCommitId(String) - Method in class org.azd.git.types.LastMergeTargetCommit
- setCommits(List<GitCommit>) - Method in class org.azd.git.types.GitCommits
- setCommits(List<GitCommitRef>) - Method in class org.azd.git.types.GitPullRequest
- setCommits(List<GitCommitRef>) - Method in class org.azd.git.types.GitPush
- setCommitter(Committer) - Method in class org.azd.git.types.LastMergeCommit
- setCommitter(GitUserDate) - Method in class org.azd.git.types.GitCommit
- setCommitter(GitUserDate) - Method in class org.azd.git.types.GitCommitRef
- setCompareVersion(GitVersionDescriptor) - Method in class org.azd.git.types.GitCommitsBatch
- setCompleteDate(String) - Method in class org.azd.test.types.RunCreateModel
- setCompletedDate(String) - Method in class org.azd.test.types.TestRun
- setCompletionOptions(GitPullRequestCompletionOptions) - Method in class org.azd.git.types.GitPullRequest
- setCompletionQueueTime(String) - Method in class org.azd.git.types.GitPullRequest
- setConcurrencyCount(Integer) - Method in class org.azd.release.types.EnvironmentExecutionPolicy
- setCondition(String) - Method in class org.azd.build.types.Phases
- setCondition(String) - Method in class org.azd.build.types.Steps
- setCondition(String) - Method in class org.azd.release.types.WorkflowTask
- setConditions(List<Condition>) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setConditions(List<ReleaseCondition>) - Method in class org.azd.release.types.ReleaseEnvironment
- setConditionType(ConditionType) - Method in class org.azd.release.types.Condition
- setConditionType(ConditionType) - Method in class org.azd.release.types.ReleaseCondition
- setConfiguration(PipelineConfiguration) - Method in class org.azd.pipelines.types.Pipeline
- setConfigurationIds(List<Integer>) - Method in class org.azd.test.types.RunCreateModel
- setConflictAuthorshipCommits(boolean) - Method in class org.azd.git.types.GitPullRequestMergeOptions
- setConnectedServiceId(String) - Method in class org.azd.build.types.SourceRepositoryProperties
- setConstraints(List<ContributionConstraint>) - Method in class org.azd.extensionmanagement.types.Contribution
- setConstraints(List<ContributionConstraint>) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setConsumerActionId(String) - Method in class org.azd.servicehooks.types.ServiceHooks
- setConsumerActionId(String) - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- setConsumerId(String) - Method in class org.azd.servicehooks.types.ServiceHooks
- setConsumerId(String) - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- setConsumerInputs(JsonNode) - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- setConsumerInputs(Map) - Method in class org.azd.servicehooks.types.ServiceHooks
- setContainer(boolean) - Method in class org.azd.build.types.SourceRepositoryItem
- setContainer(Reference) - Method in class org.azd.graph.types.MembershipReferenceLinks
- setContainerDescriptor(String) - Method in class org.azd.graph.types.GraphMembership
- setContent(String) - Method in class org.azd.git.types.GitItem
- setContent(String) - Method in class org.azd.git.types.ItemContent
- setContent(String) - Method in class org.azd.wiki.types.WikiPage
- setContent(String) - Method in class org.azd.wiki.types.WikiPageContent
- setContentMetadata(FileContentMetadata) - Method in class org.azd.git.types.GitItem
- setContentType(String) - Method in class org.azd.git.types.FileContentMetadata
- setContentType(ItemContentType) - Method in class org.azd.git.types.ItemContent
- setContext(GitStatusContext) - Method in class org.azd.git.types.GitStatus
- setContinuationToken(String) - Method in class org.azd.build.types.SourceRepositories
- setContinueOnError(boolean) - Method in class org.azd.build.types.Steps
- setContinueOnError(boolean) - Method in class org.azd.release.types.WorkflowTask
- setContributions(List<Contribution>) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setContributionTypes(List<ContributionType>) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setController(String) - Method in class org.azd.test.types.RunCreateModel
- setController(String) - Method in class org.azd.test.types.TestRun
- setController(BuildController) - Method in class org.azd.build.types.Build
- setCoreRevision(int) - Method in class org.azd.accounts.types.Profile
- setCount(int) - Method in class org.azd.accounts.types.PropertiesCollection
- setCount(int) - Method in class org.azd.workitemtracking.types.QueryHierarchyItemsResult
- setCount(Integer) - Method in class org.azd.build.types.PropertiesCollection
- setCount(Integer) - Method in class org.azd.distributedtask.types.PropertiesCollection
- setCount(Integer) - Method in class org.azd.test.types.RunStatistic
- setCount(Integer) - Method in class org.azd.wiki.types.WikiPageStat
- setCreatedBy(String) - Method in class org.azd.accounts.types.Account
- setCreatedBy(Author) - Method in class org.azd.build.types.Folder
- setCreatedBy(Author) - Method in class org.azd.distributedtask.types.EnvironmentInstance
- setCreatedBy(Author) - Method in class org.azd.distributedtask.types.VariableGroup
- setCreatedBy(Author) - Method in class org.azd.git.types.GitPullRequest
- setCreatedBy(Author) - Method in class org.azd.git.types.GitStatus
- setCreatedBy(Author) - Method in class org.azd.policy.types.PolicyConfiguration
- setCreatedBy(Author) - Method in class org.azd.release.types.Release
- setCreatedBy(Author) - Method in class org.azd.release.types.ReleaseDefinition
- setCreatedBy(Author) - Method in class org.azd.release.types.ReleaseReference
- setCreatedBy(Author) - Method in class org.azd.release.types.VariableGroup
- setCreatedBy(Author) - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- setCreatedBy(Author) - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- setCreatedBy(Author) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setCreatedDate(String) - Method in class org.azd.build.types.BuildController
- setCreatedDate(String) - Method in class org.azd.build.types.BuildDefinition
- setCreatedDate(String) - Method in class org.azd.build.types.DefinitionReference
- setCreatedDate(String) - Method in class org.azd.git.types.GitDeletedRepository
- setCreatedDate(String) - Method in class org.azd.pipelines.types.PipelineRun
- setCreatedDate(String) - Method in class org.azd.policy.types.PolicyConfiguration
- setCreatedDate(String) - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- setCreatedDate(String) - Method in class org.azd.test.types.TestRun
- setCreatedDate(String) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setCreatedFor(Author) - Method in class org.azd.release.types.Release
- setCreatedInRevision(int) - Method in class org.azd.workitemtracking.types.WorkItemCommentVersionRef
- setCreatedOn(String) - Method in class org.azd.build.types.BuildLog
- setCreatedOn(String) - Method in class org.azd.build.types.Folder
- setCreatedOn(String) - Method in class org.azd.distributedtask.types.EnvironmentInstance
- setCreatedOn(String) - Method in class org.azd.distributedtask.types.TaskAgent
- setCreatedOn(String) - Method in class org.azd.distributedtask.types.VariableGroup
- setCreatedOn(String) - Method in class org.azd.pipelines.types.PipelineLog
- setCreatedOn(String) - Method in class org.azd.release.types.ManualIntervention
- setCreatedOn(String) - Method in class org.azd.release.types.Release
- setCreatedOn(String) - Method in class org.azd.release.types.ReleaseApproval
- setCreatedOn(String) - Method in class org.azd.release.types.ReleaseApprovalHistory
- setCreatedOn(String) - Method in class org.azd.release.types.ReleaseDefinition
- setCreatedOn(String) - Method in class org.azd.release.types.ReleaseEnvironment
- setCreatedOn(String) - Method in class org.azd.release.types.ReleaseReference
- setCreatedOn(String) - Method in class org.azd.release.types.VariableGroup
- setCreationDate(String) - Method in class org.azd.git.types.GitPullRequest
- setCreationDate(String) - Method in class org.azd.git.types.GitStatus
- setCreationDate(String) - Method in class org.azd.test.types.BuildConfiguration
- setCreationDate(String) - Method in class org.azd.test.types.ReleaseReference
- setCreator(Author) - Method in class org.azd.git.types.GitForkRef
- setCreator(Author) - Method in class org.azd.git.types.GitRef
- setCsmContent(String) - Method in class org.azd.test.types.DtlEnvironmentDetails
- setCsmParameters(String) - Method in class org.azd.test.types.DtlEnvironmentDetails
- setCurrentOperation(String) - Method in class org.azd.build.types.TimelineRecord
- setCurrentRelease(ReleaseShallowReference) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setCurrentState(String) - Method in class org.azd.build.types.SourceProviderPullRequest
- setCurrentState(String) - Method in class org.azd.distributedtask.types.TaskAgentUpdate
- setCustomFields(List<CustomTestField>) - Method in class org.azd.test.types.TestRun
- setCustomHeaders(String, String) - Method in enum class org.azd.enums.CustomHeader
- setCustomTestFields(List<CustomTestField>) - Method in class org.azd.test.types.RunCreateModel
- setData(JsonNode) - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- setData(Object) - Method in class org.azd.build.types.Issue
- setData(Object) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setData(Object) - Method in class org.azd.release.types.Issue
- setData(Object) - Method in class org.azd.release.types.Issues
- setData(String) - Method in class org.azd.build.types.ArtifactResource
- setDataProviders(DataProvider) - Method in class org.azd.accounts.types.Organizations
- setDataSourceBindings(List<DataSourceBindingBase>) - Method in class org.azd.build.types.ProcessParameters
- setDataSourceBindings(List<DataSourceBindingBase>) - Method in class org.azd.release.types.ProcessParameters
- setDataSourceName(String) - Method in class org.azd.build.types.DataSourceBindingBase
- setDataSourceName(String) - Method in class org.azd.release.types.DataSourceBindingBase
- setDataspaceCategory(String) - Method in class org.azd.security.types.SecurityNamespace
- setDate(String) - Method in class org.azd.build.types.BuildMetric
- setDate(String) - Method in class org.azd.git.types.Committer
- setDate(String) - Method in class org.azd.git.types.GitPush
- setDate(String) - Method in class org.azd.git.types.GitPushRef
- setDate(String) - Method in class org.azd.git.types.GitUserDate
- setDateCreated(String) - Method in class org.azd.memberentitlementmanagement.types.UserEntitlement
- setDay(String) - Method in class org.azd.wiki.types.WikiPageStat
- setDaysToKeep(int) - Method in class org.azd.build.types.RetentionPolicy
- setDaysToKeep(Integer) - Method in class org.azd.release.types.EnvironmentRetentionPolicy
- setDaysToRelease(ScheduleDays) - Method in class org.azd.release.types.ReleaseSchedule
- setDefault(boolean) - Method in class org.azd.core.types.Process
- setDefaultAccessLevel(AccessLevel) - Method in class org.azd.memberentitlementmanagement.types.UsersSummary
- setDefaultBranch(String) - Method in class org.azd.build.types.BuildRepository
- setDefaultBranch(String) - Method in class org.azd.build.types.Properties
- setDefaultBranch(String) - Method in class org.azd.build.types.SourceRepository
- setDefaultBranch(String) - Method in class org.azd.build.types.SourceRepositoryProperties
- setDefaultBranch(String) - Method in class org.azd.git.types.GitRepository
- setDefaultByteArraySize(int) - Static method in class org.azd.helpers.StreamHelper
-
Sets the byte array size
- setDefaultPollingInterval(int) - Method in class org.azd.build.types.SupportedTrigger
- setDefaultTeam(Team) - Method in class org.azd.core.types.Project
- setDefaultTeamImageUrl(String) - Method in class org.azd.build.types.TeamProjectReference
- setDefaultTeamImageUrl(String) - Method in class org.azd.core.types.TeamProjectReference
- setDefaultTeamImageUrl(String) - Method in class org.azd.git.types.TeamProjectReference
- setDefaultValue(String) - Method in class org.azd.build.types.TaskInputDefinitionBase
- setDefaultValue(String) - Method in class org.azd.release.types.TaskInputDefinitionBase
- setDefaultValue(String) - Method in class org.azd.workitemtracking.types.WorkItemTypeFieldInstance
- setDefaultViewId(String) - Method in class org.azd.feedmanagement.types.Feed
- setDefinition(BuildOptionDefinitionReference) - Method in class org.azd.build.types.BuildOption
- setDefinition(DefinitionReference) - Method in class org.azd.build.types.Build
- setDefinition(DefinitionReference) - Method in class org.azd.build.types.Options
- setDefinition(TaskOrchestrationOwner) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setDefinitionEnvironmentId(int) - Method in class org.azd.release.types.ReleaseEnvironment
- setDefinitionEnvironmentId(Integer) - Method in class org.azd.release.types.EnvironmentTrigger
- setDefinitionId(int) - Method in class org.azd.release.types.ReleaseDefinitionRevision
- setDefinitionId(Integer) - Method in class org.azd.test.types.ReleaseReference
- setDefinitionReference(JsonNode) - Method in class org.azd.release.types.ReleaseArtifacts
- setDefinitionReference(Map<String, ArtifactSourceReference>) - Method in class org.azd.release.types.Artifact
- setDefinitionSnapshotRevision(int) - Method in class org.azd.release.types.Release
- setDefinitionType(String) - Method in class org.azd.build.types.Task
- setDefinitionType(String) - Method in class org.azd.release.types.WorkflowTask
- setDefinitionUrl(String) - Method in class org.azd.build.types.BuildDefinitionRevision
- setDefinitionUrl(String) - Method in class org.azd.release.types.ReleaseDefinitionRevision
- setDeleteBuildRecord(boolean) - Method in class org.azd.build.types.RetentionPolicy
- setDeleted(boolean) - Method in class org.azd.policy.types.PolicyConfiguration
- setDeleted(boolean) - Method in class org.azd.workitemtracking.types.UpdateWorkItemField
- setDeleted(boolean) - Method in class org.azd.workitemtracking.types.WorkItemCommentVersionRef
- setDeleted(Boolean) - Method in class org.azd.build.types.Build
- setDeletedBy(String) - Method in class org.azd.workitemtracking.types.WorkItemDelete
- setDeletedBy(String) - Method in class org.azd.workitemtracking.types.WorkItemDeleteReference
- setDeletedBy(Author) - Method in class org.azd.build.types.Build
- setDeletedBy(Author) - Method in class org.azd.git.types.GitDeletedRepository
- setDeletedDate(String) - Method in class org.azd.build.types.Build
- setDeletedDate(String) - Method in class org.azd.feedmanagement.types.Feed
- setDeletedDate(String) - Method in class org.azd.feedmanagement.types.UpstreamSource
- setDeletedDate(String) - Method in class org.azd.git.types.GitDeletedRepository
- setDeletedDate(String) - Method in class org.azd.maven.types.MavenPackageVersionDeletionState
- setDeletedDate(String) - Method in class org.azd.maven.types.Package
- setDeletedDate(String) - Method in class org.azd.upack.types.Package
- setDeletedDate(String) - Method in class org.azd.upack.types.UPackPackageVersionDeletionState
- setDeletedDate(String) - Method in class org.azd.workitemtracking.types.WorkItemDelete
- setDeletedDate(String) - Method in class org.azd.workitemtracking.types.WorkItemDeleteReference
- setDeletedInOrigin(boolean) - Method in class org.azd.graph.types.GraphUser
- setDeletedReason(String) - Method in class org.azd.build.types.Build
- setDeleteSourceBranch(boolean) - Method in class org.azd.git.types.GitPullRequestCompletionOptions
- setDeleteTestResults(boolean) - Method in class org.azd.build.types.RetentionPolicy
- setDemands(String[]) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setDemands(List<Demand>) - Method in class org.azd.build.types.Build
- setDemands(List<Demand>) - Method in class org.azd.build.types.BuildDefinition
- setDemands(List<Demand>) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setDemands(List<Demand>) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setDeny(long) - Method in class org.azd.security.types.ACE
- setDependentFields(List<WorkItemFieldReference>) - Method in class org.azd.workitemtracking.types.WorkItemTypeFieldInstance
- setDeploymentGroups(List<DeploymentGroup>) - Method in class org.azd.distributedtask.types.DeploymentGroups
- setDeploymentId(int) - Method in class org.azd.release.types.DeploymentAttempt
- setDeploymentInput(Object) - Method in class org.azd.release.types.DeployPhase
- setDeploymentJobs(List<DeploymentJob>) - Method in class org.azd.release.types.ReleaseDeployPhase
- setDeploymentJobs(List<DeploymentJob>) - Method in class org.azd.release.types.ReleaseGates
- setDeployPhases(List<DeployPhase>) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setDeployPhasesSnapshot(List<DeployPhase>) - Method in class org.azd.release.types.ReleaseEnvironment
- setDeployStep(ReleaseDefinitionDeployStep) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setDeploySteps(List<DeploymentAttempt>) - Method in class org.azd.release.types.ReleaseEnvironment
- setDescending(boolean) - Method in class org.azd.workitemtracking.types.WorkItemQuerySortColumn
- setDescription(String) - Method in class org.azd.build.types.BuildController
- setDescription(String) - Method in class org.azd.build.types.BuildDefinition
- setDescription(String) - Method in class org.azd.build.types.Folder
- setDescription(String) - Method in class org.azd.build.types.SourceProviderPullRequest
- setDescription(String) - Method in class org.azd.build.types.TeamProjectReference
- setDescription(String) - Method in class org.azd.build.types.VariableGroup
- setDescription(String) - Method in class org.azd.core.types.Process
- setDescription(String) - Method in class org.azd.core.types.Project
- setDescription(String) - Method in class org.azd.core.types.Team
- setDescription(String) - Method in class org.azd.core.types.TeamProjectReference
- setDescription(String) - Method in class org.azd.core.types.WebApiTeam
- setDescription(String) - Method in class org.azd.distributedtask.types.DeploymentGroup
- setDescription(String) - Method in class org.azd.distributedtask.types.EnvironmentInstance
- setDescription(String) - Method in class org.azd.distributedtask.types.VariableGroup
- setDescription(String) - Method in class org.azd.distributedtask.types.VariableGroupDefinition
- setDescription(String) - Method in class org.azd.distributedtask.types.VariableGroupProjectReference
- setDescription(String) - Method in class org.azd.extensionmanagement.types.Contribution
- setDescription(String) - Method in class org.azd.extensionmanagement.types.ContributionPropertyDescription
- setDescription(String) - Method in class org.azd.extensionmanagement.types.ContributionType
- setDescription(String) - Method in class org.azd.feedmanagement.types.Feed
- setDescription(String) - Method in class org.azd.git.types.GitPullRequest
- setDescription(String) - Method in class org.azd.git.types.GitStatus
- setDescription(String) - Method in class org.azd.git.types.TeamProjectReference
- setDescription(String) - Method in class org.azd.graph.types.GraphGroup
- setDescription(String) - Method in class org.azd.graph.types.SubjectLookup
- setDescription(String) - Method in class org.azd.policy.types.PolicyType
- setDescription(String) - Method in class org.azd.release.types.Release
- setDescription(String) - Method in class org.azd.release.types.ReleaseDefinition
- setDescription(String) - Method in class org.azd.release.types.ReleaseReference
- setDescription(String) - Method in class org.azd.release.types.VariableGroup
- setDescription(String) - Method in class org.azd.release.types.VariableGroupProjectReference
- setDescription(String) - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- setDescription(String) - Method in class org.azd.serviceendpoint.types.ServiceEndpointProjectReference
- setDescription(String) - Method in class org.azd.workitemtracking.types.WorkItemField
- setDescription(String) - Method in class org.azd.workitemtracking.types.WorkItemType
- setDescriptor(String) - Method in class org.azd.build.types.RequestedFor
- setDescriptor(String) - Method in class org.azd.common.types.Author
- setDescriptor(String) - Method in class org.azd.git.types.IdentityRefWithVote
- setDescriptor(String) - Method in class org.azd.graph.types.GraphEntity
- setDescriptor(String) - Method in class org.azd.security.types.ACE
- setDescriptor(String) - Method in class org.azd.security.types.Identity
- setDetailedStatus(GitForkOperationStatusDetail) - Method in class org.azd.git.types.GitForkSyncRequest
- setDetails(TimelineReference) - Method in class org.azd.build.types.TimelineRecord
- setDetectRenameFalsePositives(boolean) - Method in class org.azd.git.types.GitPullRequestMergeOptions
- setDirectoryAlias(String) - Method in class org.azd.git.types.IdentityRefWithVote
- setDirectoryAlias(String) - Method in class org.azd.graph.types.GraphUser
- setDisabled(boolean) - Method in class org.azd.workitemtracking.types.WorkItemType
- setDisabled(int) - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- setDisableRenames(boolean) - Method in class org.azd.git.types.GitPullRequestMergeOptions
- setDisplayLocation(String) - Method in class org.azd.feedmanagement.types.UpstreamSource
- setDisplayLocation(String) - Method in class org.azd.maven.types.UpstreamSourceInfo
- setDisplayName(String) - Method in class org.azd.accounts.types.Profile
- setDisplayName(String) - Method in class org.azd.build.types.RequestedFor
- setDisplayName(String) - Method in class org.azd.build.types.Steps
- setDisplayName(String) - Method in class org.azd.common.types.Author
- setDisplayName(String) - Method in class org.azd.feedmanagement.types.FeedPermission
- setDisplayName(String) - Method in class org.azd.git.types.IdentityRefWithVote
- setDisplayName(String) - Method in class org.azd.git.types.Reviewers
- setDisplayName(String) - Method in class org.azd.graph.types.GraphEntity
- setDisplayName(String) - Method in class org.azd.memberentitlementmanagement.types.Group
- setDisplayName(String) - Method in class org.azd.policy.types.PolicyType
- setDisplayName(String) - Method in class org.azd.policy.types.PolicyTypeRef
- setDisplayName(String) - Method in class org.azd.security.types.SecurityNamespace
- setDisplayName(String) - Method in class org.azd.security.types.SecurityNamespaceAction
- setDomain(String) - Method in class org.azd.graph.types.GraphEntity
- setDoNotRun(String) - Method in class org.azd.build.types.QueueOptions
- setDownloadUrl(String) - Method in class org.azd.build.types.ArtifactResource
- setDraft(boolean) - Method in class org.azd.build.types.SourceProviderPullRequest
- setDraftOf(DefinitionReference) - Method in class org.azd.build.types.BuildDefinition
- setDrafts(List<DefinitionReference>) - Method in class org.azd.build.types.BuildDefinition
- setDropLocation(String) - Method in class org.azd.build.types.BuildDefinition
- setDropLocation(String) - Method in class org.azd.test.types.TestRun
- setDtlAutEnvironment(ShallowReference) - Method in class org.azd.test.types.RunCreateModel
- setDtlAutEnvironment(ShallowReference) - Method in class org.azd.test.types.TestRun
- setDtlEnvironment(ShallowReference) - Method in class org.azd.test.types.TestRun
- setDtlEnvironmentCreationDetails(DtlEnvironmentDetails) - Method in class org.azd.test.types.TestRun
- setDtlTestEnvironment(ShallowReference) - Method in class org.azd.test.types.RunCreateModel
- setDueDate(String) - Method in class org.azd.test.types.RunCreateModel
- setDueDate(String) - Method in class org.azd.test.types.TestRun
- setDuration(Integer) - Method in class org.azd.test.types.RunSummaryModel
- setEditor(Reference) - Method in class org.azd.build.types.BuildDefinitionReferenceLinks
- setEditor(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setEffectiveAllow(Long) - Method in class org.azd.security.types.ACE.ExtendedInfo
- setElementLength(int) - Method in class org.azd.security.types.SecurityNamespace
- setEmail(String) - Method in class org.azd.git.types.Committer
- setEmail(String) - Method in class org.azd.git.types.GitUserDate
- setEmailAddress(String) - Method in class org.azd.accounts.types.Profile
- setEnabled(boolean) - Method in class org.azd.build.types.Options
- setEnabled(boolean) - Method in class org.azd.build.types.Steps
- setEnabled(boolean) - Method in class org.azd.distributedtask.types.TaskAgent
- setEnabled(boolean) - Method in class org.azd.policy.types.PolicyConfiguration
- setEnabled(boolean) - Method in class org.azd.release.types.WorkflowTask
- setEnabled(Boolean) - Method in class org.azd.build.types.BuildController
- setEnabled(Boolean) - Method in class org.azd.build.types.BuildOption
- setEnabled(Boolean) - Method in class org.azd.distributedtask.types.TaskAgentReference
- setEncoding(Integer) - Method in class org.azd.git.types.FileContentMetadata
- setEndpoint(String) - Method in class org.azd.build.types.TaskSourceDefinitionBase
- setEndpoint(String) - Method in class org.azd.release.types.TaskSourceDefinitionBase
- setEndpointId(String) - Method in class org.azd.build.types.DataSourceBindingBase
- setEndpointId(String) - Method in class org.azd.release.types.DataSourceBindingBase
- setEndpointUrl(String) - Method in class org.azd.build.types.DataSourceBindingBase
- setEndpointUrl(String) - Method in class org.azd.release.types.DataSourceBindingBase
- setEnforceIdentityRevalidation(boolean) - Method in class org.azd.release.types.ApprovalOptions
- setEnterpriseManaged(boolean) - Method in class org.azd.policy.types.PolicyConfiguration
- setEnvironment(Object) - Method in class org.azd.build.types.Steps
- setEnvironment(Object) - Method in class org.azd.release.types.WorkflowTask
- setEnvironmentCreationDate(String) - Method in class org.azd.test.types.ReleaseReference
- setEnvironmentDefinitionId(Integer) - Method in class org.azd.test.types.ReleaseReference
- setEnvironmentDefinitionName(String) - Method in class org.azd.test.types.ReleaseReference
- setEnvironmentDetails(DtlEnvironmentDetails) - Method in class org.azd.test.types.RunCreateModel
- setEnvironmentId(Integer) - Method in class org.azd.test.types.ReleaseReference
- setEnvironmentId(String) - Method in class org.azd.test.types.TestEnvironment
- setEnvironmentInstances(List<EnvironmentInstance>) - Method in class org.azd.distributedtask.types.EnvironmentInstances
- setEnvironmentName(String) - Method in class org.azd.test.types.ReleaseReference
- setEnvironmentName(String) - Method in class org.azd.test.types.TestEnvironment
- setEnvironmentOptions(EnvironmentOptions) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setEnvironmentOptions(EnvironmentOptions) - Method in class org.azd.release.types.ReleaseEnvironment
- setEnvironments(List<ReleaseDefinitionEnvironment>) - Method in class org.azd.release.types.ReleaseDefinition
- setEnvironments(List<ReleaseEnvironment>) - Method in class org.azd.release.types.Release
- setEnvironmentTriggers(List<EnvironmentTrigger>) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setErrorCode(int) - Method in class org.azd.helpers.ApiException
- setErrorCount(Integer) - Method in class org.azd.build.types.TimelineRecord
- setErrorLog(String) - Method in class org.azd.release.types.ReleaseDeployPhase
- setErrorMessage(String) - Method in class org.azd.test.types.RunCreateModel
- setErrorMessage(String) - Method in class org.azd.test.types.TestRun
- setErrors(Object[]) - Method in class org.azd.memberentitlementmanagement.types.UserEntitlementOperationResult
- seteTag(String) - Method in class org.azd.wiki.types.WikiAttachment
- seteTag(String) - Method in class org.azd.wiki.types.WikiPage
- seteTag(String) - Method in class org.azd.wiki.types.WikiPageContent
- seteTag(String) - Method in class org.azd.wiki.types.WikiPageDetail
- seteTag(String) - Method in class org.azd.wiki.types.WikiPageMove
- setEventCallbacks(ExtensionEventCallbackCollection) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setEventDescription(String) - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- setEventId(int) - Method in class org.azd.helpers.ApiException
- setEventType(String) - Method in class org.azd.servicehooks.types.ServiceHooks
- setEventType(String) - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- setExcludeDeletes(boolean) - Method in class org.azd.git.types.GitCommitsBatch
- setExecutionOrder(ApprovalExecutionOrder) - Method in class org.azd.release.types.ApprovalOptions
- setExecutionPolicy(EnvironmentExecutionPolicy) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setExpiresIn(int) - Method in class org.azd.oauth.types.AuthorizedToken
- setExponent(String[]) - Method in class org.azd.distributedtask.types.TaskAgentPublicKey
- setExpression(String) - Method in class org.azd.build.types.TaskInputValidation
- setExpression(String) - Method in class org.azd.release.types.TaskInputValidation
- setExtendedInfo(ACE.ExtendedInfo) - Method in class org.azd.security.types.ACE
- setExtension(String) - Method in class org.azd.git.types.FileContentMetadata
- setExtensionId(String) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setExtensionName(String) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setExtensionType(String) - Method in class org.azd.security.types.SecurityNamespace
- setExternalId(String) - Method in class org.azd.build.types.SourceRepositoryProperties
- setFallbackBaseUri(String) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setFeatureId(String) - Method in class org.azd.core.types.ProjectFeature
- setFeed(List<Feed>) - Method in class org.azd.feedmanagement.types.Feeds
- setFeed(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setFeedPermission(List<FeedPermission>) - Method in class org.azd.feedmanagement.types.FeedPermissions
- setFeedPermissions(String, FeedPermissions) - Method in class org.azd.feedmanagement.FeedManagementApi
-
Update the permissions on a feed.
- setFeedPermissions(String, FeedPermissions) - Method in interface org.azd.interfaces.FeedManagementDetails
- setFeedView(List<FeedView>) - Method in class org.azd.feedmanagement.types.FeedViews
- setField(WorkItemFieldReference) - Method in class org.azd.workitemtracking.types.WorkItemQueryClause
- setField(WorkItemFieldReference) - Method in class org.azd.workitemtracking.types.WorkItemQuerySortColumn
- setFieldInstances(List<WorkItemTypeFieldInstance>) - Method in class org.azd.workitemtracking.types.WorkItemType
- setFieldName(String) - Method in class org.azd.test.types.CustomTestField
- setFields(JsonNode) - Method in class org.azd.workitemtracking.types.WorkItemRecycleBinReference
- setFields(List<WorkItemTypeFieldInstance>) - Method in class org.azd.workitemtracking.types.WorkItemType
- setFields(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setFields(WorkItemFields) - Method in class org.azd.workitemtracking.types.WorkItem
- setFieldValue(WorkItemFieldReference) - Method in class org.azd.workitemtracking.types.WorkItemQueryClause
- setFileName(String) - Method in class org.azd.git.types.FileContentMetadata
- setFiles(List<ExtensionFile>) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setFilter(RunFilter) - Method in class org.azd.test.types.RunCreateModel
- setFilter(RunFilter) - Method in class org.azd.test.types.TestRun
- setFilterOptions(LinkQueryMode) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setFinalYaml(String) - Method in class org.azd.pipelines.types.PipelineRun
- setFinalYaml(String) - Method in class org.azd.pipelines.types.PreviewRun
- setFinishDate(String) - Method in class org.azd.work.types.TeamIterationAttributes
- setFinishedDate(String) - Method in class org.azd.pipelines.types.PipelineRun
- setFinishTime(String) - Method in class org.azd.build.types.Build
- setFinishTime(String) - Method in class org.azd.build.types.TimelineRecord
- setFinishTime(String) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setFinishTime(String) - Method in class org.azd.release.types.ReleaseTask
- setFlagged(boolean) - Method in class org.azd.git.types.Reviewers
- setFlags(String) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setFlags(String) - Method in class org.azd.extensionmanagement.types.InstalledExtensionState
- setFlaky(String) - Method in class org.azd.test.types.ResultMetadata
- setFlavor(String) - Method in class org.azd.test.types.BuildConfiguration
- setFolder(String) - Method in class org.azd.pipelines.types.Pipeline
- setFolder(String) - Method in class org.azd.pipelines.types.PipelineReference
- setFolders(List<Folder>) - Method in class org.azd.build.types.Folders
- setFork(boolean) - Method in class org.azd.build.types.Properties
- setFork(boolean) - Method in class org.azd.build.types.SourceRepositoryProperties
- setForkSource(GitForkRef) - Method in class org.azd.git.types.GitPullRequest
- setForkSyncRequest(List<GitForkSyncRequest>) - Method in class org.azd.git.types.GitForkSyncRequests
- setFromCommitId(String) - Method in class org.azd.git.types.GitCommitsBatch
- setFromDate(String) - Method in class org.azd.git.types.GitCommitsBatch
- setFullName(String) - Method in class org.azd.build.types.Properties
- setFullName(String) - Method in class org.azd.build.types.SourceRepository
- setFullName(String) - Method in class org.azd.build.types.SourceRepositoryProperties
- setFullyQualifiedId(String) - Method in class org.azd.feedmanagement.types.Feed
- setFullyQualifiedName(String) - Method in class org.azd.feedmanagement.types.Feed
- setGates(List<ReleaseDefinitionGate>) - Method in class org.azd.release.types.ReleaseDefinitionGatesStep
- setGatesOptions(ReleaseDefinitionGatesOptions) - Method in class org.azd.release.types.ReleaseDefinitionGatesStep
- setGenre(String) - Method in class org.azd.git.types.GitStatusContext
- setGitCommitRefs(List<GitCommitRef>) - Method in class org.azd.git.types.GitCommitRefs
- setGitDeletedRepositories(List<GitDeletedRepository>) - Method in class org.azd.git.types.GitDeletedRepositories
- setGitEnabled(boolean) - Method in class org.azd.core.types.VersionControl
- setGitItemPath(String) - Method in class org.azd.wiki.types.WikiPage
- setGitObjectType(GitObjectType) - Method in class org.azd.git.types.GitItem
- setGraphGroups(List<GraphGroup>) - Method in class org.azd.graph.types.GraphGroups
- setGraphMemberships(List<GraphMembership>) - Method in class org.azd.graph.types.GraphMemberships
- setGroup(int) - Method in class org.azd.extensionmanagement.types.ContributionConstraint
- setGroup(GraphGroup) - Method in class org.azd.memberentitlementmanagement.types.GroupEntitlement
- setGroup(Group) - Method in class org.azd.memberentitlementmanagement.types.GroupOptions
- setGroup(Group) - Method in class org.azd.memberentitlementmanagement.types.ProjectEntitlement
- setGroupAssignments(List<GroupEntitlement>) - Method in class org.azd.memberentitlementmanagement.types.UserEntitlement
- setGroupEntitlements(List<GroupEntitlement>) - Method in class org.azd.memberentitlementmanagement.types.GroupEntitlements
- setGroupId(String) - Method in class org.azd.maven.types.MavenPackageVersionDeletionState
- setGroupName(String) - Method in class org.azd.build.types.TaskInputDefinitionBase
- setGroupName(String) - Method in class org.azd.release.types.TaskInputDefinitionBase
- setGroupOptions(List<GroupOptions>) - Method in class org.azd.memberentitlementmanagement.types.UsersSummary
- setGroupType(String) - Method in class org.azd.memberentitlementmanagement.types.Group
- setHasAdminPermissions(boolean) - Method in class org.azd.build.types.SourceRepositoryProperties
- setHasChildren(boolean) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setHasDeclined(boolean) - Method in class org.azd.git.types.IdentityRefWithVote
- setHasDeclined(boolean) - Method in class org.azd.git.types.Reviewers
- setHasMore(boolean) - Method in class org.azd.workitemtracking.types.QueryHierarchyItemsResult
- setHasMoved(boolean) - Method in class org.azd.accounts.types.Account
- setHasMultipleMergeBases(boolean) - Method in class org.azd.git.types.GitPullRequest
- setHasStarted(boolean) - Method in class org.azd.release.types.DeploymentAttempt
- setHeaders(List<AuthorizationHeader>) - Method in class org.azd.build.types.DataSourceBindingBase
- setHeaders(List<AuthorizationHeader>) - Method in class org.azd.release.types.DataSourceBindingBase
- setHelpMarkDown(String) - Method in class org.azd.build.types.TaskInputDefinitionBase
- setHelpMarkDown(String) - Method in class org.azd.release.types.TaskInputDefinitionBase
- setHelpText(String) - Method in class org.azd.workitemtracking.types.WorkItemTypeFieldInstance
- setHideDeletedPackageVersions(boolean) - Method in class org.azd.feedmanagement.types.Feed
- setHistory(List<ReleaseApprovalHistory>) - Method in class org.azd.release.types.ReleaseApproval
- setHistoryMode(GitHistoryMode) - Method in class org.azd.git.types.GitCommitsBatch
- setHosted(boolean) - Method in class org.azd.build.types.BuildPool
- setHostId(String) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setHref(String) - Method in class org.azd.common.types.Reference
- setHtml(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setIcon(WorkItemIcon) - Method in class org.azd.workitemtracking.types.WorkItemType
- setId(int) - Method in class org.azd.build.types.BuildLog
- setId(int) - Method in class org.azd.build.types.Queue
- setId(int) - Method in class org.azd.distributedtask.types.DeploymentGroup
- setId(int) - Method in class org.azd.distributedtask.types.DeploymentMachine
- setId(int) - Method in class org.azd.distributedtask.types.EnvironmentInstance
- setId(int) - Method in class org.azd.distributedtask.types.EnvironmentResourceReference
- setId(int) - Method in class org.azd.distributedtask.types.TaskAgent
- setId(int) - Method in class org.azd.distributedtask.types.TaskAgentPoolReference
- setId(int) - Method in class org.azd.distributedtask.types.VariableGroup
- setId(int) - Method in class org.azd.git.types.GitStatus
- setId(int) - Method in class org.azd.helpers.ApiException
- setId(int) - Method in class org.azd.pipelines.types.Pipeline
- setId(int) - Method in class org.azd.pipelines.types.PipelineRun
- setId(int) - Method in class org.azd.policy.types.PolicyConfiguration
- setId(int) - Method in class org.azd.release.types.DeploymentAttempt
- setId(int) - Method in class org.azd.release.types.ManualIntervention
- setId(int) - Method in class org.azd.release.types.Release
- setId(int) - Method in class org.azd.release.types.ReleaseApproval
- setId(int) - Method in class org.azd.release.types.ReleaseEnvironment
- setId(int) - Method in class org.azd.release.types.ReleaseEnvironmentShallowReference
- setId(int) - Method in class org.azd.release.types.ReleaseGates
- setId(int) - Method in class org.azd.release.types.ReleaseTask
- setId(int) - Method in class org.azd.release.types.VariableGroup
- setId(int) - Method in class org.azd.workitemtracking.types.WorkItem
- setId(int) - Method in class org.azd.workitemtracking.types.WorkItemAttributes
- setId(int) - Method in class org.azd.workitemtracking.types.WorkItemDelete
- setId(int) - Method in class org.azd.workitemtracking.types.WorkItemDeleteReference
- setId(int) - Method in class org.azd.workitemtracking.types.WorkItemDeleteShallowReference
- setId(int) - Method in class org.azd.workitemtracking.types.WorkItemRecycleBinReference
- setId(int) - Method in class org.azd.workitemtracking.types.WorkItemReference
- setId(Integer) - Method in class org.azd.build.types.AgentPoolQueue
- setId(Integer) - Method in class org.azd.build.types.Build
- setId(Integer) - Method in class org.azd.build.types.BuildArtifact
- setId(Integer) - Method in class org.azd.build.types.BuildController
- setId(Integer) - Method in class org.azd.build.types.BuildDefinition
- setId(Integer) - Method in class org.azd.build.types.BuildLogReference
- setId(Integer) - Method in class org.azd.build.types.DefinitionReference
- setId(Integer) - Method in class org.azd.build.types.TaskAgentPoolReference
- setId(Integer) - Method in class org.azd.build.types.VariableGroup
- setId(Integer) - Method in class org.azd.distributedtask.types.TaskAgentReference
- setId(Integer) - Method in class org.azd.distributedtask.types.TaskOrchestrationOwner
- setId(Integer) - Method in class org.azd.release.types.ReleaseDefinition
- setId(Integer) - Method in class org.azd.release.types.ReleaseDefinitionApprovalStep
- setId(Integer) - Method in class org.azd.release.types.ReleaseDefinitionDeployStep
- setId(Integer) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setId(Integer) - Method in class org.azd.release.types.ReleaseDefinitionGatesStep
- setId(Integer) - Method in class org.azd.release.types.ReleaseDefinitionShallowReference
- setId(Integer) - Method in class org.azd.release.types.ReleaseReference
- setId(Integer) - Method in class org.azd.release.types.ReleaseShallowReference
- setId(Integer) - Method in class org.azd.test.types.BuildConfiguration
- setId(Integer) - Method in class org.azd.test.types.ReleaseReference
- setId(Integer) - Method in class org.azd.test.types.TestResolutionState
- setId(Integer) - Method in class org.azd.test.types.TestRun
- setId(Integer) - Method in class org.azd.wiki.types.WikiPage
- setId(Integer) - Method in class org.azd.wiki.types.WikiPageDetail
- setId(Integer) - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- setId(String) - Method in class org.azd.accounts.types.Organization
- setId(String) - Method in class org.azd.accounts.types.Profile
- setId(String) - Method in class org.azd.build.types.BuildChange
- setId(String) - Method in class org.azd.build.types.BuildOptionDefinitionReference
- setId(String) - Method in class org.azd.build.types.BuildPool
- setId(String) - Method in class org.azd.build.types.BuildQueue
- setId(String) - Method in class org.azd.build.types.BuildRepository
- setId(String) - Method in class org.azd.build.types.BuildWorkItem
- setId(String) - Method in class org.azd.build.types.Logs
- setId(String) - Method in class org.azd.build.types.Repository
- setId(String) - Method in class org.azd.build.types.RequestedFor
- setId(String) - Method in class org.azd.build.types.SourceProviderPullRequest
- setId(String) - Method in class org.azd.build.types.SourceRepository
- setId(String) - Method in class org.azd.build.types.Task
- setId(String) - Method in class org.azd.build.types.TaskReference
- setId(String) - Method in class org.azd.build.types.TeamProjectReference
- setId(String) - Method in class org.azd.build.types.Timeline
- setId(String) - Method in class org.azd.build.types.TimelineRecord
- setId(String) - Method in class org.azd.build.types.TimelineReference
- setId(String) - Method in class org.azd.common.types.Author
- setId(String) - Method in class org.azd.common.types.LocationUrl
-
Set the id of resource area
- setId(String) - Method in class org.azd.core.types.OperationReference
- setId(String) - Method in class org.azd.core.types.Process
- setId(String) - Method in class org.azd.core.types.Project
- setId(String) - Method in class org.azd.core.types.Team
- setId(String) - Method in class org.azd.core.types.TeamProjectCollectionReference
- setId(String) - Method in class org.azd.core.types.TeamProjectReference
- setId(String) - Method in class org.azd.core.types.WebApiTeam
- setId(String) - Method in class org.azd.extensionmanagement.types.Contribution
- setId(String) - Method in class org.azd.extensionmanagement.types.ContributionConstraint
- setId(String) - Method in class org.azd.extensionmanagement.types.ContributionType
- setId(String) - Method in class org.azd.extensionmanagement.types.LicensingOverride
- setId(String) - Method in class org.azd.feedmanagement.types.Feed
- setId(String) - Method in class org.azd.feedmanagement.types.FeedView
- setId(String) - Method in class org.azd.feedmanagement.types.ProjectReference
- setId(String) - Method in class org.azd.feedmanagement.types.UpstreamSource
- setId(String) - Method in class org.azd.git.types.GitDeletedRepository
- setId(String) - Method in class org.azd.git.types.GitRepository
- setId(String) - Method in class org.azd.git.types.GitRepositoryRef
- setId(String) - Method in class org.azd.git.types.IdentityRefWithVote
- setId(String) - Method in class org.azd.git.types.ResourceRef
- setId(String) - Method in class org.azd.git.types.Reviewers
- setId(String) - Method in class org.azd.git.types.TeamProjectCollectionReference
- setId(String) - Method in class org.azd.git.types.TeamProjectReference
- setId(String) - Method in class org.azd.git.types.WebApiTagDefinition
- setId(String) - Method in class org.azd.maven.types.Package
- setId(String) - Method in class org.azd.maven.types.UpstreamSourceInfo
- setId(String) - Method in class org.azd.memberentitlementmanagement.types.GroupEntitlement
- setId(String) - Method in class org.azd.memberentitlementmanagement.types.ProjectRef
- setId(String) - Method in class org.azd.memberentitlementmanagement.types.TeamRef
- setId(String) - Method in class org.azd.memberentitlementmanagement.types.UserEntitlement
- setId(String) - Method in class org.azd.pipelines.types.PipelineLog
- setId(String) - Method in class org.azd.pipelines.types.PipelineReference
- setId(String) - Method in class org.azd.policy.types.PolicyType
- setId(String) - Method in class org.azd.policy.types.PolicyTypeRef
- setId(String) - Method in class org.azd.release.types.ArtifactSourceReference
- setId(String) - Method in class org.azd.release.types.ProjectReference
- setId(String) - Method in class org.azd.release.types.WorkflowTaskReference
- setId(String) - Method in class org.azd.security.types.Identity
- setId(String) - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- setId(String) - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- setId(String) - Method in class org.azd.test.types.ShallowReference
- setId(String) - Method in class org.azd.upack.types.Package
- setId(String) - Method in class org.azd.wiki.types.WikiV2
- setId(String) - Method in class org.azd.work.types.TeamSettingsIteration
- setId(String) - Method in class org.azd.work.types.WorkItemReference
- setId(String) - Method in class org.azd.workitemtracking.types.AttachmentReference
- setId(String) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setId(String) - Method in class org.azd.workitemtracking.types.WorkItemIcon
- setIdentifier(String) - Method in class org.azd.build.types.AgentSpecification
- setIdentifier(String) - Method in class org.azd.build.types.TimelineRecord
- setIdentities(List<Identity>) - Method in class org.azd.security.types.Identities
- setIdentityDescriptor(String) - Method in class org.azd.feedmanagement.types.FeedPermission
- setIdentityId(String) - Method in class org.azd.feedmanagement.types.FeedPermission
- setIdentityId(String) - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- setIdentityUrl(String) - Method in class org.azd.core.types.Team
- setIdentityUrl(String) - Method in class org.azd.core.types.WebApiTeam
- setIds(String[]) - Method in class org.azd.git.types.GitCommitsBatch
- setIgnoredGates(List<IgnoredGate>) - Method in class org.azd.release.types.ReleaseGates
- setImageUrl(String) - Method in class org.azd.common.types.Author
- setImageUrl(String) - Method in class org.azd.git.types.GitUserDate
- setImageUrl(String) - Method in class org.azd.git.types.IdentityRefWithVote
- setInactive(boolean) - Method in class org.azd.git.types.IdentityRefWithVote
- setIncludedQuantity(int) - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- setIncludeLinks(boolean) - Method in class org.azd.git.types.GitCommitsBatch
- setIncludePushData(boolean) - Method in class org.azd.git.types.GitCommitsBatch
- setIncludes(String[]) - Method in class org.azd.extensionmanagement.types.Contribution
- setIncludeUserImageUrl(boolean) - Method in class org.azd.git.types.GitCommitsBatch
- setIncludeWorkItems(boolean) - Method in class org.azd.git.types.GitCommitsBatch
- setIncompleteTests(Integer) - Method in class org.azd.test.types.TestRun
- setIndexed(boolean) - Method in class org.azd.extensionmanagement.types.ContributionType
- setInheritedAllow(Long) - Method in class org.azd.security.types.ACE.ExtendedInfo
- setInheritPermissions(boolean) - Method in class org.azd.security.types.ACL
- setInitialContextTemplate(String) - Method in class org.azd.build.types.DataSourceBindingBase
- setInitialContextTemplate(String) - Method in class org.azd.release.types.DataSourceBindingBase
- setInnerException(String) - Method in class org.azd.helpers.ApiException
- setInputs(Object) - Method in class org.azd.build.types.BuildOption
- setInputs(Object) - Method in class org.azd.build.types.Steps
- setInputs(Object) - Method in class org.azd.release.types.WorkflowTask
- setInputs(List<TaskInputDefinitionBase>) - Method in class org.azd.build.types.ProcessParameters
- setInputs(List<TaskInputDefinitionBase>) - Method in class org.azd.release.types.ProcessParameters
- setInputs(Inputs) - Method in class org.azd.build.types.Options
- setInstallationIssues(List<InstalledExtensionStateIssue>) - Method in class org.azd.extensionmanagement.types.InstalledExtensionState
- setInstalledExtensions(List<InstalledExtension>) - Method in class org.azd.extensionmanagement.types.InstalledExtensions
- setInstallState(InstalledExtensionState) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setInstructions(String) - Method in class org.azd.release.types.ManualIntervention
- setInternal(String) - Method in class org.azd.maven.types.PackagingSourceType
- setInternalUpstreamCollectionId(String) - Method in class org.azd.feedmanagement.types.UpstreamSource
- setInternalUpstreamFeedId(String) - Method in class org.azd.feedmanagement.types.UpstreamSource
- setInternalUpstreamProjectId(String) - Method in class org.azd.feedmanagement.types.UpstreamSource
- setInternalUpstreamViewId(String) - Method in class org.azd.feedmanagement.types.UpstreamSource
- setIntValue(Integer) - Method in class org.azd.build.types.BuildMetric
- setInverse(boolean) - Method in class org.azd.extensionmanagement.types.ContributionConstraint
- setIsAadIdentity(boolean) - Method in class org.azd.git.types.IdentityRefWithVote
- setIsAutomated(boolean) - Method in class org.azd.release.types.ReleaseApproval
- setIsAutomated(boolean) - Method in class org.azd.release.types.ReleaseDefinitionApprovalStep
- setIsAutomated(boolean) - Method in class org.azd.test.types.TestRun
- setIsBinary(boolean) - Method in class org.azd.git.types.FileContentMetadata
- setIsContainer(boolean) - Method in class org.azd.git.types.IdentityRefWithVote
- setIsDeleted(boolean) - Method in class org.azd.release.types.ReleaseDefinition
- setIsDeleted(boolean) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setIsDeleted(boolean) - Method in class org.azd.workitemtracking.types.WorkItemField
- setIsDeletedInOrigin(boolean) - Method in class org.azd.git.types.IdentityRefWithVote
- setIsDisabled(boolean) - Method in class org.azd.git.types.GitRepository
- setIsDraft(boolean) - Method in class org.azd.git.types.GitPullRequest
- setIsEnabled(boolean) - Method in class org.azd.release.types.ReleaseDefinitionGatesOptions
- setIsFieldValue(boolean) - Method in class org.azd.workitemtracking.types.WorkItemQueryClause
- setIsFlagged(boolean) - Method in class org.azd.git.types.IdentityRefWithVote
- setIsFolder(boolean) - Method in class org.azd.git.types.GitItem
- setIsFolder(boolean) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setIsFork(boolean) - Method in class org.azd.git.types.GitRepository
- setIsFork(boolean) - Method in class org.azd.git.types.GitRepositoryRef
- setIsHosted(boolean) - Method in class org.azd.distributedtask.types.TaskAgentPoolReference
- setIsHosted(Boolean) - Method in class org.azd.build.types.TaskAgentPoolReference
- setIsIdentity(boolean) - Method in class org.azd.workitemtracking.types.WorkItemField
- setIsImage(boolean) - Method in class org.azd.git.types.FileContentMetadata
- setIsInheritedRole(boolean) - Method in class org.azd.feedmanagement.types.FeedPermission
- setIsInvalidSyntax(boolean) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setIsLegacy(boolean) - Method in class org.azd.distributedtask.types.TaskAgentPoolReference
- setIsLocked(boolean) - Method in class org.azd.git.types.GitRef
- setIsLocked(Boolean) - Method in class org.azd.git.types.GitForkRef
- setIsLockedBy(Author) - Method in class org.azd.git.types.GitForkRef
- setIsLockedBy(Author) - Method in class org.azd.git.types.GitRef
- setIsNonConformant(boolean) - Method in class org.azd.wiki.types.WikiPage
- setIsNotificationOn(boolean) - Method in class org.azd.release.types.ReleaseDefinitionApprovalStep
- setIsParentPage(boolean) - Method in class org.azd.wiki.types.WikiPage
- setIsPicklist(boolean) - Method in class org.azd.workitemtracking.types.WorkItemField
- setIsPicklistSuggested(boolean) - Method in class org.azd.workitemtracking.types.WorkItemField
- setIsPrimary(boolean) - Method in class org.azd.release.types.Artifact
- setIsPublic(boolean) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setIsQueryable(boolean) - Method in class org.azd.workitemtracking.types.WorkItemField
- setIsReadOnly(boolean) - Method in class org.azd.feedmanagement.types.Feed
- setIsReadOnly(boolean) - Method in class org.azd.release.types.VariableValue
- setIsRequired(boolean) - Method in class org.azd.git.types.IdentityRefWithVote
- setIsRetained(boolean) - Method in class org.azd.release.types.Artifact
- setIsRetained(String) - Method in class org.azd.release.types.ReleaseArtifacts
- setIsSecret(boolean) - Method in class org.azd.release.types.ConfigurationVariableValue
- setIsSecret(boolean) - Method in class org.azd.release.types.VariableValue
- setIsShared(boolean) - Method in class org.azd.release.types.VariableGroup
- setIssues(List<Issue>) - Method in class org.azd.build.types.TimelineRecord
- setIssues(List<Issue>) - Method in class org.azd.release.types.DeploymentAttempt
- setIssues(List<Issue>) - Method in class org.azd.release.types.ReleaseTask
- setIssueType(String) - Method in class org.azd.release.types.Issue
- setIssueType(String) - Method in class org.azd.release.types.Issues
- setIsSymLink(boolean) - Method in class org.azd.git.types.GitItem
- setItem(JsonNode) - Method in class org.azd.accounts.types.PropertiesCollection
- setItem(Object) - Method in class org.azd.build.types.PropertiesCollection
- setItem(Object) - Method in class org.azd.distributedtask.types.PropertiesCollection
- setItem(GitItem) - Method in class org.azd.git.types.GitChange
- setItemPath(String) - Method in class org.azd.git.types.GitCommitsBatch
- setItems(List<GitItem>) - Method in class org.azd.git.types.GitItems
- setItemVersion(GitVersionDescriptor) - Method in class org.azd.git.types.GitCommitsBatch
- setIteration(String) - Method in class org.azd.test.types.RunCreateModel
- setIteration(String) - Method in class org.azd.test.types.TestRun
- setIterations(List<TeamSettingsIteration>) - Method in class org.azd.work.types.TeamSettingsIterations
- setJob(ReleaseTask) - Method in class org.azd.release.types.DeploymentJob
- setJobAuthorizationScope(String) - Method in class org.azd.build.types.Phases
- setJobAuthorizationScope(BuildAuthorizationScope) - Method in class org.azd.build.types.BuildDefinition
- setJobCancelTimeoutInMinutes(Integer) - Method in class org.azd.build.types.BuildDefinition
- setJobId(String) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setJobId(String) - Method in class org.azd.release.types.ReleaseSchedule
- setJobName(String) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setJobName(String) - Method in class org.azd.test.types.JobReference
- setJobReference(JobReference) - Method in class org.azd.test.types.PipelineReference
- setJobTimeoutInMinutes(Integer) - Method in class org.azd.build.types.BuildDefinition
- setKeepForever(boolean) - Method in class org.azd.release.types.Release
- setKeys(String[]) - Method in class org.azd.accounts.types.PropertiesCollection
- setKeys(String[]) - Method in class org.azd.build.types.PropertiesCollection
- setKeys(String[]) - Method in class org.azd.distributedtask.types.PropertiesCollection
- setKeySelector(String) - Method in class org.azd.build.types.TaskSourceDefinitionBase
- setKeySelector(String) - Method in class org.azd.release.types.TaskSourceDefinitionBase
- setLabel(String) - Method in class org.azd.build.types.TaskInputDefinitionBase
- setLabel(String) - Method in class org.azd.release.types.TaskInputDefinitionBase
- setLabels(List<WebApiTagDefinition>) - Method in class org.azd.git.types.GitPullRequest
- setLanguage(String) - Method in class org.azd.extensionmanagement.types.ExtensionFile
- setLanguage(String) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setLastAccessedDate(String) - Method in class org.azd.memberentitlementmanagement.types.UserEntitlement
- setLastChangedBy(String) - Method in class org.azd.build.types.Timeline
- setLastChangedBy(Author) - Method in class org.azd.build.types.Build
- setLastChangedBy(Author) - Method in class org.azd.build.types.Folder
- setLastChangedDate(String) - Method in class org.azd.build.types.Build
- setLastChangedDate(String) - Method in class org.azd.build.types.Folder
- setLastChangedOn(String) - Method in class org.azd.build.types.BuildLog
- setLastChangedOn(String) - Method in class org.azd.build.types.Timeline
- setLastChangedOn(String) - Method in class org.azd.pipelines.types.PipelineLog
- setLastCompletedRequest(TaskAgentJobRequest) - Method in class org.azd.distributedtask.types.TaskAgent
- setLastExecuted(String) - Method in class org.azd.memberentitlementmanagement.types.GroupEntitlement
- setLastExecutedBy(Author) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setLastExecutedDate(String) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setLastMergeCommit(GitCommitRef) - Method in class org.azd.git.types.GitPullRequest
- setLastMergeSourceCommit(GitCommitRef) - Method in class org.azd.git.types.GitPullRequest
- setLastMergeTargetCommit(GitCommitRef) - Method in class org.azd.git.types.GitPullRequest
- setLastModified(String) - Method in class org.azd.build.types.TimelineRecord
- setLastModifiedBy(Author) - Method in class org.azd.distributedtask.types.EnvironmentInstance
- setLastModifiedBy(Author) - Method in class org.azd.release.types.DeploymentAttempt
- setLastModifiedBy(Author) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setLastModifiedDate(String) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setLastModifiedOn(String) - Method in class org.azd.distributedtask.types.EnvironmentInstance
- setLastModifiedOn(String) - Method in class org.azd.release.types.DeploymentAttempt
- setLastModifiedOn(String) - Method in class org.azd.release.types.IgnoredGate
- setLastModifiedOn(String) - Method in class org.azd.release.types.IgnoredGates
- setLastModifiedOn(String) - Method in class org.azd.release.types.ReleaseGates
- setLastPublished(String) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setLastRefreshedOn(String) - Method in class org.azd.distributedtask.types.VariableGroupProviderData
- setLastRelease(ReleaseReference) - Method in class org.azd.release.types.ReleaseDefinition
- setLastUpdated(String) - Method in class org.azd.build.types.SourceRepositoryProperties
- setLastUpdated(String) - Method in class org.azd.extensionmanagement.types.InstalledExtensionState
- setLastUpdatedBy(String) - Method in class org.azd.accounts.types.Account
- setLastUpdatedBy(Author) - Method in class org.azd.test.types.TestRun
- setLastUpdatedDate(String) - Method in class org.azd.accounts.types.Account
- setLastUpdatedDate(String) - Method in class org.azd.test.types.TestRun
- setLastUpdateTime(String) - Method in class org.azd.build.types.TeamProjectReference
- setLastUpdateTime(String) - Method in class org.azd.core.types.Project
- setLastUpdateTime(String) - Method in class org.azd.core.types.TeamProjectReference
- setLastUpdateTime(String) - Method in class org.azd.git.types.TeamProjectReference
- setLatestBuild(Build) - Method in class org.azd.build.types.BuildDefinition
- setLatestCompletedBuild(Build) - Method in class org.azd.build.types.BuildDefinition
- setLatestProcessedChange(GitCommitRef) - Method in class org.azd.git.types.GitItem
- setLegacyDescriptor(String) - Method in class org.azd.graph.types.GraphGroup
- setLegacyDescriptor(String) - Method in class org.azd.graph.types.GraphUser
- setLicenseDisplayName(String) - Method in class org.azd.memberentitlementmanagement.types.AccessLevel
- setLicenseName(String) - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- setLicenseRule(AccessLevel) - Method in class org.azd.memberentitlementmanagement.types.GroupEntitlement
- setLicenses(List<LicenseSummaryData>) - Method in class org.azd.memberentitlementmanagement.types.UsersSummary
- setLicensing(ExtensionLicensing) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setLicensingSource(String) - Method in class org.azd.memberentitlementmanagement.types.AccessLevel
- setLineCount(int) - Method in class org.azd.build.types.BuildLog
- setLineCount(int) - Method in class org.azd.pipelines.types.PipelineLog
- setLineCount(int) - Method in class org.azd.release.types.ReleaseTask
- setLinkClauses(WorkItemQueryClause) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setLinks(Object) - Method in class org.azd.git.types.GitForkSyncRequest
- setLinks(Object) - Method in class org.azd.maven.types.ReferenceLinks
- setLinks(Object) - Method in class org.azd.test.types.ReferenceLinks
- setLinks(Object) - Method in class org.azd.upack.types.ReferenceLinks
- setLocation(String) - Method in class org.azd.build.types.BuildChange
- setLocation(String) - Method in class org.azd.feedmanagement.types.UpstreamSource
- setLocation(String) - Method in class org.azd.maven.types.UpstreamSourceInfo
- setLocationUrl(String) - Method in class org.azd.common.types.LocationUrl
-
Sets the location url.
- setLocked(boolean) - Method in class org.azd.git.types.GitRefUpdate
- setLocked(boolean) - Method in class org.azd.workitemtracking.types.WorkItemAttributes
- setLockedUntil(String) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setLog(BuildLogReference) - Method in class org.azd.build.types.TimelineRecord
- setLogicalOperator(LogicalOperation) - Method in class org.azd.workitemtracking.types.WorkItemQueryClause
- setLogs(List<PipelineLog>) - Method in class org.azd.pipelines.types.LogCollection
- setLogs(BuildLogReference) - Method in class org.azd.build.types.Build
- setLogsContainerUrl(String) - Method in class org.azd.release.types.Release
- setLogUrl(String) - Method in class org.azd.release.types.ReleaseTask
- setMachineCount(int) - Method in class org.azd.distributedtask.types.DeploymentGroup
- setMachines(List<DeploymentMachine>) - Method in class org.azd.distributedtask.types.DeploymentGroup
- setMachineTags(String[]) - Method in class org.azd.distributedtask.types.DeploymentGroup
- setMailAddress(String) - Method in class org.azd.graph.types.GraphEntity
- setManageUrl(String) - Method in class org.azd.build.types.SourceRepositoryProperties
- setManifestVersion(int) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setManualInterventions(List<ManualIntervention>) - Method in class org.azd.release.types.ManualInterventions
- setManualInterventions(List<ManualIntervention>) - Method in class org.azd.release.types.ReleaseDeployPhase
- setMappedPath(String) - Method in class org.azd.wiki.types.WikiCreateParameters
- setMappedPath(String) - Method in class org.azd.wiki.types.WikiV2
- setMatchedAgents(List<TaskAgentReference>) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setMatchesAllAgentsInPool(boolean) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setMaxConcurrentBuildsPerBranch(int) - Method in class org.azd.build.types.Triggers
- setMaxParallelism(int) - Method in class org.azd.distributedtask.types.TaskAgent
- setMember(Reference) - Method in class org.azd.graph.types.MembershipReferenceLinks
- setMemberDescriptor(String) - Method in class org.azd.graph.types.GraphMembership
- setMemberIds(List<Object>) - Method in class org.azd.security.types.Identity
- setMemberOf(List<Object>) - Method in class org.azd.security.types.Identity
- setMembers(List<Object>) - Method in class org.azd.security.types.Identity
- setMembers(List<UserEntitlement>) - Method in class org.azd.memberentitlementmanagement.types.GroupEntitlement
- setMembers(List<UserEntitlement>) - Method in class org.azd.memberentitlementmanagement.types.PagedGraphMemberList
- setMemberships(Reference) - Method in class org.azd.graph.types.GraphReferenceLinks
- setMembershipState(Reference) - Method in class org.azd.graph.types.GraphReferenceLinks
- setMerge(boolean) - Method in class org.azd.security.types.ACEs
- setMergeCommitMessage(String) - Method in class org.azd.git.types.GitPullRequestCompletionOptions
- setMergeFailureMessage(String) - Method in class org.azd.git.types.GitPullRequest
- setMergeFailureType(PullRequestMergeFailureType) - Method in class org.azd.git.types.GitPullRequest
- setMergeId(String) - Method in class org.azd.git.types.GitPullRequest
- setMergeOptions(GitPullRequestMergeOptions) - Method in class org.azd.git.types.GitPullRequest
- setMergeStatus(PullRequestAsyncStatus) - Method in class org.azd.git.types.GitPullRequest
- setMergeStrategy(GitPullRequestMergeStrategy) - Method in class org.azd.git.types.GitPullRequestCompletionOptions
- setMessage(String) - Method in class org.azd.build.types.BuildChange
- setMessage(String) - Method in class org.azd.build.types.BuildRequestValidationResult
- setMessage(String) - Method in class org.azd.build.types.Issue
- setMessage(String) - Method in class org.azd.build.types.TaskInputValidation
- setMessage(String) - Method in class org.azd.build.types.TriggerInfo
- setMessage(String) - Method in class org.azd.extensionmanagement.types.InstalledExtensionStateIssue
- setMessage(String) - Method in class org.azd.git.types.GitAnnotatedTag
- setMessage(String) - Method in class org.azd.helpers.ApiException
- setMessage(String) - Method in class org.azd.release.types.Issue
- setMessage(String) - Method in class org.azd.release.types.Issues
- setMessage(String) - Method in class org.azd.release.types.TaskInputValidation
- setMessage(String) - Method in class org.azd.workitemtracking.types.WorkItemDeleteReference
- setMetaType(String) - Method in class org.azd.graph.types.GraphUser
- setMetaTypeId(Integer) - Method in class org.azd.security.types.Identity
- setMetrics(List<BuildMetric>) - Method in class org.azd.build.types.BuildDefinition
- setMinimumSuccessDuration(Integer) - Method in class org.azd.release.types.ReleaseDefinitionGatesOptions
- setMinimumToKeep(int) - Method in class org.azd.build.types.RetentionPolicy
- setModifiedBy(JsonNode) - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- setModifiedBy(Author) - Method in class org.azd.distributedtask.types.VariableGroup
- setModifiedBy(Author) - Method in class org.azd.release.types.Release
- setModifiedBy(Author) - Method in class org.azd.release.types.ReleaseDefinition
- setModifiedBy(Author) - Method in class org.azd.release.types.ReleaseReference
- setModifiedBy(Author) - Method in class org.azd.release.types.VariableGroup
- setModifiedDate(String) - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- setModifiedOn(String) - Method in class org.azd.distributedtask.types.VariableGroup
- setModifiedOn(String) - Method in class org.azd.release.types.ManualIntervention
- setModifiedOn(String) - Method in class org.azd.release.types.Release
- setModifiedOn(String) - Method in class org.azd.release.types.ReleaseApproval
- setModifiedOn(String) - Method in class org.azd.release.types.ReleaseApprovalHistory
- setModifiedOn(String) - Method in class org.azd.release.types.ReleaseDefinition
- setModifiedOn(String) - Method in class org.azd.release.types.ReleaseEnvironment
- setModifiedOn(String) - Method in class org.azd.release.types.VariableGroup
- setModulus(String[]) - Method in class org.azd.distributedtask.types.TaskAgentPublicKey
- setMsdnLicenseType(String) - Method in class org.azd.memberentitlementmanagement.types.AccessLevel
- setMsdnLicenseType(String) - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- setName(String) - Method in class org.azd.accounts.types.Organization
- setName(String) - Method in class org.azd.build.types.AgentPoolQueue
- setName(String) - Method in class org.azd.build.types.Attachment
- setName(String) - Method in class org.azd.build.types.AuthorizationHeader
- setName(String) - Method in class org.azd.build.types.BuildArtifact
- setName(String) - Method in class org.azd.build.types.BuildController
- setName(String) - Method in class org.azd.build.types.BuildDefinition
- setName(String) - Method in class org.azd.build.types.BuildDefinitionRevision
- setName(String) - Method in class org.azd.build.types.BuildMetric
- setName(String) - Method in class org.azd.build.types.BuildPool
- setName(String) - Method in class org.azd.build.types.BuildQueue
- setName(String) - Method in class org.azd.build.types.BuildRepository
- setName(String) - Method in class org.azd.build.types.DefinitionReference
- setName(String) - Method in class org.azd.build.types.Demand
- setName(String) - Method in class org.azd.build.types.Phases
- setName(String) - Method in class org.azd.build.types.Queue
- setName(String) - Method in class org.azd.build.types.Repository
- setName(String) - Method in class org.azd.build.types.RepositoryWebhook
- setName(String) - Method in class org.azd.build.types.SourceProviderAttribute
- setName(String) - Method in class org.azd.build.types.SourceRepository
- setName(String) - Method in class org.azd.build.types.TaskAgentPoolReference
- setName(String) - Method in class org.azd.build.types.TaskInputDefinitionBase
- setName(String) - Method in class org.azd.build.types.TaskReference
- setName(String) - Method in class org.azd.build.types.TeamProjectReference
- setName(String) - Method in class org.azd.build.types.TimelineRecord
- setName(String) - Method in class org.azd.build.types.VariableGroup
- setName(String) - Method in class org.azd.common.types.LocationUrl
-
Set the name of the resource
- setName(String) - Method in class org.azd.core.types.Process
- setName(String) - Method in class org.azd.core.types.Project
- setName(String) - Method in class org.azd.core.types.ProjectProperty
- setName(String) - Method in class org.azd.core.types.Team
- setName(String) - Method in class org.azd.core.types.TeamProjectCollectionReference
- setName(String) - Method in class org.azd.core.types.TeamProjectReference
- setName(String) - Method in class org.azd.core.types.WebApiTeam
- setName(String) - Method in class org.azd.distributedtask.types.Demand
- setName(String) - Method in class org.azd.distributedtask.types.DeploymentGroup
- setName(String) - Method in class org.azd.distributedtask.types.EnvironmentInstance
- setName(String) - Method in class org.azd.distributedtask.types.EnvironmentResourceReference
- setName(String) - Method in class org.azd.distributedtask.types.TaskAgent
- setName(String) - Method in class org.azd.distributedtask.types.TaskAgentPoolReference
- setName(String) - Method in class org.azd.distributedtask.types.TaskAgentReference
- setName(String) - Method in class org.azd.distributedtask.types.TaskOrchestrationOwner
- setName(String) - Method in class org.azd.distributedtask.types.VariableGroup
- setName(String) - Method in class org.azd.distributedtask.types.VariableGroupDefinition
- setName(String) - Method in class org.azd.distributedtask.types.VariableGroupProjectReference
- setName(String) - Method in class org.azd.extensionmanagement.types.ContributionConstraint
- setName(String) - Method in class org.azd.extensionmanagement.types.ContributionPropertyDescription
- setName(String) - Method in class org.azd.extensionmanagement.types.ContributionType
- setName(String) - Method in class org.azd.feedmanagement.types.Feed
- setName(String) - Method in class org.azd.feedmanagement.types.FeedView
- setName(String) - Method in class org.azd.feedmanagement.types.ProjectReference
- setName(String) - Method in class org.azd.feedmanagement.types.UpstreamSource
- setName(String) - Method in class org.azd.git.types.Committer
- setName(String) - Method in class org.azd.git.types.GitAnnotatedTag
- setName(String) - Method in class org.azd.git.types.GitDeletedRepository
- setName(String) - Method in class org.azd.git.types.GitForkRef
- setName(String) - Method in class org.azd.git.types.GitRef
- setName(String) - Method in class org.azd.git.types.GitRefUpdate
- setName(String) - Method in class org.azd.git.types.GitRepository
- setName(String) - Method in class org.azd.git.types.GitRepositoryCreateOptions
- setName(String) - Method in class org.azd.git.types.GitRepositoryRef
- setName(String) - Method in class org.azd.git.types.GitStatusContext
- setName(String) - Method in class org.azd.git.types.GitTemplate
- setName(String) - Method in class org.azd.git.types.GitUserDate
- setName(String) - Method in class org.azd.git.types.TeamProjectCollectionReference
- setName(String) - Method in class org.azd.git.types.TeamProjectReference
- setName(String) - Method in class org.azd.git.types.WebApiCreateTagRequestData
- setName(String) - Method in class org.azd.git.types.WebApiTagDefinition
- setName(String) - Method in class org.azd.maven.types.Package
- setName(String) - Method in class org.azd.maven.types.UpstreamSourceInfo
- setName(String) - Method in class org.azd.memberentitlementmanagement.types.ProjectRef
- setName(String) - Method in class org.azd.memberentitlementmanagement.types.TeamRef
- setName(String) - Method in class org.azd.pipelines.types.Pipeline
- setName(String) - Method in class org.azd.pipelines.types.PipelineReference
- setName(String) - Method in class org.azd.pipelines.types.PipelineRun
- setName(String) - Method in class org.azd.pipelines.types.PipelinesArtifact
- setName(String) - Method in class org.azd.release.types.ArtifactSourceReference
- setName(String) - Method in class org.azd.release.types.AuthorizationHeader
- setName(String) - Method in class org.azd.release.types.Condition
- setName(String) - Method in class org.azd.release.types.Demand
- setName(String) - Method in class org.azd.release.types.DeployPhase
- setName(String) - Method in class org.azd.release.types.IgnoredGate
- setName(String) - Method in class org.azd.release.types.IgnoredGates
- setName(String) - Method in class org.azd.release.types.ManualIntervention
- setName(String) - Method in class org.azd.release.types.ProjectReference
- setName(String) - Method in class org.azd.release.types.Release
- setName(String) - Method in class org.azd.release.types.ReleaseCondition
- setName(String) - Method in class org.azd.release.types.ReleaseDefinition
- setName(String) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setName(String) - Method in class org.azd.release.types.ReleaseDefinitionShallowReference
- setName(String) - Method in class org.azd.release.types.ReleaseDeployPhase
- setName(String) - Method in class org.azd.release.types.ReleaseEnvironment
- setName(String) - Method in class org.azd.release.types.ReleaseEnvironmentShallowReference
- setName(String) - Method in class org.azd.release.types.ReleaseReference
- setName(String) - Method in class org.azd.release.types.ReleaseShallowReference
- setName(String) - Method in class org.azd.release.types.ReleaseTask
- setName(String) - Method in class org.azd.release.types.TaskInputDefinitionBase
- setName(String) - Method in class org.azd.release.types.VariableGroup
- setName(String) - Method in class org.azd.release.types.VariableGroupProjectReference
- setName(String) - Method in class org.azd.release.types.WorkflowTask
- setName(String) - Method in class org.azd.release.types.WorkflowTaskReference
- setName(String) - Method in class org.azd.security.types.SecurityNamespace
- setName(String) - Method in class org.azd.security.types.SecurityNamespaceAction
- setName(String) - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- setName(String) - Method in class org.azd.serviceendpoint.types.ServiceEndpointProjectReference
- setName(String) - Method in class org.azd.test.types.ReleaseReference
- setName(String) - Method in class org.azd.test.types.RunCreateModel
- setName(String) - Method in class org.azd.test.types.ShallowReference
- setName(String) - Method in class org.azd.test.types.TestResolutionState
- setName(String) - Method in class org.azd.test.types.TestRun
- setName(String) - Method in class org.azd.test.types.TestTag
- setName(String) - Method in class org.azd.upack.types.Package
- setName(String) - Method in class org.azd.upack.types.UPackPackageVersionDeletionState
- setName(String) - Method in class org.azd.wiki.types.WikiAttachment
- setName(String) - Method in class org.azd.wiki.types.WikiCreateParameters
- setName(String) - Method in class org.azd.wiki.types.WikiV2
- setName(String) - Method in class org.azd.work.types.TeamSettingsIteration
- setName(String) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setName(String) - Method in class org.azd.workitemtracking.types.WorkItemAttributes
- setName(String) - Method in class org.azd.workitemtracking.types.WorkItemDelete
- setName(String) - Method in class org.azd.workitemtracking.types.WorkItemDeleteReference
- setName(String) - Method in class org.azd.workitemtracking.types.WorkItemField
- setName(String) - Method in class org.azd.workitemtracking.types.WorkItemFieldOperation
- setName(String) - Method in class org.azd.workitemtracking.types.WorkItemFieldReference
- setName(String) - Method in class org.azd.workitemtracking.types.WorkItemStateColor
- setName(String) - Method in class org.azd.workitemtracking.types.WorkItemType
- setName(String) - Method in class org.azd.workitemtracking.types.WorkItemTypeFieldInstance
- setNamespaceId(String) - Method in class org.azd.accounts.types.Account
- setNamespaceId(String) - Method in class org.azd.security.types.SecurityNamespace
- setNamespaceId(String) - Method in class org.azd.security.types.SecurityNamespaceAction
- setNewCollectionId(String) - Method in class org.azd.accounts.types.Account
- setNewContent(ItemContent) - Method in class org.azd.git.types.GitChange
- setNewContentTemplate(GitTemplate) - Method in class org.azd.git.types.GitChange
- setNewObjectId(String) - Method in class org.azd.git.types.GitRefUpdate
- setNewOrder(Integer) - Method in class org.azd.wiki.types.WikiPageMove
- setNewOrder(Integer) - Method in class org.azd.wiki.types.WikiPageMoveParameters
- setNewPath(String) - Method in class org.azd.wiki.types.WikiPageMove
- setNewPath(String) - Method in class org.azd.wiki.types.WikiPageMoveParameters
- setNextBillingDate(String) - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- setNextScheduledUtcTime(String) - Method in class org.azd.release.types.ReleaseEnvironment
- setNodeId(String) - Method in class org.azd.build.types.SourceRepositoryProperties
- setNonConformant(boolean) - Method in class org.azd.wiki.types.WikiPage
- setNone(String) - Method in class org.azd.build.types.QueueOptions
- setNotApplicableTests(Integer) - Method in class org.azd.test.types.TestRun
- setNotificationType(String) - Method in class org.azd.build.types.SupportedTrigger
- setNumber(String) - Method in class org.azd.test.types.BuildConfiguration
- setOauthToken(AuthorizedToken) - Method in class org.azd.connection.Connection
-
Set the oauth access token
- setOauthToken(AuthorizedToken) - Method in class org.azd.utils.AzDClientApi
- setObjectId(String) - Method in class org.azd.git.types.GitAnnotatedTag
- setObjectId(String) - Method in class org.azd.git.types.GitBlobRef
- setObjectId(String) - Method in class org.azd.git.types.GitForkRef
- setObjectId(String) - Method in class org.azd.git.types.GitItem
- setObjectId(String) - Method in class org.azd.git.types.GitObject
- setObjectId(String) - Method in class org.azd.git.types.GitRef
- setObjectType(GitObjectType) - Method in class org.azd.git.types.GitObject
- setOffline(String) - Method in class org.azd.build.types.ControllerStatus
- setOldObjectId(String) - Method in class org.azd.git.types.GitRefUpdate
- setOperationId(Integer) - Method in class org.azd.git.types.GitForkSyncRequest
- setOperationResult(UserEntitlementOperationResult) - Method in class org.azd.memberentitlementmanagement.types.UserEntitlementsResponse
- setOperationStatus(JsonNode) - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- setOperationStatus(DeploymentOperationStatus) - Method in class org.azd.release.types.DeploymentAttempt
- setOperator(WorkItemFieldOperation) - Method in class org.azd.workitemtracking.types.WorkItemQueryClause
- setOptions(Object) - Method in class org.azd.build.types.TaskInputDefinitionBase
- setOptions(Object) - Method in class org.azd.release.types.TaskInputDefinitionBase
- setOptions(List<BuildOption>) - Method in class org.azd.build.types.BuildDefinition
- setOptions(TaskAgentPoolOptions) - Method in class org.azd.distributedtask.types.TaskAgentPoolReference
- setOrchestrationId(String) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setOrchestrationPlan(TaskOrchestrationPlanReference) - Method in class org.azd.build.types.Build
- setOrchestrationType(Integer) - Method in class org.azd.build.types.TaskOrchestrationPlanReference
- setOrder(Integer) - Method in class org.azd.build.types.TimelineRecord
- setOrder(Integer) - Method in class org.azd.wiki.types.WikiPage
- setOrganization(String) - Method in class org.azd.connection.Connection
-
Set the organization name to default
- setOrganization(String) - Method in class org.azd.utils.AzDClientApi
- setOrganizationName(String) - Method in class org.azd.accounts.types.Account
- setOrganizations(List<Organization>) - Method in class org.azd.accounts.types.OrganizationsProvider
- setOrganizationsProvider(OrganizationsProvider) - Method in class org.azd.accounts.types.DataProvider
- setOrgName(String) - Method in class org.azd.build.types.SourceRepositoryProperties
- setOrigin(String) - Method in class org.azd.graph.types.GraphEntity
- setOriginalObjectId(String) - Method in class org.azd.git.types.GitItem
- setOriginalPath(String) - Method in class org.azd.git.types.GitChange
- setOriginId(String) - Method in class org.azd.graph.types.GraphEntity
- setOsDescription(String) - Method in class org.azd.distributedtask.types.TaskAgent
- setOsDescription(String) - Method in class org.azd.distributedtask.types.TaskAgentReference
- setOtherField(String, Object) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setOtherFields(Map<String, Object>) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setOutcome(String) - Method in class org.azd.test.types.RunStatistic
- setOverrideInputs(Object) - Method in class org.azd.release.types.WorkflowTask
- setOverrides(List<LicensingOverride>) - Method in class org.azd.extensionmanagement.types.ExtensionLicensing
- setOwner(String) - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- setOwner(Author) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setOwner(Author) - Method in class org.azd.release.types.ReleaseEnvironment
- setOwner(Author) - Method in class org.azd.test.types.RunCreateModel
- setOwner(Author) - Method in class org.azd.test.types.TestRun
- setOwner(TaskOrchestrationOwner) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setOwnerAvatarUrl(String) - Method in class org.azd.build.types.SourceRepositoryProperties
- setOwnerId(String) - Method in class org.azd.build.types.SourceRepositoryProperties
- setOwnerIsAUser(boolean) - Method in class org.azd.build.types.SourceRepositoryProperties
- setPackages(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setPage(WikiPage) - Method in class org.azd.wiki.types.WikiPageMove
- setPageLength(int) - Method in class org.azd.build.types.SourceRepositories
- setParameters(Object) - Method in class org.azd.build.types.DataSourceBindingBase
- setParameters(Object) - Method in class org.azd.release.types.DataSourceBindingBase
- setParameters(String) - Method in class org.azd.build.types.Build
- setParentId(String) - Method in class org.azd.build.types.TimelineRecord
- setParentPage(boolean) - Method in class org.azd.wiki.types.WikiPage
- setParentRepository(GitRepositoryRef) - Method in class org.azd.git.types.GitRepository
- setParentRepository(GitRepositoryRef) - Method in class org.azd.git.types.GitRepositoryCreateOptions
- setParents(String[]) - Method in class org.azd.git.types.GitCommit
- setParents(String[]) - Method in class org.azd.git.types.GitCommitRef
- setPassedTests(Integer) - Method in class org.azd.test.types.TestRun
- setPath(String) - Method in class org.azd.build.types.BuildDefinition
- setPath(String) - Method in class org.azd.build.types.DefinitionReference
- setPath(String) - Method in class org.azd.build.types.Folder
- setPath(String) - Method in class org.azd.build.types.SourceRepositoryItem
- setPath(String) - Method in class org.azd.git.types.GitItem
- setPath(String) - Method in class org.azd.release.types.ReleaseDefinition
- setPath(String) - Method in class org.azd.release.types.ReleaseDefinitionShallowReference
- setPath(String) - Method in class org.azd.wiki.types.WikiAttachment
- setPath(String) - Method in class org.azd.wiki.types.WikiPage
- setPath(String) - Method in class org.azd.wiki.types.WikiPageDetail
- setPath(String) - Method in class org.azd.wiki.types.WikiPageMove
- setPath(String) - Method in class org.azd.wiki.types.WikiPageMoveParameters
- setPath(String) - Method in class org.azd.work.types.TeamSettingsIteration
- setPath(String) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setPeeledObjectId(String) - Method in class org.azd.git.types.GitForkRef
- setPeeledObjectId(String) - Method in class org.azd.git.types.GitRef
- setPendingUpdate(TaskAgentUpdate) - Method in class org.azd.distributedtask.types.TaskAgent
- setPercentComplete(int) - Method in class org.azd.release.types.ReleaseTask
- setPercentComplete(Integer) - Method in class org.azd.build.types.TimelineRecord
- setPermanentDeletedDate(String) - Method in class org.azd.feedmanagement.types.Feed
- setPermanentlyDeletedDate(String) - Method in class org.azd.maven.types.Package
- setPermanentlyDeletedDate(String) - Method in class org.azd.upack.types.Package
- setPermissions(List<FeedPermission>) - Method in class org.azd.feedmanagement.types.Feed
- setPermissions(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setPersonalAccessToken(String) - Method in class org.azd.connection.Connection
-
Set the personal access token
- setPhase(String) - Method in class org.azd.test.types.TestRun
- setPhaseId(String) - Method in class org.azd.release.types.ReleaseDeployPhase
- setPhaseName(String) - Method in class org.azd.test.types.PhaseReference
- setPhaseReference(PhaseReference) - Method in class org.azd.test.types.PipelineReference
- setPhases(List<Phases>) - Method in class org.azd.build.types.BuildProcess
- setPhases(List<Phases>) - Method in class org.azd.build.types.Process
- setPhaseType(DeployPhaseTypes) - Method in class org.azd.release.types.DeployPhase
- setPhaseType(DeployPhaseTypes) - Method in class org.azd.release.types.ReleaseDeployPhase
- setPicklistId(String) - Method in class org.azd.workitemtracking.types.WorkItemField
- setPipeline(PipelineReference) - Method in class org.azd.pipelines.types.PipelineRun
- setPipelineId(Integer) - Method in class org.azd.test.types.PipelineReference
- setPipelineReference(PipelineReference) - Method in class org.azd.test.types.RunCreateModel
- setPipelineReference(PipelineReference) - Method in class org.azd.test.types.TestRun
- setPipelineRuns(List<PipelineRun>) - Method in class org.azd.pipelines.types.PipelineRuns
- setPipelines(List<Pipeline>) - Method in class org.azd.pipelines.types.Pipelines
- setPlan(ShallowReference) - Method in class org.azd.test.types.RunCreateModel
- setPlan(ShallowReference) - Method in class org.azd.test.types.TestRun
- setPlanGroup(String) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setPlanId(String) - Method in class org.azd.build.types.OrchestrationPlan
- setPlanId(String) - Method in class org.azd.build.types.Plans
- setPlanId(String) - Method in class org.azd.build.types.TaskOrchestrationPlanReference
- setPlanId(String) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setPlans(List<TaskOrchestrationPlanReference>) - Method in class org.azd.build.types.Build
- setPlanType(String) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setPlatform(String) - Method in class org.azd.test.types.BuildConfiguration
- setPointIds(List<Integer>) - Method in class org.azd.test.types.RunCreateModel
- setPolicyConfigurations(List<PolicyConfiguration>) - Method in class org.azd.policy.types.PolicyConfigurations
- setPolicyTypes(List<PolicyType>) - Method in class org.azd.policy.types.PolicyTypes
- setPollingInterval(int) - Method in class org.azd.build.types.Triggers
- setPool(BuildPool) - Method in class org.azd.build.types.BuildQueue
- setPool(BuildPool) - Method in class org.azd.build.types.Queue
- setPool(TaskAgentPoolReference) - Method in class org.azd.build.types.AgentPoolQueue
- setPool(TaskAgentPoolReference) - Method in class org.azd.distributedtask.types.DeploymentGroup
- setPool(TaskAgentPoolReference) - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- setPoolId(Integer) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setPoolName(String) - Method in class org.azd.release.types.Release
- setPoolType(TaskAgentPoolType) - Method in class org.azd.distributedtask.types.TaskAgentPoolReference
- setPostApprovalsSnapshot(ReleaseDefinitionApprovals) - Method in class org.azd.release.types.ReleaseEnvironment
- setPostDeployApprovals(List<ReleaseApproval>) - Method in class org.azd.release.types.ReleaseEnvironment
- setPostDeployApprovals(ReleaseDefinitionApprovals) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setPostDeploymentGates(ReleaseDefinitionGatesStep) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setPostDeploymentGates(ReleaseGates) - Method in class org.azd.release.types.DeploymentAttempt
- setPostDeploymentGatesSnapshot(ReleaseDefinitionGatesStep) - Method in class org.azd.release.types.ReleaseEnvironment
- setPostDisable(ExtensionEventCallback) - Method in class org.azd.extensionmanagement.types.ExtensionEventCallbackCollection
- setPostEnable(ExtensionEventCallback) - Method in class org.azd.extensionmanagement.types.ExtensionEventCallbackCollection
- setPostInstall(ExtensionEventCallback) - Method in class org.azd.extensionmanagement.types.ExtensionEventCallbackCollection
- setPostProcessState(String) - Method in class org.azd.test.types.TestRun
- setPostUninstall(ExtensionEventCallback) - Method in class org.azd.extensionmanagement.types.ExtensionEventCallbackCollection
- setPostUpdate(ExtensionEventCallback) - Method in class org.azd.extensionmanagement.types.ExtensionEventCallbackCollection
- setPreApprovalsSnapshot(ReleaseDefinitionApprovals) - Method in class org.azd.release.types.ReleaseEnvironment
- setPreDeployApprovals(List<ReleaseApproval>) - Method in class org.azd.release.types.ReleaseEnvironment
- setPreDeployApprovals(ReleaseDefinitionApprovals) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setPreDeploymentGates(ReleaseDefinitionGatesStep) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setPreDeploymentGates(ReleaseGates) - Method in class org.azd.release.types.DeploymentAttempt
- setPreDeploymentGatesSnapshot(ReleaseDefinitionGatesStep) - Method in class org.azd.release.types.ReleaseEnvironment
- setPreInstall(ExtensionEventCallback) - Method in class org.azd.extensionmanagement.types.ExtensionEventCallbackCollection
- setPreviousAttempts(List<TimelineAttempt>) - Method in class org.azd.build.types.TimelineRecord
- setPrimary(boolean) - Method in class org.azd.release.types.ReleaseArtifacts
- setPrincipalName(String) - Method in class org.azd.graph.types.GraphEntity
- setPriority(int) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setPriority(Integer) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setPriority(QueuePriority) - Method in class org.azd.build.types.Build
- setPrivate(boolean) - Method in class org.azd.build.types.SourceRepositoryProperties
- setProbationRetries(String) - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- setProcess(BuildProcess) - Method in class org.azd.build.types.BuildDefinition
- setProcesses(List<Process>) - Method in class org.azd.core.types.Processes
- setProcessId(String) - Method in class org.azd.workitemtracking.types.ProcessMigrationResultModel
- setProcessParameters(ProcessParameters) - Method in class org.azd.build.types.BuildDefinition
- setProcessParameters(ProcessParameters) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setProcessParameters(ProcessParameters) - Method in class org.azd.release.types.ReleaseEnvironment
- setProcessTemplate(ProcessTemplate) - Method in class org.azd.core.types.Capabilities
- setProfileUrl(String) - Method in class org.azd.git.types.IdentityRefWithVote
- setProject(String) - Method in class org.azd.connection.Connection
-
Set the project name to default
- setProject(String) - Method in class org.azd.utils.AzDClientApi
- setProject(String) - Method in class org.azd.workitemtracking.types.WorkItemDelete
- setProject(String) - Method in class org.azd.workitemtracking.types.WorkItemDeleteReference
- setProject(TeamProjectReference) - Method in class org.azd.build.types.Build
- setProject(TeamProjectReference) - Method in class org.azd.build.types.BuildDefinition
- setProject(TeamProjectReference) - Method in class org.azd.build.types.DefinitionReference
- setProject(TeamProjectReference) - Method in class org.azd.build.types.Folder
- setProject(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setProject(ProjectReference) - Method in class org.azd.feedmanagement.types.Feed
- setProject(TeamProjectReference) - Method in class org.azd.git.types.GitDeletedRepository
- setProject(TeamProjectReference) - Method in class org.azd.git.types.GitRepository
- setProject(TeamProjectReference) - Method in class org.azd.git.types.GitRepositoryCreateOptions
- setProject(TeamProjectReference) - Method in class org.azd.git.types.GitRepositoryRef
- setProject(ProjectReference) - Method in class org.azd.distributedtask.types.DeploymentGroup
- setProject(ProjectReference) - Method in class org.azd.distributedtask.types.EnvironmentInstance
- setProject(ShallowReference) - Method in class org.azd.test.types.BuildConfiguration
- setProject(ShallowReference) - Method in class org.azd.test.types.TestResolutionState
- setProject(ShallowReference) - Method in class org.azd.test.types.TestRun
- setProjectEntitlements(List<ProjectEntitlement>) - Method in class org.azd.memberentitlementmanagement.types.GroupEntitlement
- setProjectEntitlements(List<ProjectEntitlement>) - Method in class org.azd.memberentitlementmanagement.types.UserEntitlement
- setProjectId(String) - Method in class org.azd.core.types.Team
- setProjectId(String) - Method in class org.azd.git.types.GlobalGitRepositoryKey
- setProjectId(String) - Method in class org.azd.wiki.types.WikiCreateParameters
- setProjectId(String) - Method in class org.azd.wiki.types.WikiV2
- setProjectId(String) - Method in class org.azd.workitemtracking.types.ProcessMigrationResultModel
- setProjectName(String) - Method in class org.azd.core.types.Team
- setProjectPermissionInherited(String) - Method in class org.azd.memberentitlementmanagement.types.ProjectEntitlement
- setProjectRef(ProjectRef) - Method in class org.azd.memberentitlementmanagement.types.ProjectEntitlement
- setProjectReference(ProjectReference) - Method in class org.azd.distributedtask.types.VariableGroupDefinition
- setProjectReference(ProjectReference) - Method in class org.azd.distributedtask.types.VariableGroupProjectReference
- setProjectReference(ProjectReference) - Method in class org.azd.release.types.Release
- setProjectReference(ProjectReference) - Method in class org.azd.release.types.ReleaseDefinition
- setProjectReference(ProjectReference) - Method in class org.azd.release.types.ReleaseDefinitionShallowReference
- setProjectReference(ProjectReference) - Method in class org.azd.release.types.VariableGroupProjectReference
- setProjectReference(ProjectReference) - Method in class org.azd.serviceendpoint.types.ServiceEndpointProjectReference
- setProjectRefs(List<ProjectRef>) - Method in class org.azd.memberentitlementmanagement.types.UsersSummary
- setProjects(List<Project>) - Method in class org.azd.core.types.Projects
- setProperties(JsonNode) - Method in class org.azd.distributedtask.types.DeploymentMachine
- setProperties(JsonNode) - Method in class org.azd.extensionmanagement.types.Contribution
- setProperties(JsonNode) - Method in class org.azd.extensionmanagement.types.ContributionConstraint
- setProperties(JsonNode) - Method in class org.azd.extensionmanagement.types.ContributionType
- setProperties(JsonNode) - Method in class org.azd.wiki.types.WikiV2
- setProperties(Object) - Method in class org.azd.build.types.ArtifactResource
- setProperties(Object) - Method in class org.azd.build.types.BuildRepository
- setProperties(Object) - Method in class org.azd.build.types.TaskInputDefinitionBase
- setProperties(Object) - Method in class org.azd.release.types.Release
- setProperties(Object) - Method in class org.azd.release.types.ReleaseDefinition
- setProperties(Object) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setProperties(Object) - Method in class org.azd.release.types.TaskInputDefinitionBase
- setProperties(Map<String, Object>) - Method in class org.azd.security.types.Identity
- setProperties(PropertiesCollection) - Method in class org.azd.accounts.types.Account
- setProperties(PropertiesCollection) - Method in class org.azd.build.types.Build
- setProperties(PropertiesCollection) - Method in class org.azd.build.types.BuildDefinition
- setProperties(SourceRepositoryProperties) - Method in class org.azd.build.types.SourceRepository
- setProperties(PropertiesCollection) - Method in class org.azd.distributedtask.types.TaskAgent
- setProtocol(String) - Method in class org.azd.feedmanagement.types.UpstreamSource
- setProviderData(JsonNode) - Method in class org.azd.distributedtask.types.VariableGroup
- setProviderData(VariableGroupProviderData) - Method in class org.azd.distributedtask.types.VariableGroupDefinition
- setProviderData(VariableGroupProviderData) - Method in class org.azd.release.types.VariableGroup
- setProviderDisplayName(String) - Method in class org.azd.security.types.Identity
- setProviderName(String) - Method in class org.azd.build.types.SourceProviderPullRequest
- setProvisionedTime(String) - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- setProvisioningState(String) - Method in class org.azd.distributedtask.types.TaskAgent
- setProvisioningState(String) - Method in class org.azd.distributedtask.types.TaskAgentReference
- setProvisionRequestTime(String) - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- setPublicAlias(String) - Method in class org.azd.accounts.types.Profile
- setPublicKey(TaskAgentPublicKey) - Method in class org.azd.distributedtask.types.TaskAgentAuthorization
- setPublishDeploymentStatus(boolean) - Method in class org.azd.release.types.EnvironmentOptions
- setPublisherId(String) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setPublisherId(String) - Method in class org.azd.servicehooks.types.ServiceHooks
- setPublisherId(String) - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- setPublisherInputs(JsonNode) - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- setPublisherInputs(Map) - Method in class org.azd.servicehooks.types.ServiceHooks
- setPublisherName(String) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setPullRequestDeploymentEnabled(boolean) - Method in class org.azd.release.types.EnvironmentOptions
- setPullRequestId(Integer) - Method in class org.azd.git.types.GitPullRequest
- setPullRequestReviewers(List<IdentityRefWithVote>) - Method in class org.azd.git.types.PullRequestReviewers
- setPullRequests(List<GitPullRequest>) - Method in class org.azd.git.types.PullRequests
- setPurchasable(boolean) - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- setPush(GitPushRef) - Method in class org.azd.git.types.GitCommit
- setPush(GitPushRef) - Method in class org.azd.git.types.GitCommitRef
- setPushedBy(Author) - Method in class org.azd.git.types.GitPush
- setPushedBy(Author) - Method in class org.azd.git.types.GitPushRef
- setPusher(String) - Method in class org.azd.build.types.BuildChange
- setPushes(List<GitPush>) - Method in class org.azd.git.types.GitPushes
- setPushId(int) - Method in class org.azd.git.types.GitPushRef
- setPushId(Integer) - Method in class org.azd.git.types.GitPush
- setQuality(String) - Method in class org.azd.build.types.Build
- setQuality(DefinitionQuality) - Method in class org.azd.build.types.BuildDefinition
- setQueryHierarchyItems(List<QueryHierarchyItem>) - Method in class org.azd.workitemtracking.types.QueryHierarchyItems
- setQueryHierarchyItems(List<QueryHierarchyItem>) - Method in class org.azd.workitemtracking.types.QueryHierarchyItemsResult
- setQueryRecursionOption(QueryRecursionOption) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setQueryResultType(String) - Method in class org.azd.workitemtracking.types.WorkItemQueryResult
- setQueryType(String) - Method in class org.azd.workitemtracking.types.WorkItemQueryResult
- setQueryType(QueryType) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setQueue(AgentPoolQueue) - Method in class org.azd.build.types.Build
- setQueue(AgentPoolQueue) - Method in class org.azd.build.types.BuildDefinition
- setQueueDepthCount(Integer) - Method in class org.azd.release.types.EnvironmentExecutionPolicy
- setQueuedOn(String) - Method in class org.azd.release.types.DeploymentAttempt
- setQueueId(Integer) - Method in class org.azd.build.types.TimelineRecord
- setQueueId(Integer) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setQueueId(Integer) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setQueueOptions(QueueOptions) - Method in class org.azd.build.types.Build
- setQueuePosition(Integer) - Method in class org.azd.build.types.Build
- setQueueStatus(DefinitionQueueStatus) - Method in class org.azd.build.types.BuildDefinition
- setQueueStatus(DefinitionQueueStatus) - Method in class org.azd.build.types.DefinitionReference
- setQueueTime(String) - Method in class org.azd.build.types.Build
- setQueueTime(String) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setRank(int) - Method in class org.azd.release.types.ReleaseApproval
- setRank(int) - Method in class org.azd.release.types.ReleaseDeployPhase
- setRank(int) - Method in class org.azd.release.types.ReleaseEnvironment
- setRank(int) - Method in class org.azd.release.types.ReleaseTask
- setRank(Integer) - Method in class org.azd.release.types.DeployPhase
- setRank(Integer) - Method in class org.azd.release.types.ReleaseDefinitionApprovalStep
- setRank(Integer) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setReadersGroup(Author) - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- setReadOnly(boolean) - Method in class org.azd.workitemtracking.types.WorkItemField
- setReadPermission(int) - Method in class org.azd.security.types.SecurityNamespace
- setReady(boolean) - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- setReason(String) - Method in class org.azd.feedmanagement.types.UpstreamStatusDetail
- setReason(TaskAgentUpdateReason) - Method in class org.azd.distributedtask.types.TaskAgentUpdate
- setReason(BuildReason) - Method in class org.azd.build.types.Build
- setReason(DeploymentReason) - Method in class org.azd.release.types.DeploymentAttempt
- setReason(ReleaseReason) - Method in class org.azd.release.types.Release
- setReason(ReleaseReason) - Method in class org.azd.release.types.ReleaseReference
- setReceivedTimestamp(long) - Method in class org.azd.oauth.types.AuthorizedToken
- setReceiveTime(String) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setRecordId(String) - Method in class org.azd.build.types.TimelineAttempt
- setRecords(List<TimelineRecord>) - Method in class org.azd.build.types.Timeline
- setRedirectPolicy(HttpClient.Redirect) - Static method in class org.azd.utils.BaseClient.StreamBuilder
-
Deprecated.
- setRedirectPolicy(HttpClient.Redirect) - Static method in class org.azd.utils.BaseRestClient
-
Set the current redirect policy.
- setReferenceName(String) - Method in class org.azd.workitemtracking.types.WorkItemField
- setReferenceName(String) - Method in class org.azd.workitemtracking.types.WorkItemFieldOperation
- setReferenceName(String) - Method in class org.azd.workitemtracking.types.WorkItemFieldReference
- setReferenceName(String) - Method in class org.azd.workitemtracking.types.WorkItemType
- setReferenceName(String) - Method in class org.azd.workitemtracking.types.WorkItemTypeFieldInstance
- setRefName(String) - Method in class org.azd.build.types.Phases
- setRefName(String) - Method in class org.azd.release.types.DeployPhase
- setRefName(String) - Method in class org.azd.release.types.WorkflowTask
- setRefreshToken(String) - Method in class org.azd.oauth.types.AuthorizedToken
- setRefs(List<GitRef>) - Method in class org.azd.git.types.GitRefs
- setRefsUrl(String) - Method in class org.azd.build.types.SourceRepositoryProperties
- setRefUpdates(List<GitRefUpdate>) - Method in class org.azd.git.types.GitPush
- setRegistrationId(String) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setRel(String) - Method in class org.azd.work.types.WorkItemLink
- setRel(String) - Method in class org.azd.workitemtracking.types.WorkItemLink
- setRel(String) - Method in class org.azd.workitemtracking.types.WorkItemRelations
- setRelations(List<WorkItemRelations>) - Method in class org.azd.workitemtracking.types.WorkItem
- setRelations(WorkItemRelations) - Method in class org.azd.workitemtracking.types.WorkItemRecycleBinReference
- setRelationships(String[]) - Method in class org.azd.extensionmanagement.types.ContributionConstraint
- setRelease(ReleaseShallowReference) - Method in class org.azd.release.types.ManualIntervention
- setRelease(ReleaseShallowReference) - Method in class org.azd.release.types.ReleaseApproval
- setRelease(ReleaseShallowReference) - Method in class org.azd.release.types.ReleaseEnvironment
- setRelease(ReleaseReference) - Method in class org.azd.test.types.TestRun
- setReleaseApprovals(List<ReleaseApproval>) - Method in class org.azd.release.types.ReleaseApprovals
- setReleaseCreatedBy(Author) - Method in class org.azd.release.types.ReleaseEnvironment
- setReleaseCreatorCanBeApprover(boolean) - Method in class org.azd.release.types.ApprovalOptions
- setReleaseDefinition(ReleaseDefinitionShallowReference) - Method in class org.azd.release.types.ManualIntervention
- setReleaseDefinition(ReleaseDefinitionShallowReference) - Method in class org.azd.release.types.Release
- setReleaseDefinition(ReleaseDefinitionShallowReference) - Method in class org.azd.release.types.ReleaseApproval
- setReleaseDefinition(ReleaseDefinitionShallowReference) - Method in class org.azd.release.types.ReleaseEnvironment
- setReleaseDefinition(ReleaseDefinitionShallowReference) - Method in class org.azd.release.types.ReleaseReference
- setReleaseDefinitionId(Integer) - Method in class org.azd.release.types.EnvironmentTrigger
- setReleaseDefinitionRevision(int) - Method in class org.azd.release.types.Release
- setReleaseDefinitionRevisions(List<ReleaseDefinitionRevision>) - Method in class org.azd.release.types.ReleaseDefinitionRevisions
- setReleaseDefinitions(List<ReleaseDefinition>) - Method in class org.azd.release.types.ReleaseDefinitions
- setReleaseDeployPhases(List<ReleaseDeployPhase>) - Method in class org.azd.release.types.DeploymentAttempt
- setReleaseEnvironment(ReleaseEnvironmentShallowReference) - Method in class org.azd.release.types.ManualIntervention
- setReleaseEnvironment(ReleaseEnvironmentShallowReference) - Method in class org.azd.release.types.ReleaseApproval
- setReleaseEnvironmentUri(String) - Method in class org.azd.test.types.RunCreateModel
- setReleaseEnvironmentUri(String) - Method in class org.azd.test.types.TestRun
- setReleaseId(int) - Method in class org.azd.release.types.ReleaseEnvironment
- setReleaseNameFormat(String) - Method in class org.azd.release.types.Release
- setReleaseNameFormat(String) - Method in class org.azd.release.types.ReleaseDefinition
- setReleaseReference(ReleaseReference) - Method in class org.azd.test.types.RunCreateModel
- setReleaseRequestTime(String) - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- setReleases(List<Release>) - Method in class org.azd.release.types.Releases
- setReleasesToKeep(Integer) - Method in class org.azd.release.types.EnvironmentRetentionPolicy
- setReleaseUri(String) - Method in class org.azd.test.types.RunCreateModel
- setReleaseUri(String) - Method in class org.azd.test.types.TestRun
- setRemotable(boolean) - Method in class org.azd.security.types.SecurityNamespace
- setRemoteUrl(String) - Method in class org.azd.git.types.GitCommit
- setRemoteUrl(String) - Method in class org.azd.git.types.GitCommitRef
- setRemoteUrl(String) - Method in class org.azd.git.types.GitPullRequest
- setRemoteUrl(String) - Method in class org.azd.git.types.GitRepository
- setRemoteUrl(String) - Method in class org.azd.git.types.GitRepositoryRef
- setRemoteUrl(String) - Method in class org.azd.wiki.types.WikiPage
- setRemoteUrl(String) - Method in class org.azd.wiki.types.WikiV2
- setReportBuildStatus(boolean) - Method in class org.azd.build.types.Properties
- setRepositories(List<SourceRepository>) - Method in class org.azd.build.types.SourceRepositories
- setRepositories(List<GitRepository>) - Method in class org.azd.git.types.Repositories
- setRepository(BuildRepository) - Method in class org.azd.build.types.Build
- setRepository(BuildRepository) - Method in class org.azd.build.types.BuildDefinition
- setRepository(GitRepository) - Method in class org.azd.git.types.GitForkRef
- setRepository(GitRepository) - Method in class org.azd.git.types.GitPullRequest
- setRepository(GitRepository) - Method in class org.azd.git.types.GitPush
- setRepositoryGuid(String) - Method in class org.azd.test.types.BuildConfiguration
- setRepositoryId(String) - Method in class org.azd.git.types.GitRefUpdate
- setRepositoryId(String) - Method in class org.azd.git.types.GlobalGitRepositoryKey
- setRepositoryId(String) - Method in class org.azd.wiki.types.WikiCreateParameters
- setRepositoryId(String) - Method in class org.azd.wiki.types.WikiV2
- setRepositoryType(String) - Method in class org.azd.test.types.BuildConfiguration
- setRepositoryWebhooks(List<RepositoryWebhook>) - Method in class org.azd.build.types.RepositoryWebhooks
- setRequestContent(String) - Method in class org.azd.build.types.DataSourceBindingBase
- setRequestContent(String) - Method in class org.azd.release.types.DataSourceBindingBase
- setRequestedBy(Author) - Method in class org.azd.build.types.Build
- setRequestedBy(Author) - Method in class org.azd.distributedtask.types.TaskAgentUpdate
- setRequestedBy(Author) - Method in class org.azd.release.types.DeploymentAttempt
- setRequestedFor(Author) - Method in class org.azd.build.types.Build
- setRequestedFor(Author) - Method in class org.azd.release.types.DeploymentAttempt
- setRequestId(Integer) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setRequestId(String) - Method in class org.azd.distributedtask.types.TaskAgentCloudRequest
- setRequestTime(String) - Method in class org.azd.distributedtask.types.TaskAgentUpdate
- setRequestVerb(String) - Method in class org.azd.build.types.DataSourceBindingBase
- setRequestVerb(String) - Method in class org.azd.release.types.DataSourceBindingBase
- setRequired(boolean) - Method in class org.azd.build.types.TaskInputDefinitionBase
- setRequired(boolean) - Method in class org.azd.release.types.TaskInputDefinitionBase
- setRequired(String) - Method in class org.azd.extensionmanagement.types.ContributionPropertyDescription
- setRequiredApproverCount(Integer) - Method in class org.azd.release.types.ApprovalOptions
- setRerun(String) - Method in class org.azd.test.types.ResultMetadata
- setReservedAgent(TaskAgentReference) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setResolutionState(TestResolutionState) - Method in class org.azd.test.types.RunStatistic
- setResource(ArtifactResource) - Method in class org.azd.build.types.BuildArtifact
- setResourceCreatedDate(String) - Method in class org.azd.workitemtracking.types.WorkItemAttributes
- setResourceModifiedDate(String) - Method in class org.azd.workitemtracking.types.WorkItemAttributes
- setResourceRefs(List<GitRepositoryRef>) - Method in class org.azd.git.types.GitRepositoryRefs
- setResourceRefs(List<ResourceRef>) - Method in class org.azd.git.types.ResourceRefs
- setResources(JsonNode) - Method in class org.azd.pipelines.types.PipelineRun
- setResources(List<EnvironmentResourceReference>) - Method in class org.azd.distributedtask.types.EnvironmentInstance
- setResourceVersion(Integer) - Method in class org.azd.security.types.Identity
- setResourceVersion(String) - Method in class org.azd.servicehooks.types.ServiceHooks
- setResourceVersion(String) - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- setRestrictedTo(String[]) - Method in class org.azd.extensionmanagement.types.Contribution
- setRestrictedTo(String[]) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setResult(boolean) - Method in class org.azd.release.types.ReleaseCondition
- setResult(String) - Method in class org.azd.pipelines.types.PipelineRun
- setResult(BuildResult) - Method in class org.azd.build.types.Build
- setResult(TaskResult) - Method in class org.azd.build.types.TimelineRecord
- setResult(TaskResult) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setResult(ValidationResult) - Method in class org.azd.build.types.BuildRequestValidationResult
- setResult(UserEntitlement) - Method in class org.azd.memberentitlementmanagement.types.UserEntitlementOperationResult
- setResultCode(String) - Method in class org.azd.build.types.TimelineRecord
- setResultCode(String) - Method in class org.azd.release.types.ReleaseTask
- setResultCount(Integer) - Method in class org.azd.test.types.RunSummaryModel
- setResultMetadata(ResultMetadata) - Method in class org.azd.test.types.RunStatistic
- setResultSelector(String) - Method in class org.azd.build.types.DataSourceBindingBase
- setResultSelector(String) - Method in class org.azd.release.types.DataSourceBindingBase
- setResultTemplate(String) - Method in class org.azd.build.types.DataSourceBindingBase
- setResultTemplate(String) - Method in class org.azd.release.types.DataSourceBindingBase
- setRetainBuild(boolean) - Method in class org.azd.release.types.EnvironmentRetentionPolicy
- setRetainedByRelease(Boolean) - Method in class org.azd.build.types.Build
- setRetentionPolicy(EnvironmentRetentionPolicy) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setRetentionRules(List<RetentionPolicy>) - Method in class org.azd.build.types.BuildDefinition
- setRetryCountOnTaskFailure(Integer) - Method in class org.azd.release.types.WorkflowTask
- setRev(int) - Method in class org.azd.workitemtracking.types.WorkItem
- setRev(int) - Method in class org.azd.workitemtracking.types.WorkItemRecycleBinReference
- setReviewers(List<IdentityRefWithVote>) - Method in class org.azd.git.types.GitPullRequest
- setReviewerUrl(String) - Method in class org.azd.git.types.IdentityRefWithVote
- setReviewerUrl(String) - Method in class org.azd.git.types.Reviewers
- setRevisedDate(String) - Method in class org.azd.workitemtracking.types.WorkItemAttributes
- setRevision(int) - Method in class org.azd.accounts.types.Profile
- setRevision(int) - Method in class org.azd.build.types.BuildDefinitionRevision
- setRevision(int) - Method in class org.azd.core.types.Project
- setRevision(int) - Method in class org.azd.policy.types.PolicyConfiguration
- setRevision(int) - Method in class org.azd.release.types.ReleaseApproval
- setRevision(int) - Method in class org.azd.release.types.ReleaseApprovalHistory
- setRevision(int) - Method in class org.azd.release.types.ReleaseDefinitionRevision
- setRevision(Integer) - Method in class org.azd.build.types.BuildDefinition
- setRevision(Integer) - Method in class org.azd.build.types.DefinitionReference
- setRevision(Integer) - Method in class org.azd.build.types.TeamProjectReference
- setRevision(Integer) - Method in class org.azd.git.types.TeamProjectReference
- setRevision(Integer) - Method in class org.azd.release.types.ReleaseDefinition
- setRevision(Integer) - Method in class org.azd.test.types.TestRun
- setRevision(String) - Method in class org.azd.core.types.TeamProjectReference
- setRevision(String) - Method in class org.azd.pipelines.types.Pipeline
- setRevision(String) - Method in class org.azd.pipelines.types.PipelineReference
- setRisk(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setRole(FeedRole) - Method in class org.azd.feedmanagement.types.FeedPermission
- setRootFolder(String) - Method in class org.azd.build.types.BuildRepository
- setRun(ShallowReference) - Method in class org.azd.test.types.TestRunStatistic
- setRunPlanId(String) - Method in class org.azd.release.types.ReleaseDeployPhase
- setRunPlanId(String) - Method in class org.azd.release.types.ReleaseGates
- setRunStatistics(List<RunStatistic>) - Method in class org.azd.test.types.TestRun
- setRunStatistics(List<RunStatistic>) - Method in class org.azd.test.types.TestRunStatistic
- setRunSummary(List<RunSummaryModel>) - Method in class org.azd.test.types.RunCreateModel
- setRunTimeout(String) - Method in class org.azd.test.types.RunCreateModel
- setSafeRepository(String) - Method in class org.azd.build.types.Properties
- setSafeRepository(String) - Method in class org.azd.build.types.SourceRepositoryProperties
- setSamplingInterval(Integer) - Method in class org.azd.release.types.ReleaseDefinitionGatesOptions
- setScheduledDeploymentTime(String) - Method in class org.azd.release.types.ReleaseEnvironment
- setScheduledPermanentDeleteDate(String) - Method in class org.azd.feedmanagement.types.Feed
- setScheduleOnlyWithChanges(boolean) - Method in class org.azd.release.types.ReleaseSchedule
- setSchedules(List<ReleaseSchedule>) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setSchedules(List<ReleaseSchedule>) - Method in class org.azd.release.types.ReleaseEnvironment
- setScope(String) - Method in class org.azd.build.types.BuildMetric
- setScope(String) - Method in class org.azd.distributedtask.types.TaskAgentPoolReference
- setScope(ProjectFeature.Scope) - Method in class org.azd.core.types.ProjectFeature
- setScopeId(String) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setScopes(String[]) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setSecurityNamespaces(List<SecurityNamespace>) - Method in class org.azd.security.types.SecurityNamespaces
- setSecurityRoles(List<SecurityRole>) - Method in class org.azd.security.types.SecurityRoles
- setSelector(String) - Method in class org.azd.build.types.TaskSourceDefinitionBase
- setSelector(String) - Method in class org.azd.release.types.TaskSourceDefinitionBase
- setSelf(Reference) - Method in class org.azd.common.types.ReferenceLink
- setSelf(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setSelf(Reference) - Method in class org.azd.graph.types.GraphDescriptorReferenceLinks
- setSelf(Reference) - Method in class org.azd.graph.types.GraphReferenceLinks
- setSelf(Reference) - Method in class org.azd.graph.types.MembershipReferenceLinks
- setSeparatorValue(String) - Method in class org.azd.security.types.SecurityNamespace
- setServiceEndpointId(String) - Method in class org.azd.distributedtask.types.VariableGroupProviderData
- setServiceEndpointId(String) - Method in class org.azd.feedmanagement.types.UpstreamSource
- setServiceEndpointProjectId(String) - Method in class org.azd.feedmanagement.types.UpstreamSource
- setServiceEndpointProjectReferences(List<ServiceEndpointProjectReference>) - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- setServiceEndpoints(List<ServiceEndpoint>) - Method in class org.azd.serviceendpoint.types.ServiceEndpoints
- setServiceInstanceType(String) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setServiceOwner(String) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setSettings(JsonNode) - Method in class org.azd.policy.types.PolicyConfiguration
- setSettingScope(String) - Method in class org.azd.core.types.ProjectFeature.Scope
- setShared(boolean) - Method in class org.azd.distributedtask.types.VariableGroup
- setShared(boolean) - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- setShortName(String) - Method in class org.azd.build.types.SourceRepositoryProperties
- setShowOldestCommitsFirst(boolean) - Method in class org.azd.git.types.GitCommitsBatch
- setSignatureExpires(String) - Method in class org.azd.pipelines.types.SignedUrl
- setSignedContent(SignedUrl) - Method in class org.azd.pipelines.types.LogCollection
- setSignedContent(SignedUrl) - Method in class org.azd.pipelines.types.PipelineLog
- setSignedContent(SignedUrl) - Method in class org.azd.pipelines.types.PipelinesArtifact
- setSize(int) - Method in class org.azd.distributedtask.types.TaskAgentPoolReference
- setSize(Integer) - Method in class org.azd.git.types.GitBlobRef
- setSize(Long) - Method in class org.azd.git.types.GitRepository
- setSkip(int) - Method in class org.azd.git.types.GitCommitsBatch
- setSortColumns(List<WorkItemQuerySortColumn>) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setSortColumns(List<WorkItemQuerySortColumn>) - Method in class org.azd.workitemtracking.types.WorkItemQueryResult
- setSource(String) - Method in class org.azd.build.types.BuildArtifact
- setSource(String) - Method in class org.azd.extensionmanagement.types.ExtensionFile
- setSource(String) - Method in class org.azd.extensionmanagement.types.InstalledExtensionStateIssue
- setSource(String) - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- setSource(ReleaseDefinitionSource) - Method in class org.azd.release.types.ReleaseDefinition
- setSource(GlobalGitRepositoryKey) - Method in class org.azd.git.types.GitForkSyncRequest
- setSource(WorkItemReference) - Method in class org.azd.work.types.WorkItemLink
- setSource(WorkItemReference) - Method in class org.azd.workitemtracking.types.WorkItemLink
- setSourceBranch(String) - Method in class org.azd.build.types.Build
- setSourceBranchRef(String) - Method in class org.azd.build.types.SourceProviderPullRequest
- setsourceChain(List<UpstreamSourceInfo>) - Method in class org.azd.maven.types.Package
- setSourceClauses(WorkItemQueryClause) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setSourceControlType(String) - Method in class org.azd.core.types.VersionControl
- setSourceDefinitions(List<TaskSourceDefinitionBase>) - Method in class org.azd.build.types.ProcessParameters
- setSourceDefinitions(List<TaskSourceDefinitionBase>) - Method in class org.azd.release.types.ProcessParameters
- setSourceProviderAttributes(List<SourceProviderAttribute>) - Method in class org.azd.build.types.SourceProviderAttributes
- setSourceProviderName(String) - Method in class org.azd.build.types.SourceRepository
- setSourceRef(String) - Method in class org.azd.git.types.SourceToTargetRef
- setSourceRefName(String) - Method in class org.azd.git.types.GitPullRequest
- setSourceRepositoryItems(List<SourceRepositoryItem>) - Method in class org.azd.build.types.SourceRepositoryItems
- setSourceRepositoryOwner(String) - Method in class org.azd.build.types.SourceProviderPullRequest
- setSourceServerItem(String) - Method in class org.azd.git.types.GitChange
- setSourceSha(String) - Method in class org.azd.build.types.TriggerInfo
- setSourceToTargetRefs(SourceToTargetRef[]) - Method in class org.azd.git.types.GitForkSyncRequest
- setSourceType(PackagingSourceType) - Method in class org.azd.maven.types.UpstreamSourceInfo
- setSourceVersion(int) - Method in class org.azd.distributedtask.types.TaskAgentUpdate
- setSourceVersion(String) - Method in class org.azd.build.types.Build
- setSourceVersion(String) - Method in class org.azd.test.types.BuildConfiguration
- setSourceVersionDisplayUri(Reference) - Method in class org.azd.build.types.BuildReferenceLinks
- setSourceVersionDisplayUri(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setSourceWorkflow(String) - Method in class org.azd.test.types.RunCreateModel
- setSquashMerge(boolean) - Method in class org.azd.git.types.GitPullRequestCompletionOptions
- setSshUrl(String) - Method in class org.azd.git.types.GitRepository
- setSshUrl(String) - Method in class org.azd.git.types.GitRepositoryRef
- setStabilizationCompletedOn(String) - Method in class org.azd.release.types.ReleaseGates
- setStabilizationTime(Integer) - Method in class org.azd.release.types.ReleaseDefinitionGatesOptions
- setStageName(String) - Method in class org.azd.test.types.StageReference
- setStageReference(StageReference) - Method in class org.azd.test.types.PipelineReference
- setStartDate(String) - Method in class org.azd.test.types.RunCreateModel
- setStartDate(String) - Method in class org.azd.work.types.TeamIterationAttributes
- setStartedDate(String) - Method in class org.azd.test.types.TestRun
- setStartedOn(String) - Method in class org.azd.release.types.ReleaseDeployPhase
- setStartedOn(String) - Method in class org.azd.release.types.ReleaseGates
- setStartHours(Integer) - Method in class org.azd.release.types.ReleaseSchedule
- setStartMinutes(Integer) - Method in class org.azd.release.types.ReleaseSchedule
- setStartTime(String) - Method in class org.azd.build.types.Build
- setStartTime(String) - Method in class org.azd.build.types.TimelineRecord
- setStartTime(String) - Method in class org.azd.release.types.ReleaseTask
- setState(String) - Method in class org.azd.core.types.ProjectFeature
- setState(String) - Method in class org.azd.core.types.TeamProjectReference
- setState(String) - Method in class org.azd.pipelines.types.PipelineRun
- setState(String) - Method in class org.azd.test.types.RunCreateModel
- setState(String) - Method in class org.azd.test.types.RunStatistic
- setState(String) - Method in class org.azd.test.types.TestRun
- setState(String) - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- setState(GitStatusState) - Method in class org.azd.git.types.GitStatus
- setState(ProjectState) - Method in class org.azd.build.types.TeamProjectReference
- setState(ProjectState) - Method in class org.azd.core.types.Project
- setState(ProjectState) - Method in class org.azd.git.types.TeamProjectReference
- setState(TimelineRecordState) - Method in class org.azd.build.types.TimelineRecord
- setStateChangeDate(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setStates(List<WorkItemStateColor>) - Method in class org.azd.workitemtracking.types.WorkItemType
- setStatus(String) - Method in class org.azd.core.types.OperationReference
- setStatus(String) - Method in class org.azd.memberentitlementmanagement.types.AccessLevel
- setStatus(String) - Method in class org.azd.memberentitlementmanagement.types.GroupEntitlement
- setStatus(String) - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- setStatus(ControllerStatus) - Method in class org.azd.build.types.BuildController
- setStatus(ApprovalStatus) - Method in class org.azd.release.types.ReleaseApproval
- setStatus(BuildStatus) - Method in class org.azd.build.types.Build
- setStatus(DeploymentStatus) - Method in class org.azd.release.types.DeploymentAttempt
- setStatus(DeployPhaseStatus) - Method in class org.azd.release.types.ReleaseDeployPhase
- setStatus(EnvironmentStatus) - Method in class org.azd.release.types.ReleaseEnvironment
- setStatus(GateStatus) - Method in class org.azd.release.types.ReleaseGates
- setStatus(GitAsyncOperationStatus) - Method in class org.azd.git.types.GitForkSyncRequest
- setStatus(ManualInterventionStatus) - Method in class org.azd.release.types.ManualIntervention
- setStatus(PullRequestStatus) - Method in class org.azd.git.types.GitPullRequest
- setStatus(ReleaseStatus) - Method in class org.azd.release.types.Release
- setStatus(TaskAgentStatus) - Method in class org.azd.distributedtask.types.TaskAgent
- setStatus(TaskAgentStatus) - Method in class org.azd.distributedtask.types.TaskAgentReference
- setStatus(TaskStatus) - Method in class org.azd.release.types.ReleaseTask
- setStatus(UpstreamStatus) - Method in class org.azd.feedmanagement.types.UpstreamSource
- setStatusChangedOn(String) - Method in class org.azd.distributedtask.types.TaskAgent
- setStatusDetails(List<UpstreamStatusDetail>) - Method in class org.azd.feedmanagement.types.UpstreamSource
- setStatuses(List<GitStatus>) - Method in class org.azd.git.types.GitCommit
- setStatuses(List<GitStatus>) - Method in class org.azd.git.types.GitCommitRef
- setStatuses(List<GitStatus>) - Method in class org.azd.git.types.GitForkRef
- setStatuses(List<GitStatus>) - Method in class org.azd.git.types.GitRef
- setStatusMessage(String) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setStatusMessage(String) - Method in class org.azd.memberentitlementmanagement.types.AccessLevel
- setStatusReason(String) - Method in class org.azd.accounts.types.Account
- setSteps(List<Steps>) - Method in class org.azd.build.types.Phases
- setStorageKey(Reference) - Method in class org.azd.graph.types.GraphDescriptorReferenceLinks
- setStorageKey(Reference) - Method in class org.azd.graph.types.GraphReferenceLinks
- setStoryPoints(double) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setStructureValue(int) - Method in class org.azd.security.types.SecurityNamespace
- setSubdomain(String) - Method in enum class org.azd.enums.Instance
- setSubject(Reference) - Method in class org.azd.graph.types.GraphDescriptorReferenceLinks
- setSubjectDescriptor(String) - Method in class org.azd.security.types.Identity
- setSubjectKind(String) - Method in class org.azd.graph.types.GraphEntity
- setSubPages(List<WikiPage>) - Method in class org.azd.wiki.types.WikiPage
- setSubscriber(Author) - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- setSubscriptionName(String) - Method in class org.azd.test.types.DtlEnvironmentDetails
- setSubscriptions(List<GitRefUpdateResult>) - Method in class org.azd.git.types.GitRefUpdateResults
- setSubscriptions(List<ServiceHooksSubscription>) - Method in class org.azd.servicehooks.types.ServiceHooksSubscriptions
- setSubstate(TestRunSubstate) - Method in class org.azd.test.types.TestRun
- setSucceedingSince(String) - Method in class org.azd.release.types.ReleaseGates
- setSuccess(boolean) - Method in class org.azd.memberentitlementmanagement.types.UserEntitlementOperationResult
- setSuccess(boolean) - Method in class org.azd.memberentitlementmanagement.types.UserEntitlementsResponse
- setSupportedCapabilities(JsonNode) - Method in class org.azd.build.types.SourceProviderAttribute
- setSupportedCapabilities(JsonNode) - Method in class org.azd.build.types.SupportedTrigger
- setSupportedOperations(List<WorkItemFieldOperation>) - Method in class org.azd.workitemtracking.types.WorkItemField
- setSupportedTriggers(List<SupportedTrigger>) - Method in class org.azd.build.types.SourceProviderAttribute
- setSupportsIterations(boolean) - Method in class org.azd.git.types.GitPullRequest
- setSystemAreaId(int) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemAreaLevel1(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemAreaPath(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemAssignedTo(Author) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemAuthorizedAs(Author) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemAuthorizedDate(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemBitMask(int) - Method in class org.azd.security.types.SecurityNamespace
- setSystemBoardColumn(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemBoardColumnDone(boolean) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemCapabilities(Object) - Method in class org.azd.distributedtask.types.TaskAgent
- setSystemChangedBy(Author) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemChangedDate(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemCommentCount(int) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemCreatedBy(Author) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemCreatedDate(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemDescription(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemId(int) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemIterationId(int) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemIterationLevel1(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemIterationPath(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemNodeName(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemPersonId(int) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemReason(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemRev(int) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemRevisedDate(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemState(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemTags(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemTeamProject(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemTitle(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemWatermark(int) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setSystemWorkItemType(String) - Method in class org.azd.workitemtracking.types.WorkItemFields
- setTaggedBy(GitUserDate) - Method in class org.azd.git.types.GitAnnotatedTag
- setTaggedObject(GitObject) - Method in class org.azd.git.types.GitAnnotatedTag
- setTags(String[]) - Method in class org.azd.build.types.Build
- setTags(String[]) - Method in class org.azd.build.types.BuildDefinition
- setTags(String[]) - Method in class org.azd.build.types.BuildTags
- setTags(String[]) - Method in class org.azd.distributedtask.types.DeploymentMachine
- setTags(String[]) - Method in class org.azd.distributedtask.types.EnvironmentResourceReference
- setTags(String[]) - Method in class org.azd.release.types.Release
- setTags(String[]) - Method in class org.azd.release.types.ReleaseDefinition
- setTags(List<TestTag>) - Method in class org.azd.test.types.RunCreateModel
- setTags(List<TestTag>) - Method in class org.azd.test.types.TestRun
- setTarget(Object) - Method in class org.azd.build.types.BuildProcess
- setTarget(Object) - Method in class org.azd.build.types.Phases
- setTarget(String) - Method in class org.azd.build.types.DataSourceBindingBase
- setTarget(String) - Method in class org.azd.build.types.TaskSourceDefinitionBase
- setTarget(String) - Method in class org.azd.release.types.DataSourceBindingBase
- setTarget(String) - Method in class org.azd.release.types.TaskSourceDefinitionBase
- setTarget(WorkItemReference) - Method in class org.azd.work.types.WorkItemLink
- setTarget(WorkItemReference) - Method in class org.azd.workitemtracking.types.WorkItemLink
- setTargetBranchName(String) - Method in class org.azd.test.types.BuildConfiguration
- setTargetBranchRef(String) - Method in class org.azd.build.types.SourceProviderPullRequest
- setTargetClauses(WorkItemQueryClause) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setTargetRef(String) - Method in class org.azd.git.types.SourceToTargetRef
- setTargetRefName(String) - Method in class org.azd.git.types.GitPullRequest
- setTargetRepositoryOwner(String) - Method in class org.azd.build.types.SourceProviderPullRequest
- setTargets(String[]) - Method in class org.azd.extensionmanagement.types.Contribution
- setTargetUrl(String) - Method in class org.azd.git.types.GitStatus
- setTargetVersion(int) - Method in class org.azd.distributedtask.types.TaskAgentUpdate
- setTask(Task) - Method in class org.azd.build.types.Steps
- setTask(TaskReference) - Method in class org.azd.build.types.TimelineRecord
- setTask(WorkflowTaskReference) - Method in class org.azd.release.types.ReleaseTask
- setTaskAgents(List<TaskAgent>) - Method in class org.azd.distributedtask.types.TaskAgents
- setTaskId(String) - Method in class org.azd.release.types.WorkflowTask
- setTaskInstanceId(String) - Method in class org.azd.release.types.ManualIntervention
- setTasks(List<ReleaseTask>) - Method in class org.azd.release.types.DeploymentJob
- setTasks(List<WorkflowTask>) - Method in class org.azd.release.types.ReleaseDefinitionDeployStep
- setTasks(List<WorkflowTask>) - Method in class org.azd.release.types.ReleaseDefinitionGate
- setTeam(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setTeamIteration(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setTeamProject(String) - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- setTeamRefs(List<TeamRef>) - Method in class org.azd.memberentitlementmanagement.types.ProjectEntitlement
- setTeams(List<Team>) - Method in class org.azd.core.types.Teams
- setTemplateName(String) - Method in class org.azd.core.types.ProcessTemplate
- setTemplateParameters(Object) - Method in class org.azd.build.types.Build
- setTemplateTypeId(String) - Method in class org.azd.core.types.ProcessTemplate
- setTestConfigurationsMapping(String) - Method in class org.azd.test.types.RunCreateModel
- setTestEnvironment(TestEnvironment) - Method in class org.azd.test.types.TestRun
- setTestEnvironmentId(String) - Method in class org.azd.test.types.RunCreateModel
- setTestMessageLogId(Integer) - Method in class org.azd.test.types.TestRun
- setTestOutcome(TestOutcome) - Method in class org.azd.test.types.RunSummaryModel
- setTestRuns(List<TestRun>) - Method in class org.azd.test.types.TestRuns
- setTestSettings(ShallowReference) - Method in class org.azd.test.types.RunCreateModel
- setTestSettings(ShallowReference) - Method in class org.azd.test.types.TestRun
- setText(String) - Method in class org.azd.workitemtracking.types.WorkItemCommentVersionRef
- setTfvcEnabled(boolean) - Method in class org.azd.core.types.VersionControl
- setTimeFrame(String) - Method in class org.azd.work.types.TeamIterationAttributes
- setTimeline(Reference) - Method in class org.azd.build.types.BuildReferenceLinks
- setTimeline(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setTimelineId(String) - Method in class org.azd.build.types.TimelineAttempt
- setTimelineRecordId(String) - Method in class org.azd.release.types.ReleaseTask
- setTimeout(Integer) - Method in class org.azd.release.types.ReleaseDefinitionGatesOptions
- setTimeoutInMinutes(int) - Method in class org.azd.build.types.Steps
- setTimeoutInMinutes(Integer) - Method in class org.azd.release.types.ApprovalOptions
- setTimeoutInMinutes(Integer) - Method in class org.azd.release.types.WorkflowTask
- setTimestamp(String) - Method in class org.azd.build.types.BuildChange
- setTimeStamp(String) - Method in class org.azd.accounts.types.Profile
- setTimeToDeploy(int) - Method in class org.azd.release.types.ReleaseEnvironment
- setTimeZoneId(String) - Method in class org.azd.release.types.ReleaseSchedule
- setTitle(String) - Method in class org.azd.build.types.SourceProviderPullRequest
- setTitle(String) - Method in class org.azd.git.types.GitPullRequest
- setTitle(String) - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- setToCommitId(String) - Method in class org.azd.git.types.GitCommitsBatch
- setToDate(String) - Method in class org.azd.git.types.GitCommitsBatch
- setToken(String) - Method in class org.azd.security.types.ACEs
- setToken(String) - Method in class org.azd.security.types.ACL
- setTokenType(String) - Method in class org.azd.oauth.types.AuthorizedToken
- setTop(int) - Method in class org.azd.git.types.GitCommitsBatch
- setTotal(int) - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- setTotalAfterNextBillingDate(int) - Method in class org.azd.memberentitlementmanagement.types.LicenseSummaryData
- setTotalPageCount(int) - Method in class org.azd.build.types.SourceRepositories
- setTotalTests(Integer) - Method in class org.azd.test.types.TestRun
- setTransitions(JsonNode) - Method in class org.azd.workitemtracking.types.WorkItemType
- setTransitionWorkItems(boolean) - Method in class org.azd.git.types.GitPullRequestCompletionOptions
- setTreeId(String) - Method in class org.azd.git.types.GitCommit
- setTriggerContent(String) - Method in class org.azd.release.types.EnvironmentTrigger
- setTriggeredByAutoComplete(boolean) - Method in class org.azd.git.types.GitPullRequestCompletionOptions
- setTriggeredByBuild(Build) - Method in class org.azd.build.types.Build
- setTriggerInfo(Object) - Method in class org.azd.build.types.Build
- setTriggeringArtifactAlias(String) - Method in class org.azd.release.types.Release
- setTriggerReason(String) - Method in class org.azd.release.types.ReleaseEnvironment
- setTriggerRepository(String) - Method in class org.azd.build.types.TriggerInfo
- setTriggers(Object) - Method in class org.azd.build.types.BuildDefinition
- setTriggers(List<ReleaseTriggerBase>) - Method in class org.azd.release.types.ReleaseDefinition
- setTriggerType(String) - Method in class org.azd.build.types.Triggers
- setTriggerType(DefinitionTriggerType) - Method in class org.azd.build.types.BuildTrigger
- setTriggerType(EnvironmentTriggerType) - Method in class org.azd.release.types.EnvironmentTrigger
- setTriggerType(ReleaseTriggerType) - Method in class org.azd.release.types.ReleaseTriggerBase
- setType(JsonNode) - Method in class org.azd.extensionmanagement.types.ContributionPropertyDescription
- setType(Integer) - Method in class org.azd.build.types.BuildProcess
- setType(String) - Method in class org.azd.build.types.ArtifactResource
- setType(String) - Method in class org.azd.build.types.BuildChange
- setType(String) - Method in class org.azd.build.types.BuildLog
- setType(String) - Method in class org.azd.build.types.BuildLogReference
- setType(String) - Method in class org.azd.build.types.BuildRepository
- setType(String) - Method in class org.azd.build.types.Logs
- setType(String) - Method in class org.azd.build.types.Repository
- setType(String) - Method in class org.azd.build.types.SourceRepositoryItem
- setType(String) - Method in class org.azd.build.types.SupportedTrigger
- setType(String) - Method in class org.azd.build.types.TaskInputDefinitionBase
- setType(String) - Method in class org.azd.build.types.TimelineRecord
- setType(String) - Method in class org.azd.build.types.VariableGroup
- setType(String) - Method in class org.azd.core.types.Process
- setType(String) - Method in class org.azd.distributedtask.types.EnvironmentResourceReference
- setType(String) - Method in class org.azd.distributedtask.types.VariableGroup
- setType(String) - Method in class org.azd.extensionmanagement.types.Contribution
- setType(String) - Method in class org.azd.extensionmanagement.types.InstalledExtensionStateIssue
- setType(String) - Method in class org.azd.git.types.GitTemplate
- setType(String) - Method in class org.azd.pipelines.types.PipelineConfiguration
- setType(String) - Method in class org.azd.release.types.Artifact
- setType(String) - Method in class org.azd.release.types.ReleaseArtifacts
- setType(String) - Method in class org.azd.release.types.TaskInputDefinitionBase
- setType(String) - Method in class org.azd.release.types.VariableGroup
- setType(String) - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- setType(String) - Method in class org.azd.test.types.RunCreateModel
- setType(String) - Method in class org.azd.workitemtracking.types.WorkItemDelete
- setType(String) - Method in class org.azd.workitemtracking.types.WorkItemDeleteReference
- setType(IssueType) - Method in class org.azd.build.types.Issue
- setType(DefinitionType) - Method in class org.azd.build.types.BuildDefinition
- setType(DefinitionType) - Method in class org.azd.build.types.DefinitionReference
- setType(FeedViewType) - Method in class org.azd.feedmanagement.types.FeedView
- setType(FieldType) - Method in class org.azd.workitemtracking.types.WorkItemField
- setType(VariableGroupType) - Method in class org.azd.distributedtask.types.VariableGroupDefinition
- setType(WikiType) - Method in class org.azd.wiki.types.WikiCreateParameters
- setType(WikiType) - Method in class org.azd.wiki.types.WikiV2
- setType(PolicyTypeRef) - Method in class org.azd.policy.types.PolicyConfiguration
- setTypeId(String) - Method in class org.azd.workitemtracking.types.ProcessIdModel
- setTypeKey(String) - Method in class org.azd.helpers.ApiException
- setTypeName(String) - Method in class org.azd.helpers.ApiException
- setTypes(JsonNode) - Method in class org.azd.build.types.RepositoryWebhook
- setUnanalyzedTests(Integer) - Method in class org.azd.test.types.TestRun
- setUnavailable(String) - Method in class org.azd.build.types.ControllerStatus
- setUniqueName(String) - Method in class org.azd.build.types.RequestedFor
- setUniqueName(String) - Method in class org.azd.common.types.Author
- setUniqueName(String) - Method in class org.azd.git.types.IdentityRefWithVote
- setUniqueName(String) - Method in class org.azd.git.types.Reviewers
- setUpdatedDate(String) - Method in class org.azd.build.types.BuildController
- setUpdatedDate(String) - Method in class org.azd.git.types.GitStatus
- setUpstreamEnabled(boolean) - Method in class org.azd.feedmanagement.types.Feed
- setUpstreamEnabledChangedDate(String) - Method in class org.azd.feedmanagement.types.Feed
- setUpstreamingBehavior(String, String, String) - Method in interface org.azd.interfaces.MavenDetails
- setUpstreamingBehavior(String, String, String) - Method in class org.azd.maven.MavenApi
-
Set the upstreaming behavior of a (scoped) package.
- setUpstreamingBehavior(String, String, String, String) - Method in interface org.azd.interfaces.MavenDetails
- setUpstreamingBehavior(String, String, String, String) - Method in class org.azd.maven.MavenApi
-
Set the upstreaming behavior of a (scoped) package.
- setUpstreamSources(List<UpstreamSource>) - Method in class org.azd.feedmanagement.types.Feed
- setUpstreamSourceType(UpstreamSourceType) - Method in class org.azd.feedmanagement.types.UpstreamSource
- setUri(String) - Method in class org.azd.build.types.Build
- setUri(String) - Method in class org.azd.build.types.BuildController
- setUri(String) - Method in class org.azd.build.types.BuildDefinition
- setUri(String) - Method in class org.azd.build.types.DefinitionReference
- setUri(String) - Method in class org.azd.extensionmanagement.types.ExtensionEventCallback
- setUri(String) - Method in class org.azd.test.types.BuildConfiguration
- setUrl(String) - Method in class org.azd.accounts.types.Organization
- setUrl(String) - Method in class org.azd.build.types.AgentPoolQueue
- setUrl(String) - Method in class org.azd.build.types.ArtifactResource
- setUrl(String) - Method in class org.azd.build.types.Build
- setUrl(String) - Method in class org.azd.build.types.BuildController
- setUrl(String) - Method in class org.azd.build.types.BuildDefinition
- setUrl(String) - Method in class org.azd.build.types.BuildLog
- setUrl(String) - Method in class org.azd.build.types.BuildLogReference
- setUrl(String) - Method in class org.azd.build.types.BuildRepository
- setUrl(String) - Method in class org.azd.build.types.BuildWorkItem
- setUrl(String) - Method in class org.azd.build.types.DefinitionReference
- setUrl(String) - Method in class org.azd.build.types.Logs
- setUrl(String) - Method in class org.azd.build.types.Queue
- setUrl(String) - Method in class org.azd.build.types.Repository
- setUrl(String) - Method in class org.azd.build.types.RepositoryWebhook
- setUrl(String) - Method in class org.azd.build.types.RequestedFor
- setUrl(String) - Method in class org.azd.build.types.SourceRepository
- setUrl(String) - Method in class org.azd.build.types.SourceRepositoryItem
- setUrl(String) - Method in class org.azd.build.types.TeamProjectReference
- setUrl(String) - Method in class org.azd.build.types.Timeline
- setUrl(String) - Method in class org.azd.build.types.TimelineRecord
- setUrl(String) - Method in class org.azd.build.types.TimelineReference
- setUrl(String) - Method in class org.azd.common.types.Author
- setUrl(String) - Method in class org.azd.core.types.OperationReference
- setUrl(String) - Method in class org.azd.core.types.Process
- setUrl(String) - Method in class org.azd.core.types.Project
- setUrl(String) - Method in class org.azd.core.types.Team
- setUrl(String) - Method in class org.azd.core.types.TeamProjectCollectionReference
- setUrl(String) - Method in class org.azd.core.types.TeamProjectReference
- setUrl(String) - Method in class org.azd.core.types.WebApiTeam
- setUrl(String) - Method in class org.azd.feedmanagement.types.Feed
- setUrl(String) - Method in class org.azd.feedmanagement.types.FeedView
- setUrl(String) - Method in class org.azd.git.types.GitAnnotatedTag
- setUrl(String) - Method in class org.azd.git.types.GitBlobRef
- setUrl(String) - Method in class org.azd.git.types.GitChange
- setUrl(String) - Method in class org.azd.git.types.GitCommit
- setUrl(String) - Method in class org.azd.git.types.GitCommitRef
- setUrl(String) - Method in class org.azd.git.types.GitForkRef
- setUrl(String) - Method in class org.azd.git.types.GitItem
- setUrl(String) - Method in class org.azd.git.types.GitPullRequest
- setUrl(String) - Method in class org.azd.git.types.GitPush
- setUrl(String) - Method in class org.azd.git.types.GitPushRef
- setUrl(String) - Method in class org.azd.git.types.GitRef
- setUrl(String) - Method in class org.azd.git.types.GitRepository
- setUrl(String) - Method in class org.azd.git.types.GitRepositoryRef
- setUrl(String) - Method in class org.azd.git.types.IdentityRefWithVote
- setUrl(String) - Method in class org.azd.git.types.LastMergeCommit
- setUrl(String) - Method in class org.azd.git.types.LastMergeSourceCommit
- setUrl(String) - Method in class org.azd.git.types.LastMergeTargetCommit
- setUrl(String) - Method in class org.azd.git.types.ResourceRef
- setUrl(String) - Method in class org.azd.git.types.Reviewers
- setUrl(String) - Method in class org.azd.git.types.TeamProjectCollectionReference
- setUrl(String) - Method in class org.azd.git.types.TeamProjectReference
- setUrl(String) - Method in class org.azd.git.types.WebApiTagDefinition
- setUrl(String) - Method in class org.azd.graph.types.GraphEntity
- setUrl(String) - Method in class org.azd.pipelines.types.LogCollection
- setUrl(String) - Method in class org.azd.pipelines.types.Pipeline
- setUrl(String) - Method in class org.azd.pipelines.types.PipelineLog
- setUrl(String) - Method in class org.azd.pipelines.types.PipelineReference
- setUrl(String) - Method in class org.azd.pipelines.types.PipelineRun
- setUrl(String) - Method in class org.azd.pipelines.types.PipelinesArtifact
- setUrl(String) - Method in class org.azd.pipelines.types.SignedUrl
- setUrl(String) - Method in class org.azd.policy.types.PolicyConfiguration
- setUrl(String) - Method in class org.azd.policy.types.PolicyType
- setUrl(String) - Method in class org.azd.policy.types.PolicyTypeRef
- setUrl(String) - Method in class org.azd.release.types.ManualIntervention
- setUrl(String) - Method in class org.azd.release.types.ReleaseApproval
- setUrl(String) - Method in class org.azd.release.types.ReleaseDefinition
- setUrl(String) - Method in class org.azd.release.types.ReleaseDefinitionShallowReference
- setUrl(String) - Method in class org.azd.release.types.ReleaseEnvironmentShallowReference
- setUrl(String) - Method in class org.azd.release.types.ReleaseShallowReference
- setUrl(String) - Method in class org.azd.serviceendpoint.types.ServiceEndpoint
- setUrl(String) - Method in class org.azd.servicehooks.types.ServiceHooksSubscription
- setUrl(String) - Method in class org.azd.test.types.ShallowReference
- setUrl(String) - Method in class org.azd.test.types.TestRun
- setUrl(String) - Method in class org.azd.wiki.types.WikiPage
- setUrl(String) - Method in class org.azd.wiki.types.WikiV2
- setUrl(String) - Method in class org.azd.work.types.IterationWorkItems
- setUrl(String) - Method in class org.azd.work.types.TeamSettingsIteration
- setUrl(String) - Method in class org.azd.work.types.WorkItemReference
- setUrl(String) - Method in class org.azd.workitemtracking.types.AttachmentReference
- setUrl(String) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setUrl(String) - Method in class org.azd.workitemtracking.types.WorkItem
- setUrl(String) - Method in class org.azd.workitemtracking.types.WorkItemCommentVersionRef
- setUrl(String) - Method in class org.azd.workitemtracking.types.WorkItemDelete
- setUrl(String) - Method in class org.azd.workitemtracking.types.WorkItemDeleteReference
- setUrl(String) - Method in class org.azd.workitemtracking.types.WorkItemDeleteShallowReference
- setUrl(String) - Method in class org.azd.workitemtracking.types.WorkItemField
- setUrl(String) - Method in class org.azd.workitemtracking.types.WorkItemFieldReference
- setUrl(String) - Method in class org.azd.workitemtracking.types.WorkItemIcon
- setUrl(String) - Method in class org.azd.workitemtracking.types.WorkItemRecycleBinReference
- setUrl(String) - Method in class org.azd.workitemtracking.types.WorkItemReference
- setUrl(String) - Method in class org.azd.workitemtracking.types.WorkItemRelations
- setUrl(String) - Method in class org.azd.workitemtracking.types.WorkItemType
- setUrl(String) - Method in class org.azd.workitemtracking.types.WorkItemTypeFieldInstance
- setUsage(FieldUsage) - Method in class org.azd.workitemtracking.types.WorkItemField
- setUser(String) - Method in class org.azd.git.types.GitCommitsBatch
- setUser(GraphUser) - Method in class org.azd.memberentitlementmanagement.types.UserEntitlement
- setUserCapabilities(Object) - Method in class org.azd.distributedtask.types.TaskAgent
- setUserDelayed(boolean) - Method in class org.azd.distributedtask.types.TaskAgentJobRequest
- setUserEntitlement(UserEntitlement) - Method in class org.azd.memberentitlementmanagement.types.UserEntitlementsResponse
- setUserEntitlements(List<UserEntitlement>) - Method in class org.azd.memberentitlementmanagement.types.UserEntitlements
- setUserId(String) - Method in class org.azd.memberentitlementmanagement.types.UserEntitlementOperationResult
- setUsers(List<GraphUser>) - Method in class org.azd.graph.types.GraphUsers
- setUserScoped(boolean) - Method in class org.azd.core.types.ProjectFeature.Scope
- setUseTokenTranslator(boolean) - Method in class org.azd.security.types.SecurityNamespace
- setValidation(TaskInputValidation) - Method in class org.azd.build.types.TaskInputDefinitionBase
- setValidation(TaskInputValidation) - Method in class org.azd.release.types.TaskInputDefinitionBase
- setValidationResults(List<BuildRequestValidationResult>) - Method in class org.azd.build.types.Build
- setValidRemoteUrls(String[]) - Method in class org.azd.git.types.GitRepository
- setValue(Object) - Method in class org.azd.core.types.ProjectProperty
- setValue(Object) - Method in class org.azd.test.types.CustomTestField
- setValue(String) - Method in class org.azd.build.types.AuthorizationHeader
- setValue(String) - Method in class org.azd.build.types.Demand
- setValue(String) - Method in class org.azd.distributedtask.types.Demand
- setValue(String) - Method in class org.azd.graph.types.GraphDescriptor
- setValue(String) - Method in class org.azd.release.types.AuthorizationHeader
- setValue(String) - Method in class org.azd.release.types.Condition
- setValue(String) - Method in class org.azd.release.types.ConfigurationVariableValue
- setValue(String) - Method in class org.azd.release.types.Demand
- setValue(String) - Method in class org.azd.release.types.ReleaseCondition
- setValue(String) - Method in class org.azd.release.types.VariableValue
- setValue(String) - Method in class org.azd.workitemtracking.types.WorkItemQueryClause
- setValue(List<BuildController>) - Method in class org.azd.build.types.BuildControllers
- setValue(List<ProjectProperty>) - Method in class org.azd.core.types.ProjectProperties
- setValue(List<WebApiTagDefinition>) - Method in class org.azd.git.types.WebApiTagDefinitions
- setValue(Map<String, SubjectLookup>) - Method in class org.azd.graph.types.SubjectLookupResponse
- setValues(String[]) - Method in class org.azd.accounts.types.PropertiesCollection
- setValues(String[]) - Method in class org.azd.build.types.PropertiesCollection
- setValues(String[]) - Method in class org.azd.distributedtask.types.PropertiesCollection
- setVariableGroupProjectReferences(List<VariableGroupProjectReference>) - Method in class org.azd.distributedtask.types.VariableGroup
- setVariableGroupProjectReferences(List<VariableGroupProjectReference>) - Method in class org.azd.release.types.VariableGroup
- setVariableGroups(List<Integer>) - Method in class org.azd.release.types.ReleaseDefinition
- setVariableGroups(List<Integer>) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setVariableGroups(List<VariableGroup>) - Method in class org.azd.build.types.BuildDefinition
- setVariableGroups(List<VariableGroup>) - Method in class org.azd.distributedtask.types.VariableGroups
- setVariableGroups(List<VariableGroup>) - Method in class org.azd.release.types.Release
- setVariableGroups(List<VariableGroup>) - Method in class org.azd.release.types.ReleaseEnvironment
- setVariables(JsonNode) - Method in class org.azd.distributedtask.types.VariableGroup
- setVariables(JsonNode) - Method in class org.azd.pipelines.types.PipelineRun
- setVariables(Map<String, BuildDefinitionVariable>) - Method in class org.azd.build.types.BuildDefinition
- setVariables(Map<String, BuildDefinitionVariable>) - Method in class org.azd.build.types.VariableGroup
- setVariables(Map<String, VariableValue>) - Method in class org.azd.distributedtask.types.VariableGroupDefinition
- setVariables(Map<String, ConfigurationVariableValue>) - Method in class org.azd.release.types.Release
- setVariables(Map<String, ConfigurationVariableValue>) - Method in class org.azd.release.types.ReleaseDefinition
- setVariables(Map<String, ConfigurationVariableValue>) - Method in class org.azd.release.types.ReleaseDefinitionEnvironment
- setVariables(Map<String, ConfigurationVariableValue>) - Method in class org.azd.release.types.ReleaseEnvironment
- setVariables(Map<String, VariableValue>) - Method in class org.azd.release.types.VariableGroup
- setVault(String) - Method in class org.azd.distributedtask.types.VariableGroupProviderData
- setVersion(int) - Method in class org.azd.workitemtracking.types.WorkItemCommentVersionRef
- setVersion(String) - Method in class org.azd.build.types.TaskReference
- setVersion(String) - Method in class org.azd.distributedtask.types.TaskAgent
- setVersion(String) - Method in class org.azd.distributedtask.types.TaskAgentReference
- setVersion(String) - Method in class org.azd.extensionmanagement.types.InstalledExtension
- setVersion(String) - Method in class org.azd.maven.types.MavenPackageVersionDeletionState
- setVersion(String) - Method in class org.azd.maven.types.Package
- setVersion(String) - Method in class org.azd.release.types.WorkflowTask
- setVersion(String) - Method in class org.azd.release.types.WorkflowTaskReference
- setVersion(String) - Method in class org.azd.upack.types.Package
- setVersion(String) - Method in class org.azd.upack.types.UPackPackageVersionDeletionState
- setVersion(String) - Method in class org.azd.wiki.types.GitVersionDescriptor
- setVersion(GitVersionDescriptor) - Method in class org.azd.wiki.types.WikiCreateParameters
- setVersionCheck(ExtensionEventCallback) - Method in class org.azd.extensionmanagement.types.ExtensionEventCallbackCollection
- setVersionControl(VersionControl) - Method in class org.azd.core.types.Capabilities
- setVersionOptions(GitVersionOptions) - Method in class org.azd.wiki.types.GitVersionDescriptor
- setVersions(List<GitVersionDescriptor>) - Method in class org.azd.wiki.types.WikiV2
- setVersionsFromExternalUpstreams(String) - Method in class org.azd.maven.types.UpstreamingBehavior
- setVersionSpec(String) - Method in class org.azd.build.types.Task
- setVersionType(GitVersionType) - Method in class org.azd.wiki.types.GitVersionDescriptor
- setView(FeedView) - Method in class org.azd.feedmanagement.types.Feed
- setViewId(String) - Method in class org.azd.feedmanagement.types.Feed
- setViewName(String) - Method in class org.azd.feedmanagement.types.Feed
- setViewStats(List<WikiPageStat>) - Method in class org.azd.wiki.types.WikiPageDetail
- setVisibility(String) - Method in class org.azd.core.types.TeamProjectReference
- setVisibility(String) - Method in class org.azd.feedmanagement.types.ProjectReference
- setVisibility(FeedVisibility) - Method in class org.azd.feedmanagement.types.FeedView
- setVisibility(ProjectVisibility) - Method in class org.azd.build.types.TeamProjectReference
- setVisibility(ProjectVisibility) - Method in class org.azd.core.types.Project
- setVisibility(ProjectVisibility) - Method in class org.azd.git.types.TeamProjectReference
- setVisibleRule(String) - Method in class org.azd.build.types.TaskInputDefinitionBase
- setVisibleRule(String) - Method in class org.azd.release.types.TaskInputDefinitionBase
- setVisibleTo(String[]) - Method in class org.azd.extensionmanagement.types.Contribution
- setVisibleTo(String[]) - Method in class org.azd.extensionmanagement.types.ContributionType
- setVote(int) - Method in class org.azd.git.types.IdentityRefWithVote
- setVote(int) - Method in class org.azd.git.types.Reviewers
- setVotedFor(List<IdentityRefWithVote>) - Method in class org.azd.git.types.IdentityRefWithVote
- setVsLink(String) - Method in class org.azd.git.types.FileContentMetadata
- setWarningCount(Integer) - Method in class org.azd.build.types.TimelineRecord
- setWeb(Reference) - Method in class org.azd.build.types.BuildDefinitionReferenceLinks
- setWeb(Reference) - Method in class org.azd.build.types.BuildReferenceLinks
- setWeb(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setWeb(Reference) - Method in class org.azd.release.types.ReleaseReferenceLinks
- setWebAccessUrl(String) - Method in class org.azd.test.types.TestRun
- setWebUrl(String) - Method in class org.azd.git.types.GitRepository
- setWikiPages(List<WikiV2>) - Method in class org.azd.wiki.types.WikiV2Pages
- setWiql(String) - Method in class org.azd.workitemtracking.types.QueryHierarchyItem
- setWorkerName(String) - Method in class org.azd.build.types.TimelineRecord
- setWorkflowTasks(List<WorkflowTask>) - Method in class org.azd.release.types.DeployPhase
- setWorkItemComments(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setWorkItemDeleteReferences(List<WorkItemDeleteReference>) - Method in class org.azd.workitemtracking.types.WorkItemDeleteReferences
- setWorkItemDeleteShallowReferences(List<WorkItemDeleteShallowReference>) - Method in class org.azd.workitemtracking.types.WorkItemDeleteShallowReferences
- setWorkItemFields(List<WorkItemField>) - Method in class org.azd.workitemtracking.types.WorkItemFieldTypes
- setWorkItemRefs(List<ResourceRef>) - Method in class org.azd.git.types.GitPullRequest
- setWorkItemRelations(List<WorkItemLink>) - Method in class org.azd.work.types.IterationWorkItems
- setWorkItemRelations(List<WorkItemLink>) - Method in class org.azd.workitemtracking.types.WorkItemQueryResult
- setWorkItemRevisions(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setWorkItems(List<ResourceRef>) - Method in class org.azd.git.types.GitCommit
- setWorkItems(List<ResourceRef>) - Method in class org.azd.git.types.GitCommitRef
- setWorkItems(List<WorkItem>) - Method in class org.azd.workitemtracking.types.WorkItemList
- setWorkItems(List<WorkItemReference>) - Method in class org.azd.workitemtracking.types.WorkItemQueryResult
- setWorkItemType(String) - Method in class org.azd.build.types.Inputs
- setWorkItemType(String) - Method in class org.azd.workitemtracking.types.AccountRecentActivityWorkItemModel2
- setWorkItemType(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setWorkItemTypes(List<WorkItemType>) - Method in class org.azd.workitemtracking.types.WorkItemTypes
- setWorkItemUpdates(Reference) - Method in class org.azd.common.types.ReferenceLinks
- setWritePermission(int) - Method in class org.azd.security.types.SecurityNamespace
- setXmlForm(String) - Method in class org.azd.workitemtracking.types.WorkItemType
- setYaml(String) - Method in class org.azd.build.types.YamlBuild
- ShallowReference - Class in org.azd.test.types
-
Stage in pipeline
- ShallowReference() - Constructor for class org.azd.test.types.ShallowReference
- shareServiceEndpoint(String, String, String) - Method in interface org.azd.interfaces.ServiceEndpointDetails
- shareServiceEndpoint(String, String, String) - Method in class org.azd.serviceendpoint.ServiceEndpointApi
-
Share service endpoint across projects
- SIGNEDCONTENT - Enum constant in enum class org.azd.enums.PipelinesExpandOptions
-
Include signed content.
- SignedUrl - Class in org.azd.pipelines.types
-
Signed url for downloading this artifact
- SignedUrl() - Constructor for class org.azd.pipelines.types.SignedUrl
- SIMPLE - Enum constant in enum class org.azd.enums.AttachmentUploadType
- SIMPLIFIEDHISTORY - Enum constant in enum class org.azd.enums.GitHistoryMode
-
The history mode used by git log.
- SingleReleaseExpands - Enum Class in org.azd.enums
- SINGLEUSEAGENTS - Enum constant in enum class org.azd.enums.TaskAgentPoolOptions
-
Set to true if agents are re-imaged after each TaskAgentJobRequest
- SKIPPED - Enum constant in enum class org.azd.enums.ApprovalStatus
-
Indicates the approval is skipped.
- SKIPPED - Enum constant in enum class org.azd.enums.DeployPhaseStatus
-
Phase execution skipped.
- SKIPPED - Enum constant in enum class org.azd.enums.ReleaseApprovalStatus
-
Indicates the approval is skipped.
- SKIPPED - Enum constant in enum class org.azd.enums.TaskResult
- SKIPPED - Enum constant in enum class org.azd.enums.TaskStatus
-
The task execution skipped.
- SOURCEFILTER - Enum constant in enum class org.azd.enums.RunFilter
-
filter for the test case sources (test containers)
- SourceProvideBranches - Class in org.azd.build.types
- SourceProvideBranches() - Constructor for class org.azd.build.types.SourceProvideBranches
- SourceProviderAttribute - Class in org.azd.build.types
-
Represents a SourceProviderAttribute
- SourceProviderAttribute() - Constructor for class org.azd.build.types.SourceProviderAttribute
- SourceProviderAttributes - Class in org.azd.build.types
-
Represents an array of SourceProviderAttribute
- SourceProviderAttributes() - Constructor for class org.azd.build.types.SourceProviderAttributes
- SourceProviderPullRequest - Class in org.azd.build.types
-
Represents a pull request object.
- SourceProviderPullRequest() - Constructor for class org.azd.build.types.SourceProviderPullRequest
- SourceProviderResultSet - Enum Class in org.azd.enums
- SOURCERENAME - Enum constant in enum class org.azd.enums.VersionControlChangeType
- SOURCEREPO - Enum constant in enum class org.azd.enums.ReleaseTriggerType
-
Source repository based release trigger.
- SourceRepositories - Class in org.azd.build.types
-
A set of repositories returned from the source provider.
- SourceRepositories() - Constructor for class org.azd.build.types.SourceRepositories
- SourceRepository - Class in org.azd.build.types
-
Represents a repository returned from a source provider.
- SourceRepository() - Constructor for class org.azd.build.types.SourceRepository
- SourceRepositoryItem - Class in org.azd.build.types
-
Represents an item in a repository from a source provider.
- SourceRepositoryItem() - Constructor for class org.azd.build.types.SourceRepositoryItem
- SourceRepositoryItems - Class in org.azd.build.types
-
Represents an array of items in the repository from a source provider.
- SourceRepositoryItems() - Constructor for class org.azd.build.types.SourceRepositoryItems
- SourceRepositoryProperties - Class in org.azd.build.types
- SourceRepositoryProperties() - Constructor for class org.azd.build.types.SourceRepositoryProperties
- SourceToTargetRef - Class in org.azd.git.types
-
The set of ref mappings to use when performing a sync or create.
- SourceToTargetRef() - Constructor for class org.azd.git.types.SourceToTargetRef
- SQUASH - Enum constant in enum class org.azd.enums.GitPullRequestMergeStrategy
-
Put all changes from the pull request into a single-parent commit.
- StageReference - Class in org.azd.test.types
-
Test environment Detail.
- StageReference() - Constructor for class org.azd.test.types.StageReference
- StageUpdateType - Enum Class in org.azd.enums
-
Stage update type
- STAKEHOLDER - Enum constant in enum class org.azd.enums.AccountLicenseType
-
Stakeholder
- Steps - Class in org.azd.build.types
-
Represents a definition steps
- Steps() - Constructor for class org.azd.build.types.Steps
- storageKey - Variable in class org.azd.graph.types.GraphReferenceLinks
-
Storage key url
- STREAM - Enum constant in enum class org.azd.enums.CustomHeader
-
Should be set for stream upload "Content-Type", "application/octet-stream"
- STREAM_ACCEPT - Enum constant in enum class org.azd.enums.CustomHeader
-
Should be set to accept the stream content from Api
- STREAM_ZIP - Enum constant in enum class org.azd.enums.CustomHeader
-
Should be set for stream upload/download as zip content "Content-Type", "application/zip"
- STREAM_ZIP_ACCEPT - Enum constant in enum class org.azd.enums.CustomHeader
-
Should be set to accept the stream content from Api as zip
- StreamBuilder() - Constructor for class org.azd.utils.BaseClient.StreamBuilder
-
Deprecated.
- StreamHelper - Class in org.azd.helpers
- StreamHelper() - Constructor for class org.azd.helpers.StreamHelper
- STRING - Enum constant in enum class org.azd.enums.FieldType
-
String field type.
- StringValueParsingException - Enum constant in enum class org.azd.enums.ApiExceptionTypes
-
This exception type will be thrown if a string value couldn't be parsed.
- subjectKind - Variable in class org.azd.graph.types.GraphEntity
-
This field identifies the type of the graph subject (ex: Group, Scope, User).
- subjectLookup(String...) - Method in class org.azd.graph.GraphApi
-
resolve descriptors to subjects Refer to REST API documentation on storage keys
- subjectLookup(String...) - Method in interface org.azd.interfaces.GraphDetails
- SubjectLookup - Class in org.azd.graph.types
-
Response object from a subject lookup via descriptor This contains information about the object kind (user or group) and origin source (aad, vsts, etc) Not all fields may be populated in the response.
- SubjectLookup() - Constructor for class org.azd.graph.types.SubjectLookup
- SubjectLookupResponse - Class in org.azd.graph.types
-
wrapper container for subjectLookup response Subject descriptor is in both the value-field map-key and descriptor field of the
SubjectLookup - SubjectLookupResponse() - Constructor for class org.azd.graph.types.SubjectLookupResponse
- SUCCEEDED - Enum constant in enum class org.azd.enums.BuildResult
-
The build completed successfully.
- SUCCEEDED - Enum constant in enum class org.azd.enums.DeploymentStatus
-
The deployment status is succeeded.
- SUCCEEDED - Enum constant in enum class org.azd.enums.DeployPhaseStatus
-
Phase execution succeeded.
- SUCCEEDED - Enum constant in enum class org.azd.enums.EnvironmentStatus
-
Environment is in succeeded state.
- SUCCEEDED - Enum constant in enum class org.azd.enums.GateStatus
-
The gate completed successfully.
- SUCCEEDED - Enum constant in enum class org.azd.enums.GitStatusState
-
Status succeeded.
- SUCCEEDED - Enum constant in enum class org.azd.enums.PullRequestAsyncStatus
-
Pull request merge succeeded.
- SUCCEEDED - Enum constant in enum class org.azd.enums.ReleaseEnvironmentStatus
-
Environment is in succeeded state.
- SUCCEEDED - Enum constant in enum class org.azd.enums.TaskResult
- SUCCEEDED - Enum constant in enum class org.azd.enums.TaskStatus
-
The task completed successfully.
- SUCCEEDEDWITHISSUES - Enum constant in enum class org.azd.enums.TaskResult
- SUCCESS - Enum constant in enum class org.azd.enums.TaskStatus
-
The task completed successfully.
- SUNDAY - Enum constant in enum class org.azd.enums.ScheduleDays
-
Scheduled on Sunday.
- SupportedTrigger - Class in org.azd.build.types
-
The types of triggers supported by this source provider.
- SupportedTrigger() - Constructor for class org.azd.build.types.SupportedTrigger
- SYSTEM_PRIVATE - Enum constant in enum class org.azd.enums.ProjectVisibility
T
- TAG - Enum constant in enum class org.azd.enums.GitObjectType
- TAG - Enum constant in enum class org.azd.enums.GitVersionType
-
Interpret the version as a tag name
- Tagging - Enum constant in enum class org.azd.security.SecurityToken.Scope
- TAGS - Enum constant in enum class org.azd.enums.DeploymentGroupExpands
-
Include unique list of tags across all deployment targets.
- TAGS - Enum constant in enum class org.azd.enums.ReleaseDefinitionExpands
-
Include tags in return object.
- TAGS - Enum constant in enum class org.azd.enums.ReleaseExpands
- TARGETRENAME - Enum constant in enum class org.azd.enums.VersionControlChangeType
- Task - Class in org.azd.build.types
-
Represents a task in a step
- Task() - Constructor for class org.azd.build.types.Task
- TaskAgent - Class in org.azd.distributedtask.types
-
Additional pool settings and details
- TaskAgent() - Constructor for class org.azd.distributedtask.types.TaskAgent
- TaskAgentAuthorization - Class in org.azd.distributedtask.types
-
Gets or sets the type of the pool
- TaskAgentAuthorization() - Constructor for class org.azd.distributedtask.types.TaskAgentAuthorization
- TaskAgentCloudRequest - Class in org.azd.distributedtask.types
-
Represents the public key portion of an RSA asymmetric key.
- TaskAgentCloudRequest() - Constructor for class org.azd.distributedtask.types.TaskAgentCloudRequest
- TaskAgentJobRequest - Class in org.azd.distributedtask.types
-
A reference to an agent.
- TaskAgentJobRequest() - Constructor for class org.azd.distributedtask.types.TaskAgentJobRequest
- TaskAgentPoolOptions - Enum Class in org.azd.enums
-
Whether or not the agent is online.
- TaskAgentPoolReference - Class in org.azd.build.types
-
Represents a variable group.
- TaskAgentPoolReference - Class in org.azd.distributedtask.types
-
Details about an agent update.
- TaskAgentPoolReference() - Constructor for class org.azd.build.types.TaskAgentPoolReference
- TaskAgentPoolReference() - Constructor for class org.azd.distributedtask.types.TaskAgentPoolReference
- TaskAgentPoolType - Enum Class in org.azd.enums
-
The result of this request.
- TaskAgentPublicKey - Class in org.azd.distributedtask.types
-
None
- TaskAgentPublicKey() - Constructor for class org.azd.distributedtask.types.TaskAgentPublicKey
- TaskAgentReference - Class in org.azd.distributedtask.types
-
None
- TaskAgentReference() - Constructor for class org.azd.distributedtask.types.TaskAgentReference
- TaskAgents - Class in org.azd.distributedtask.types
-
List of task agent
- TaskAgents() - Constructor for class org.azd.distributedtask.types.TaskAgents
- TaskAgentStatus - Enum Class in org.azd.enums
-
None
- TaskAgentUpdate - Class in org.azd.distributedtask.types
-
None
- TaskAgentUpdate() - Constructor for class org.azd.distributedtask.types.TaskAgentUpdate
- TaskAgentUpdateReason - Class in org.azd.distributedtask.types
-
None
- TaskAgentUpdateReason() - Constructor for class org.azd.distributedtask.types.TaskAgentUpdateReason
- TaskAgentUpdateReasonType - Enum Class in org.azd.enums
-
None
- TaskInputDefinitionBase - Class in org.azd.build.types
-
None
- TaskInputDefinitionBase - Class in org.azd.release.types
-
None
- TaskInputDefinitionBase() - Constructor for class org.azd.build.types.TaskInputDefinitionBase
- TaskInputDefinitionBase() - Constructor for class org.azd.release.types.TaskInputDefinitionBase
- TaskInputValidation - Class in org.azd.build.types
-
None
- TaskInputValidation - Class in org.azd.release.types
-
None
- TaskInputValidation() - Constructor for class org.azd.build.types.TaskInputValidation
- TaskInputValidation() - Constructor for class org.azd.release.types.TaskInputValidation
- TaskOrchestrationOwner - Class in org.azd.distributedtask.types
-
None
- TaskOrchestrationOwner() - Constructor for class org.azd.distributedtask.types.TaskOrchestrationOwner
- TaskOrchestrationPlanReference - Class in org.azd.build.types
-
None
- TaskOrchestrationPlanReference() - Constructor for class org.azd.build.types.TaskOrchestrationPlanReference
- TaskReference - Class in org.azd.build.types
-
Represents a reference to a task.
- TaskReference() - Constructor for class org.azd.build.types.TaskReference
- TaskResult - Enum Class in org.azd.enums
- TASKS - Enum constant in enum class org.azd.enums.SingleReleaseExpands
- TaskSourceDefinitionBase - Class in org.azd.build.types
-
None
- TaskSourceDefinitionBase - Class in org.azd.release.types
-
None
- TaskSourceDefinitionBase() - Constructor for class org.azd.build.types.TaskSourceDefinitionBase
- TaskSourceDefinitionBase() - Constructor for class org.azd.release.types.TaskSourceDefinitionBase
- TaskStatus - Enum Class in org.azd.enums
-
None
- Team - Class in org.azd.core.types
-
Represents a project team
- Team() - Constructor for class org.azd.core.types.Team
- TeamIterationAttributes - Class in org.azd.work.types
-
Represents the team iteration attributes
- TeamIterationAttributes() - Constructor for class org.azd.work.types.TeamIterationAttributes
- TeamProjectCollectionReference - Class in org.azd.core.types
-
Reference object for a TeamProjectCollection.
- TeamProjectCollectionReference - Class in org.azd.git.types
-
None
- TeamProjectCollectionReference() - Constructor for class org.azd.core.types.TeamProjectCollectionReference
- TeamProjectCollectionReference() - Constructor for class org.azd.git.types.TeamProjectCollectionReference
- TeamProjectReference - Class in org.azd.build.types
-
None
- TeamProjectReference - Class in org.azd.core.types
-
Represents a shallow reference to a TeamProject.
- TeamProjectReference - Class in org.azd.git.types
-
None
- TeamProjectReference() - Constructor for class org.azd.build.types.TeamProjectReference
- TeamProjectReference() - Constructor for class org.azd.core.types.TeamProjectReference
- TeamProjectReference() - Constructor for class org.azd.git.types.TeamProjectReference
- TeamRef - Class in org.azd.memberentitlementmanagement.types
-
A reference to a team
- TeamRef() - Constructor for class org.azd.memberentitlementmanagement.types.TeamRef
- Teams - Class in org.azd.core.types
-
Represents list of team
- Teams() - Constructor for class org.azd.core.types.Teams
- TeamSettingsIteration - Class in org.azd.work.types
-
Represents a shallow ref for a single iteration.
- TeamSettingsIteration() - Constructor for class org.azd.work.types.TeamSettingsIteration
- TeamSettingsIterations - Class in org.azd.work.types
-
List of team settings iterations
- TeamSettingsIterations() - Constructor for class org.azd.work.types.TeamSettingsIterations
- TEST - Enum constant in enum class org.azd.enums.PackageOperation
- TEST - Enum constant in enum class org.azd.enums.WorkItemOperation
- TEST - Static variable in class org.azd.common.ResourceId
- TEST_PLANS - Enum constant in enum class org.azd.enums.FeatureManagement
- TEST_RESULTS - Static variable in class org.azd.common.ResourceId
- TEST_RUNS - Static variable in class org.azd.common.ApiVersion
- TestApi - Class in org.azd.test
- TestApi(Connection) - Constructor for class org.azd.test.TestApi
-
Pass the connection object to work with Service hooks Api
- TESTCASEFILTER - Enum constant in enum class org.azd.enums.RunFilter
-
filter for the test cases
- TestDetails - Interface in org.azd.interfaces
- TestEnvironment - Class in org.azd.test.types
-
Test Resolution State Details.
- TestEnvironment() - Constructor for class org.azd.test.types.TestEnvironment
- TestOutcome - Enum Class in org.azd.enums
-
Test run details.
- TESTPROFESSIONAL - Enum constant in enum class org.azd.enums.MsdnLicenseType
-
Test professional
- TestResolutionState - Class in org.azd.test.types
-
Test run details.
- TestResolutionState() - Constructor for class org.azd.test.types.TestResolutionState
- TestRun - Class in org.azd.test.types
-
The types of sub states for test run.
- TestRun() - Constructor for class org.azd.test.types.TestRun
- TestRuns - Class in org.azd.test.types
-
Represents an array of test run
- TestRuns() - Constructor for class org.azd.test.types.TestRuns
- TestRunStatistic - Class in org.azd.test.types
-
Test run statistics.
- TestRunStatistic() - Constructor for class org.azd.test.types.TestRunStatistic
- TestRunSubstate - Enum Class in org.azd.enums
-
Tag attached to a run or result.
- TestTag - Class in org.azd.test.types
-
None
- TestTag() - Constructor for class org.azd.test.types.TestTag
- TEXT - Enum constant in enum class org.azd.enums.GitBlobRefFormat
- TEXT_CONTENT - Enum constant in enum class org.azd.enums.CustomHeader
-
To accept the plain text response "Accept", "text/plain"
- TFVC - Static variable in class org.azd.common.ResourceId
- THURSDAY - Enum constant in enum class org.azd.enums.ScheduleDays
-
Scheduled on Thursday.
- TIMEDOUT - Enum constant in enum class org.azd.enums.TestRunSubstate
-
Run state when run has timedOut.
- Timeline - Class in org.azd.build.types
-
Represents the timeline of a build.
- Timeline() - Constructor for class org.azd.build.types.Timeline
- TimelineAttempt - Class in org.azd.build.types
-
Represents an entry in a build's timeline.
- TimelineAttempt() - Constructor for class org.azd.build.types.TimelineAttempt
- TimelineRecord - Class in org.azd.build.types
-
The state of the record.
- TimelineRecord() - Constructor for class org.azd.build.types.TimelineRecord
- TimelineRecordState - Enum Class in org.azd.enums
-
Represents a reference to a timeline.
- TimelineReference - Class in org.azd.build.types
-
None
- TimelineReference() - Constructor for class org.azd.build.types.TimelineReference
- TIMEOUT - Enum constant in enum class org.azd.enums.TestOutcome
-
The test timed out
- toJsonTree() - Method in class org.azd.common.types.BaseAbstractMethod
- TOKEN - Static variable in class org.azd.common.ResourceId
- tokenRefreshed(AuthorizedToken) - Method in interface org.azd.connection.Connection.TokenRefreshedHandler
- TOP - Enum constant in enum class org.azd.enums.SourceProviderResultSet
-
Include most relevant repositories for user
- toString() - Method in class org.azd.common.types.BaseAbstractMethod
- toString() - Method in class org.azd.git.types.GitRefUpdate
- toString() - Method in class org.azd.git.types.GitRefUpdateResult
- toString() - Method in class org.azd.git.types.GitRefUpdateResults
- toString() - Method in class org.azd.graph.types.GraphGroup
- toString() - Method in class org.azd.graph.types.GraphUser
- toString() - Method in class org.azd.graph.types.GroupReferenceLinks
-
Deprecated.
- toString() - Method in class org.azd.graph.types.SubjectLookup
- toString() - Method in class org.azd.helpers.ApiException
- toString() - Method in class org.azd.release.types.WorkflowTask
- TREE - Enum constant in enum class org.azd.enums.FieldUsage
-
Treenode field usage.
- TREE - Enum constant in enum class org.azd.enums.GitObjectType
- TREE - Enum constant in enum class org.azd.enums.QueryType
-
Gets a tree of work items showing their link hierarchy.
- TREEPATH - Enum constant in enum class org.azd.enums.FieldType
-
Treepath field type.
- TRIAL - Enum constant in enum class org.azd.enums.LicensingSource
-
Trial
- TRIGGERED - Enum constant in enum class org.azd.enums.BuildReason
-
The build was triggered for retention policy purposes.
- TriggerInfo - Class in org.azd.build.types
-
Sourceprovider-specific information about what triggered the build
- TriggerInfo() - Constructor for class org.azd.build.types.TriggerInfo
- Triggers - Class in org.azd.build.types
-
Represents a trigger for a build definition.
- Triggers() - Constructor for class org.azd.build.types.Triggers
- TRIGGERS - Enum constant in enum class org.azd.enums.ReleaseDefinitionExpands
-
Include triggers in return object.
- TUESDAY - Enum constant in enum class org.azd.enums.ScheduleDays
-
Scheduled on Tuesday.
U
- U_PACK - Static variable in class org.azd.common.ResourceId
- ULTIMATE - Enum constant in enum class org.azd.enums.MsdnLicenseType
-
Ultimate
- UNCHANGED - Enum constant in enum class org.azd.enums.ProjectState
-
Project has not been changed.
- UNCHANGED - Enum constant in enum class org.azd.enums.ProjectVisibility
- UNDEFINED - Enum constant in enum class org.azd.enums.ApprovalStatus
-
Indicates the approval does not have the status set.
- UNDEFINED - Enum constant in enum class org.azd.enums.ApprovalType
-
Indicates the approval type does not set.
- UNDEFINED - Enum constant in enum class org.azd.enums.ConditionType
-
Environment trigger type undefined.
- UNDEFINED - Enum constant in enum class org.azd.enums.DeploymentOperationStatus
-
The deployment operation status is undefined.
- UNDEFINED - Enum constant in enum class org.azd.enums.DeploymentStatus
-
The deployment status is undefined.
- UNDEFINED - Enum constant in enum class org.azd.enums.DeployPhaseStatus
-
Phase status not set.
- UNDEFINED - Enum constant in enum class org.azd.enums.DeployPhaseTypes
-
Phase type not defined.
- UNDEFINED - Enum constant in enum class org.azd.enums.EnvironmentStatus
-
Environment status not set.
- UNDEFINED - Enum constant in enum class org.azd.enums.EnvironmentTriggerType
-
Environment trigger type undefined.
- UNDEFINED - Enum constant in enum class org.azd.enums.ReleaseApprovalStatus
-
Indicates the approval does not have the status set.
- UNDEFINED - Enum constant in enum class org.azd.enums.ReleaseApprovalType
-
Indicates the approval type does not set.
- UNDEFINED - Enum constant in enum class org.azd.enums.ReleaseDefinitionSource
-
Indicates ReleaseDefinition source not defined.
- UNDEFINED - Enum constant in enum class org.azd.enums.ReleaseEnvironmentStatus
-
Environment status not set.
- UNDEFINED - Enum constant in enum class org.azd.enums.ReleaseStatus
-
Release status not set.
- UNDEFINED - Enum constant in enum class org.azd.enums.ReleaseTriggerType
-
Release trigger type not set.
- UNDELETE - Enum constant in enum class org.azd.enums.VersionControlChangeType
- UNDERMAINTENANCE - Enum constant in enum class org.azd.enums.FeedCapabilities
-
This feed is currently under maintenance and may have reduced functionality
- uninstallExtension(String, String) - Method in class org.azd.extensionmanagement.ExtensionManagementApi
-
Uninstall the specified extension
- uninstallExtension(String, String) - Method in interface org.azd.interfaces.ExtensionManagementDetails
- uninstallExtension(String, String, String, String) - Method in class org.azd.extensionmanagement.ExtensionManagementApi
-
Uninstall the specified extension
- uninstallExtension(String, String, String, String) - Method in interface org.azd.interfaces.ExtensionManagementDetails
- UNKNOWN - Enum constant in enum class org.azd.enums.ManualInterventionStatus
-
The manual intervention does not have the status set.
- UNKNOWN - Enum constant in enum class org.azd.enums.PullRequestMergeFailureType
-
Pull request merge failure type unknown.
- UNKNOWN - Enum constant in enum class org.azd.enums.TaskStatus
-
The task does not have the status set.
- UNSPECIFIED - Enum constant in enum class org.azd.enums.TestOutcome
-
Only used during an update to preserve the existing value.
- UPACK - Static variable in class org.azd.common.ApiVersion
- UPackApi - Class in org.azd.upack
-
UpackApi class to manage Universal Package artifact package api
- UPackApi(Connection) - Constructor for class org.azd.upack.UPackApi
-
Pass the connection object to work with Universal Package Api
- UpackDetails - Interface in org.azd.interfaces
- UPackPackageVersionDeletionState - Class in org.azd.upack.types
-
Deletion state of a Universal package.
- UPackPackageVersionDeletionState() - Constructor for class org.azd.upack.types.UPackPackageVersionDeletionState
- updateAgent(int, int, TaskAgent) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Update agent details.
- updateAgent(int, int, TaskAgent) - Method in interface org.azd.interfaces.DistributedTaskDetails
- updateApproval(int, ReleaseApprovalStatus, String) - Method in interface org.azd.interfaces.ReleaseDetails
- updateApproval(int, ReleaseApprovalStatus, String) - Method in class org.azd.release.ReleaseApi
-
Update status of an approval
- updateBranchLock(String, String, boolean) - Method in class org.azd.git.GitApi
-
Lock or Unlock a branch with repository name and branch name.
- updateBranchLock(String, String, boolean) - Method in interface org.azd.interfaces.GitDetails
- updateBuild(Build, int, boolean) - Method in class org.azd.build.BuildApi
-
Updates a build.
- updateBuild(Build, int, boolean) - Method in interface org.azd.interfaces.BuildDetails
- updateBuildDefinition(BuildDefinition) - Method in class org.azd.build.BuildApi
-
Updates an existing build definition.
- updateBuildDefinition(BuildDefinition) - Method in interface org.azd.interfaces.BuildDetails
- updateBuildDefinition(BuildDefinition, int, int) - Method in class org.azd.build.BuildApi
-
Updates an existing build definition.
- updateBuildDefinition(BuildDefinition, int, int) - Method in interface org.azd.interfaces.BuildDetails
- updateBuilds(Builds) - Method in class org.azd.build.BuildApi
-
Updates multiple builds.
- updateBuilds(Builds) - Method in interface org.azd.interfaces.BuildDetails
- updateBuildStage(int, String, boolean, StageUpdateType) - Method in class org.azd.build.BuildApi
-
Update a build stage.
- updateBuildStage(int, String, boolean, StageUpdateType) - Method in interface org.azd.interfaces.BuildDetails
- updateBuildTags(int, String[], boolean) - Method in class org.azd.build.BuildApi
-
Adds/Removes tags from a build.
- updateBuildTags(int, String[], boolean) - Method in interface org.azd.interfaces.BuildDetails
- updateDefinitionTags(int, String[], boolean) - Method in class org.azd.build.BuildApi
-
Adds/Removes tags from a build.
- updateDefinitionTags(int, String[], boolean) - Method in interface org.azd.interfaces.BuildDetails
- updateDeploymentGroup(int, String, String) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Update a deployment group.
- updateDeploymentGroup(int, String, String) - Method in interface org.azd.interfaces.DistributedTaskDetails
- updateEnvironment(int, String, String) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Update the specified environment.
- updateEnvironment(int, String, String) - Method in interface org.azd.interfaces.DistributedTaskDetails
- updateExtension(String, String, ExtensionStateFlags) - Method in class org.azd.extensionmanagement.ExtensionManagementApi
-
Enable/disable an extension
- updateExtension(String, String, ExtensionStateFlags) - Method in interface org.azd.interfaces.ExtensionManagementDetails
- updateFeed(String, Feed) - Method in class org.azd.feedmanagement.FeedManagementApi
-
Change the attributes of a feed.
- updateFeed(String, Feed) - Method in interface org.azd.interfaces.FeedManagementDetails
- updateFeedView(String, String, FeedView) - Method in class org.azd.feedmanagement.FeedManagementApi
-
Update a view.
- updateFeedView(String, String, FeedView) - Method in interface org.azd.interfaces.FeedManagementDetails
- updateFolder(String, Folder) - Method in class org.azd.build.BuildApi
-
Updates an existing folder at given existing path
- updateFolder(String, Folder) - Method in interface org.azd.interfaces.BuildDetails
- updateManualIntervention(int, int, String, ManualInterventionStatus) - Method in interface org.azd.interfaces.ReleaseDetails
- updateManualIntervention(int, int, String, ManualInterventionStatus) - Method in class org.azd.release.ReleaseApi
-
Update manual intervention.
- updatePackageVersion(String, String, String, String) - Method in interface org.azd.interfaces.UpackDetails
- updatePackageVersion(String, String, String, String) - Method in class org.azd.upack.UPackApi
-
Update information for a package version.
- updatePackageVersion(String, String, String, String, String) - Method in interface org.azd.interfaces.MavenDetails
- updatePackageVersion(String, String, String, String, String) - Method in class org.azd.maven.MavenApi
-
Set mutable state on a package version.(eg.
- updatePackageVersion(String, String, String, String, PackagePromote) - Method in interface org.azd.interfaces.MavenDetails
- updatePackageVersion(String, String, String, String, PackagePromote) - Method in class org.azd.maven.MavenApi
-
Set mutable state on a package version.(eg.
- updatePackageVersion(String, String, String, PackagePromote) - Method in interface org.azd.interfaces.UpackDetails
- updatePackageVersion(String, String, String, PackagePromote) - Method in class org.azd.upack.UPackApi
-
Update information for a package version.
- updatePackageVersions(String, String, PackagesBatchOperation, List<Map<String, Object>>) - Method in interface org.azd.interfaces.MavenDetails
- updatePackageVersions(String, String, PackagesBatchOperation, List<Map<String, Object>>) - Method in interface org.azd.interfaces.UpackDetails
- updatePackageVersions(String, String, PackagesBatchOperation, List<Map<String, Object>>) - Method in class org.azd.maven.MavenApi
-
Update several packages from a single feed in a single request.
- updatePackageVersions(String, String, PackagesBatchOperation, List<Map<String, Object>>) - Method in class org.azd.upack.UPackApi
-
Update several packages from a single feed in a single request.
- updatePolicyConfiguration(int, String, boolean, boolean, Map) - Method in interface org.azd.interfaces.PolicyDetails
- updatePolicyConfiguration(int, String, boolean, boolean, Map) - Method in class org.azd.policy.PolicyApi
-
Update a policy configuration by its ID.
- updateProject(String, Project) - Method in class org.azd.core.CoreApi
-
Update an existing project's name, abbreviation, description, or restore a project.
- updateProject(String, Project) - Method in interface org.azd.interfaces.CoreDetails
- updatePullRequest(String, int, Object) - Method in class org.azd.git.GitApi
-
Update a pull request
- updatePullRequest(String, int, Object) - Method in interface org.azd.interfaces.GitDetails
- updatePullRequestReviewer(int, String, String, boolean, boolean) - Method in class org.azd.git.GitApi
-
Edit a reviewer entry.
- updatePullRequestReviewer(int, String, String, boolean, boolean) - Method in interface org.azd.interfaces.GitDetails
- updateRecycleBinPackages(String, PackagesBatchOperation, List<Map<String, Object>>) - Method in interface org.azd.interfaces.MavenDetails
- updateRecycleBinPackages(String, PackagesBatchOperation, List<Map<String, Object>>) - Method in interface org.azd.interfaces.UpackDetails
- updateRecycleBinPackages(String, PackagesBatchOperation, List<Map<String, Object>>) - Method in class org.azd.maven.MavenApi
-
Delete or restore several package versions from the recycle bin.
- updateRecycleBinPackages(String, PackagesBatchOperation, List<Map<String, Object>>) - Method in class org.azd.upack.UPackApi
-
Delete or restore several package versions from the recycle bin.
- updateRef(String, String, String, String) - Method in class org.azd.git.GitApi
-
Creating, updating, or deleting git ref.
- updateRef(String, String, String, String) - Method in interface org.azd.interfaces.GitDetails
- updateRelease(int, Release) - Method in interface org.azd.interfaces.ReleaseDetails
- updateRelease(int, Release) - Method in class org.azd.release.ReleaseApi
-
Update a complete release object.
- updateReleaseDefinition(ReleaseDefinition) - Method in interface org.azd.interfaces.ReleaseDetails
- updateReleaseDefinition(ReleaseDefinition) - Method in class org.azd.release.ReleaseApi
-
Update a release definition.
- updateReleaseEnvironment(int, int, String, String, ReleaseEnvironmentStatus, VariableGroupMap) - Method in interface org.azd.interfaces.ReleaseDetails
- updateReleaseEnvironment(int, int, String, String, ReleaseEnvironmentStatus, VariableGroupMap) - Method in class org.azd.release.ReleaseApi
-
Update the status of a release environment.
- updateReleaseResource(int, String, boolean, String[], ReleaseStatus, String) - Method in interface org.azd.interfaces.ReleaseDetails
- updateReleaseResource(int, String, boolean, String[], ReleaseStatus, String) - Method in class org.azd.release.ReleaseApi
-
Update few properties of a release.
- updateRepository(String, String, String) - Method in class org.azd.git.GitApi
-
Updates the Git repository with either a new repo name or a new default branch.
- updateRepository(String, String, String) - Method in interface org.azd.interfaces.GitDetails
- updateServiceEndpoint(String, Map) - Method in interface org.azd.interfaces.ServiceEndpointDetails
- updateServiceEndpoint(String, Map) - Method in class org.azd.serviceendpoint.ServiceEndpointApi
-
Update the service endpoint
- updateTeams(String, String, String) - Method in class org.azd.core.CoreApi
-
Update a team's name and/or description.
- updateTeams(String, String, String) - Method in interface org.azd.interfaces.CoreDetails
- updateUserEntitlement(String, List<Object>) - Method in interface org.azd.interfaces.MemberEntitlementManagementDetails
- updateUserEntitlement(String, List<Object>) - Method in class org.azd.memberentitlementmanagement.MemberEntitlementManagementApi
-
Edit the entitlements (License, Extensions, Projects, Teams etc) for a user.
- updateUserEntitlement(String, AccountLicenseType, LicensingSource) - Method in interface org.azd.interfaces.MemberEntitlementManagementDetails
- updateUserEntitlement(String, AccountLicenseType, LicensingSource) - Method in class org.azd.memberentitlementmanagement.MemberEntitlementManagementApi
-
Edit the entitlements License for a user.
- updateVariableGroup(int, String, String, VariableGroupMap) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Update a variable group.
- updateVariableGroup(int, String, String, VariableGroupMap) - Method in interface org.azd.interfaces.DistributedTaskDetails
- updateVariableGroup(int, VariableGroupDefinition) - Method in class org.azd.distributedtask.DistributedTaskApi
-
Update a variable group.
- updateVariableGroup(int, VariableGroupDefinition) - Method in interface org.azd.interfaces.DistributedTaskDetails
- updateWikiPage(String, String, String, String, String) - Method in interface org.azd.interfaces.WikiDetails
- updateWikiPage(String, String, String, String, String) - Method in class org.azd.wiki.WikiApi
-
Edits a wiki page.
- updateWorkItem(int, Map<String, Object>) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- updateWorkItem(int, Map<String, Object>) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Update a single work item with the internal field names.
- updateWorkItem(int, Map<String, Object>, WorkItemOperation) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- updateWorkItem(int, Map<String, Object>, WorkItemOperation) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Update a single work item with the internal field names.
- updateWorkItem(int, WorkItemExpand, boolean, boolean, boolean, Map<String, Object>) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- updateWorkItem(int, WorkItemExpand, boolean, boolean, boolean, Map<String, Object>) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Update a single work item with the internal field names.
- updateWorkItem(int, WorkItemExpand, boolean, boolean, boolean, Map<String, Object>, WorkItemOperation) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- updateWorkItem(int, WorkItemExpand, boolean, boolean, boolean, Map<String, Object>, WorkItemOperation) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Update a single work item with the internal field names.
- updateWorkItemField(String, boolean) - Method in interface org.azd.interfaces.WorkItemTrackingDetails
- updateWorkItemField(String, boolean) - Method in class org.azd.workitemtracking.WorkItemTrackingApi
-
Update a field.
- UpdateWorkItemField - Class in org.azd.workitemtracking.types
- UpdateWorkItemField() - Constructor for class org.azd.workitemtracking.types.UpdateWorkItemField
- uploadPackage(String, String, String, String, String, InputStream) - Method in interface org.azd.interfaces.MavenDetails
- uploadPackage(String, String, String, String, String, InputStream) - Method in class org.azd.maven.MavenApi
-
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),
- UpstreamingBehavior - Class in org.azd.maven.types
-
Describes upstreaming behavior for a given feed/protocol/package
- UpstreamingBehavior() - Constructor for class org.azd.maven.types.UpstreamingBehavior
- UpstreamSource - Class in org.azd.feedmanagement.types
-
Source type, such as Public or Internal.
- UpstreamSource() - Constructor for class org.azd.feedmanagement.types.UpstreamSource
- UpstreamSourceInfo - Class in org.azd.maven.types
-
Upstream source definition, including its Identity, package type, and other associated information.
- UpstreamSourceInfo() - Constructor for class org.azd.maven.types.UpstreamSourceInfo
- UpstreamSourceType - Enum Class in org.azd.enums
-
Source type, such as Public or Internal.
- UpstreamStatus - Enum Class in org.azd.enums
-
Specifies the status of the upstream.
- UpstreamStatusDetail - Class in org.azd.feedmanagement.types
-
None
- UpstreamStatusDetail() - Constructor for class org.azd.feedmanagement.types.UpstreamStatusDetail
- UPSTREAMV2 - Enum constant in enum class org.azd.enums.FeedCapabilities
-
This feed can serve packages from upstream sources Upstream packages must be manually promoted to views
- UpstreamVersionVisibility - Enum Class in org.azd.enums
-
Indicates whether external upstream versions should be considered for this package
- url - Variable in class org.azd.graph.types.GraphEntity
-
This url is the full route to the source resource of this graph subject.
- URL_ENCODED - Enum constant in enum class org.azd.enums.CustomHeader
-
For url encoded request/response "Content-Type", "application/x-www-form-urlencoded"
- URLHelper - Class in org.azd.helpers
-
Url helper class to encode the special characters in the url.
- URLHelper() - Constructor for class org.azd.helpers.URLHelper
- USE - Enum constant in enum class org.azd.enums.DeploymentGroupActionFilter
-
Only deployment groups for which caller has use permission.
- USE - Enum constant in enum class org.azd.enums.ServiceEndpointActionFilter
- USE - Enum constant in enum class org.azd.enums.VariableGroupActionFilter
- USER - Static variable in class org.azd.common.ResourceId
- USER_ENTITLEMENTS - Static variable in class org.azd.common.ApiVersion
- USERCREATED - Enum constant in enum class org.azd.enums.BuildReason
-
The build was created by a user.
- UserEntitlement - Class in org.azd.memberentitlementmanagement.types
-
A user entity with additional properties including their license, extensions, and project membership
- UserEntitlement() - Constructor for class org.azd.memberentitlementmanagement.types.UserEntitlement
- UserEntitlementOperationResult - Class in org.azd.memberentitlementmanagement.types
-
Represents the result after adding a user
- UserEntitlementOperationResult() - Constructor for class org.azd.memberentitlementmanagement.types.UserEntitlementOperationResult
- UserEntitlements - Class in org.azd.memberentitlementmanagement.types
-
List of user entitlement
- UserEntitlements() - Constructor for class org.azd.memberentitlementmanagement.types.UserEntitlements
- UserEntitlementsResponse - Class in org.azd.memberentitlementmanagement.types
-
Represents the response after adding a user
- UserEntitlementsResponse() - Constructor for class org.azd.memberentitlementmanagement.types.UserEntitlementsResponse
- USERINTERFACE - Enum constant in enum class org.azd.enums.ReleaseDefinitionSource
-
Indicates ReleaseDefinition created using UI.
- UsersSummary - Class in org.azd.memberentitlementmanagement.types
-
Summary of licenses and extensions assigned to users in the organization
- UsersSummary() - Constructor for class org.azd.memberentitlementmanagement.types.UsersSummary
- UtilizationPermissions - Enum constant in enum class org.azd.security.SecurityToken.Scope
V
- VALIDATESHELVESET - Enum constant in enum class org.azd.enums.BuildReason
-
was started manually for private validation,
- ValidationResult - Enum Class in org.azd.enums
-
None
- valueOf(String) - Static method in enum class org.azd.build.types.IssueType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.AccountLicenseType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ApiExceptionTypes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ApprovalExecutionOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ApprovalFilters
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ApprovalStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ApprovalType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.AttachmentUploadType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.BuildAuthorizationScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.BuildReason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.BuildResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.BuildStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ConditionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.CustomHeader
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.DefinitionQuality
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.DefinitionQueueStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.DefinitionTriggerType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.DefinitionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.DeploymentGroupActionFilter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.DeploymentGroupExpands
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.DeploymentOperationStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.DeploymentReason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.DeploymentStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.DeployPhaseStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.DeployPhaseTypes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.EnvironmentExpands
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.EnvironmentStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.EnvironmentTriggerType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ExtensionStateFlags
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.FeatureManagement
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.FeedCapabilities
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.FeedRole
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.FeedViewType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.FeedVisibility
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.FieldType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.FieldUsage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.GateStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.GetFieldsExpand
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.GitAsyncOperationStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.GitBlobRefFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.GitHistoryMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.GitObjectType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.GitPullRequestMergeStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.GitStatusState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.GitVersionOptions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.GitVersionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.GroupType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.Instance
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ItemContentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.IterationsTimeFrame
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.LicensingSource
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.LinkQueryMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.LogicalOperation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ManualInterventionStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.MsdnLicenseType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.PackageOperation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.PackagePromote
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.PackagesBatchOperation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.PipelinesExpandOptions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ProjectState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ProjectVisibility
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.PullRequestAsyncStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.PullRequestMergeFailureType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.PullRequestStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.QueryErrorPolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.QueryExpand
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.QueryRecursionOption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.QueryType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.QueuePriority
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ReleaseApprovalFilters
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ReleaseApprovalStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ReleaseApprovalType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ReleaseDefinitionExpands
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ReleaseDefinitionQueryOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ReleaseDefinitionSource
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ReleaseEnvironmentStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ReleaseExpands
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ReleaseQueryOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ReleaseReason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ReleaseStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ReleaseTriggerType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.RequestMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ResultMetadata
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.RunFilter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ScheduleDays
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ServiceEndpointActionFilter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.SingleReleaseExpands
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.SourceProviderResultSet
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.StageUpdateType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.TaskAgentPoolOptions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.TaskAgentPoolType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.TaskAgentStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.TaskAgentUpdateReasonType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.TaskResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.TaskStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.TestOutcome
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.TestRunSubstate
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.TimelineRecordState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.UpstreamSourceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.UpstreamStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.UpstreamVersionVisibility
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.ValidationResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.VariableGroupActionFilter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.VariableGroupQueryOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.VariableGroupType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.VariableValue
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.VersionControlChangeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.VersionControlRecursionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.WikiType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.WorkItemErrorPolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.WorkItemExpand
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.enums.WorkItemOperation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.azd.security.SecurityToken.Scope
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.azd.build.types.IssueType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.AccountLicenseType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ApiExceptionTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ApprovalExecutionOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ApprovalFilters
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ApprovalStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ApprovalType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.AttachmentUploadType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.BuildAuthorizationScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.BuildReason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.BuildResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.BuildStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ConditionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.CustomHeader
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.DefinitionQuality
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.DefinitionQueueStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.DefinitionTriggerType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.DefinitionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.DeploymentGroupActionFilter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.DeploymentGroupExpands
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.DeploymentOperationStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.DeploymentReason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.DeploymentStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.DeployPhaseStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.DeployPhaseTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.EnvironmentExpands
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.EnvironmentStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.EnvironmentTriggerType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ExtensionStateFlags
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.FeatureManagement
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.FeedCapabilities
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.FeedRole
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.FeedViewType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.FeedVisibility
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.FieldType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.FieldUsage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.GateStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.GetFieldsExpand
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.GitAsyncOperationStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.GitBlobRefFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.GitHistoryMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.GitObjectType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.GitPullRequestMergeStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.GitStatusState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.GitVersionOptions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.GitVersionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.GroupType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.Instance
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ItemContentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.IterationsTimeFrame
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.LicensingSource
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.LinkQueryMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.LogicalOperation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ManualInterventionStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.MsdnLicenseType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.PackageOperation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.PackagePromote
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.PackagesBatchOperation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.PipelinesExpandOptions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ProjectState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ProjectVisibility
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.PullRequestAsyncStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.PullRequestMergeFailureType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.PullRequestStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.QueryErrorPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.QueryExpand
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.QueryRecursionOption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.QueryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.QueuePriority
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ReleaseApprovalFilters
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ReleaseApprovalStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ReleaseApprovalType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ReleaseDefinitionExpands
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ReleaseDefinitionQueryOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ReleaseDefinitionSource
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ReleaseEnvironmentStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ReleaseExpands
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ReleaseQueryOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ReleaseReason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ReleaseStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ReleaseTriggerType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.RequestMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ResultMetadata
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.RunFilter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ScheduleDays
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ServiceEndpointActionFilter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.SingleReleaseExpands
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.SourceProviderResultSet
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.StageUpdateType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.TaskAgentPoolOptions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.TaskAgentPoolType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.TaskAgentStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.TaskAgentUpdateReasonType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.TaskResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.TaskStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.TestOutcome
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.TestRunSubstate
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.TimelineRecordState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.UpstreamSourceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.UpstreamStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.UpstreamVersionVisibility
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.ValidationResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.VariableGroupActionFilter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.VariableGroupQueryOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.VariableGroupType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.VariableValue
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.VersionControlChangeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.VersionControlRecursionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.WikiType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.WorkItemErrorPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.WorkItemExpand
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.enums.WorkItemOperation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.azd.security.SecurityToken.Scope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VARIABLE_GROUPS - Static variable in class org.azd.common.ApiVersion
- VariableGroup - Class in org.azd.build.types
-
None
- VariableGroup - Class in org.azd.distributedtask.types
-
A variable group is a collection of related variables.
- VariableGroup - Class in org.azd.release.types
-
None
- VariableGroup() - Constructor for class org.azd.build.types.VariableGroup
- VariableGroup() - Constructor for class org.azd.distributedtask.types.VariableGroup
- VariableGroup() - Constructor for class org.azd.release.types.VariableGroup
- VariableGroupActionFilter - Enum Class in org.azd.enums
-
Action filter for the variable group.
- VariableGroupDefinition - Class in org.azd.distributedtask.types
-
Represents the request body for adding and updating a variable group.
- VariableGroupDefinition() - Constructor for class org.azd.distributedtask.types.VariableGroupDefinition
- VariableGroupMap - Class in org.azd.distributedtask.types
-
Variable group map to create variable groups easily.
- VariableGroupMap() - Constructor for class org.azd.distributedtask.types.VariableGroupMap
- VariableGroupProjectReference - Class in org.azd.distributedtask.types
-
A variable group reference is a shallow reference to variable group.
- VariableGroupProjectReference - Class in org.azd.release.types
-
None
- VariableGroupProjectReference() - Constructor for class org.azd.distributedtask.types.VariableGroupProjectReference
- VariableGroupProjectReference() - Constructor for class org.azd.release.types.VariableGroupProjectReference
- VariableGroupProviderData - Class in org.azd.distributedtask.types
-
Sets provider data.
- VariableGroupProviderData() - Constructor for class org.azd.distributedtask.types.VariableGroupProviderData
- VariableGroupQueryOrder - Enum Class in org.azd.enums
-
Gets the results in the defined order.
- VariableGroups - Class in org.azd.distributedtask.types
-
Container of Variable groups
- VariableGroups() - Constructor for class org.azd.distributedtask.types.VariableGroups
- VariableGroupType - Enum Class in org.azd.enums
- VARIABLES - Enum constant in enum class org.azd.enums.ReleaseDefinitionExpands
-
Include variables in return object.
- VARIABLES - Enum constant in enum class org.azd.enums.ReleaseExpands
- VariableValue - Class in org.azd.release.types
-
None
- VariableValue - Enum Class in org.azd.enums
-
Defines provider data of the variable group.
- VariableValue() - Constructor for class org.azd.release.types.VariableValue
- VersionControl - Class in org.azd.core.types
- VersionControl() - Constructor for class org.azd.core.types.VersionControl
- VersionControlChangeType - Enum Class in org.azd.enums
-
None
- VersionControlItems - Enum constant in enum class org.azd.security.SecurityToken.Scope
- VersionControlPrivileges - Enum constant in enum class org.azd.security.SecurityToken.Scope
- VersionControlRecursionType - Enum Class in org.azd.enums
-
Recursion level for subpages retrieval.
- VIEW - Enum constant in enum class org.azd.enums.ServiceEndpointActionFilter
- Vsts - Enum constant in enum class org.azd.enums.VariableGroupType
-
For creating variable group of type Vsts.
W
- WARNING - Enum constant in enum class org.azd.build.types.IssueType
- WARNING - Enum constant in enum class org.azd.enums.TestOutcome
-
To be used by Run level results.
- WARNING - Enum constant in enum class org.azd.enums.ValidationResult
- WebApiCreateTagRequestData - Class in org.azd.git.types
-
The representation of data needed to create a tag definition which is sent across the wire.
- WebApiCreateTagRequestData() - Constructor for class org.azd.git.types.WebApiCreateTagRequestData
- WebApiTagDefinition - Class in org.azd.git.types
-
The representation of a tag definition which is sent across the wire.
- WebApiTagDefinition() - Constructor for class org.azd.git.types.WebApiTagDefinition
- WebApiTagDefinitions - Class in org.azd.git.types
-
List of tag definitions
- WebApiTagDefinitions() - Constructor for class org.azd.git.types.WebApiTagDefinitions
- WebApiTeam - Class in org.azd.core.types
-
Represents a team
- WebApiTeam() - Constructor for class org.azd.core.types.WebApiTeam
- WEDNESDAY - Enum constant in enum class org.azd.enums.ScheduleDays
-
Scheduled on Wednesday.
- WELLFORMED - Enum constant in enum class org.azd.enums.ProjectState
-
Project is completely created and ready to use.
- WIKI - Static variable in class org.azd.common.ApiVersion
- WIKI - Static variable in class org.azd.common.ResourceId
- WIKI_ATTACHMENTS - Static variable in class org.azd.common.ApiVersion
- WikiApi - Class in org.azd.wiki
-
Wiki class to manage Wiki API
- WikiApi(Connection) - Constructor for class org.azd.wiki.WikiApi
-
Pass the connection object to work with Work Api
- WikiAttachment - Class in org.azd.wiki.types
-
Defines properties for wiki attachment file.
- WikiAttachment() - Constructor for class org.azd.wiki.types.WikiAttachment
- WikiCreateParameters - Class in org.azd.wiki.types
- WikiCreateParameters(String, String, String, String, WikiType, GitVersionDescriptor) - Constructor for class org.azd.wiki.types.WikiCreateParameters
- WikiCreateParameters(String, String, WikiType) - Constructor for class org.azd.wiki.types.WikiCreateParameters
- WikiDetails - Interface in org.azd.interfaces
- WikiPage - Class in org.azd.wiki.types
-
Defines a page in a wiki.
- WikiPage() - Constructor for class org.azd.wiki.types.WikiPage
- WikiPageContent - Class in org.azd.wiki.types
- WikiPageContent() - Constructor for class org.azd.wiki.types.WikiPageContent
- WikiPageDetail - Class in org.azd.wiki.types
-
Defines a page with its metedata in a wiki.
- WikiPageDetail() - Constructor for class org.azd.wiki.types.WikiPageDetail
- WikiPageMove - Class in org.azd.wiki.types
-
Request contract for Wiki Page Move.
- WikiPageMove() - Constructor for class org.azd.wiki.types.WikiPageMove
- WikiPageMoveParameters - Class in org.azd.wiki.types
-
Contract encapsulating parameters for the page move operation.
- WikiPageMoveParameters() - Constructor for class org.azd.wiki.types.WikiPageMoveParameters
- WikiPageStat - Class in org.azd.wiki.types
-
Defines properties for wiki page stat.
- WikiPageStat() - Constructor for class org.azd.wiki.types.WikiPageStat
- WikiType - Enum Class in org.azd.enums
- WikiV2 - Class in org.azd.wiki.types
-
Defines a wiki resource.
- WikiV2() - Constructor for class org.azd.wiki.types.WikiV2
- WikiV2Pages - Class in org.azd.wiki.types
-
List of wiki pages
- WikiV2Pages() - Constructor for class org.azd.wiki.types.WikiV2Pages
- WIQL - Enum constant in enum class org.azd.enums.QueryExpand
- WIT - Static variable in class org.azd.common.ResourceId
- WIT_QUERY_BATCH - Static variable in class org.azd.common.ApiVersion
- WIT_RECYCLE_BIN - Static variable in class org.azd.common.ApiVersion
- WIT_WIQL - Static variable in class org.azd.common.ApiVersion
- WORK - Static variable in class org.azd.common.ApiVersion
- WORK - Static variable in class org.azd.common.ResourceId
- WORK_ITEM_ATTACHMENT - Static variable in class org.azd.common.ApiVersion
- WORK_ITEM_MIGRATE - Static variable in class org.azd.common.ApiVersion
- WORK_ITEM_TRACKING - Static variable in class org.azd.common.ApiVersion
- WORK_ITEM_TYPES - Static variable in class org.azd.common.ApiVersion
- WORK_TRACKING - Static variable in class org.azd.common.ResourceId
- WorkApi - Class in org.azd.work
-
Work class to manage work API
- WorkApi(Connection) - Constructor for class org.azd.work.WorkApi
-
Pass the connection object to work with Work Api
- WorkDetails - Interface in org.azd.interfaces
- WorkflowTask - Class in org.azd.release.types
-
None
- WorkflowTask() - Constructor for class org.azd.release.types.WorkflowTask
- WorkflowTaskReference - Class in org.azd.release.types
-
None
- WorkflowTaskReference() - Constructor for class org.azd.release.types.WorkflowTaskReference
- WorkItem - Class in org.azd.workitemtracking.types
-
Describes a work item.
- WorkItem() - Constructor for class org.azd.workitemtracking.types.WorkItem
- WORKITEM - Enum constant in enum class org.azd.enums.FieldUsage
-
Work item field usage.
- WorkItemAttributes - Class in org.azd.workitemtracking.types
-
Collection of link attributes.
- WorkItemAttributes() - Constructor for class org.azd.workitemtracking.types.WorkItemAttributes
- WorkItemCommentVersionRef - Class in org.azd.workitemtracking.types
-
Represents the reference to a specific version of a comment on a Work Item.
- WorkItemCommentVersionRef() - Constructor for class org.azd.workitemtracking.types.WorkItemCommentVersionRef
- WorkItemDelete - Class in org.azd.workitemtracking.types
-
Full deleted work item object
- WorkItemDelete() - Constructor for class org.azd.workitemtracking.types.WorkItemDelete
- WorkItemDeleteReference - Class in org.azd.workitemtracking.types
-
Full deleted work item object.
- WorkItemDeleteReference() - Constructor for class org.azd.workitemtracking.types.WorkItemDeleteReference
- WorkItemDeleteReferences - Class in org.azd.workitemtracking.types
-
Work item delete references
- WorkItemDeleteReferences() - Constructor for class org.azd.workitemtracking.types.WorkItemDeleteReferences
- WorkItemDeleteShallowReference - Class in org.azd.workitemtracking.types
-
Shallow Reference to a deleted work item.
- WorkItemDeleteShallowReference() - Constructor for class org.azd.workitemtracking.types.WorkItemDeleteShallowReference
- WorkItemDeleteShallowReferences - Class in org.azd.workitemtracking.types
-
Work item shallow references
- WorkItemDeleteShallowReferences() - Constructor for class org.azd.workitemtracking.types.WorkItemDeleteShallowReferences
- WorkItemErrorPolicy - Enum Class in org.azd.enums
- WorkItemExpand - Enum Class in org.azd.enums
- WorkItemField - Class in org.azd.workitemtracking.types
-
Describes a field on a work item and it's properties specific to that work item type.
- WorkItemField() - Constructor for class org.azd.workitemtracking.types.WorkItemField
- WorkItemFieldOperation - Class in org.azd.workitemtracking.types
-
Describes a work item field operation.
- WorkItemFieldOperation() - Constructor for class org.azd.workitemtracking.types.WorkItemFieldOperation
- WorkItemFieldReference - Class in org.azd.workitemtracking.types
-
Reference to a field in a work item
- WorkItemFieldReference() - Constructor for class org.azd.workitemtracking.types.WorkItemFieldReference
- WorkItemFields - Class in org.azd.workitemtracking.types
-
Represents a Work item internal field elements
- WorkItemFields() - Constructor for class org.azd.workitemtracking.types.WorkItemFields
- WorkItemFieldTypes - Class in org.azd.workitemtracking.types
- WorkItemFieldTypes() - Constructor for class org.azd.workitemtracking.types.WorkItemFieldTypes
- WorkItemIcon - Class in org.azd.workitemtracking.types
-
Reference to a work item icon.
- WorkItemIcon() - Constructor for class org.azd.workitemtracking.types.WorkItemIcon
- WorkItemLink - Class in org.azd.work.types
-
A link between two work items.
- WorkItemLink - Class in org.azd.workitemtracking.types
-
A link between two work items.
- WorkItemLink() - Constructor for class org.azd.work.types.WorkItemLink
- WorkItemLink() - Constructor for class org.azd.workitemtracking.types.WorkItemLink
- WORKITEMLINK - Enum constant in enum class org.azd.enums.FieldUsage
-
Work item link field usage.
- WorkItemList - Class in org.azd.workitemtracking.types
-
List of work item
- WorkItemList() - Constructor for class org.azd.workitemtracking.types.WorkItemList
- WorkItemOperation - Enum Class in org.azd.enums
- WorkItemQueryClause - Class in org.azd.workitemtracking.types
-
Represents a clause in a work item query.
- WorkItemQueryClause() - Constructor for class org.azd.workitemtracking.types.WorkItemQueryClause
- WorkItemQueryFolders - Enum constant in enum class org.azd.security.SecurityToken.Scope
- WorkItemQueryResult - Class in org.azd.workitemtracking.types
-
The result of a work item query.
- WorkItemQueryResult() - Constructor for class org.azd.workitemtracking.types.WorkItemQueryResult
- WorkItemQuerySortColumn - Class in org.azd.workitemtracking.types
-
The sort columns of the query.
- WorkItemQuerySortColumn() - Constructor for class org.azd.workitemtracking.types.WorkItemQuerySortColumn
- WorkItemRecycleBinReference - Class in org.azd.workitemtracking.types
- WorkItemRecycleBinReference() - Constructor for class org.azd.workitemtracking.types.WorkItemRecycleBinReference
- WorkItemReference - Class in org.azd.work.types
-
Contains reference to a work item.
- WorkItemReference - Class in org.azd.workitemtracking.types
-
Contains reference to a work item.
- WorkItemReference() - Constructor for class org.azd.work.types.WorkItemReference
- WorkItemReference() - Constructor for class org.azd.workitemtracking.types.WorkItemReference
- WorkItemRelations - Class in org.azd.workitemtracking.types
-
Relations of the work item.
- WorkItemRelations() - Constructor for class org.azd.workitemtracking.types.WorkItemRelations
- WORKITEMS - Enum constant in enum class org.azd.enums.LinkQueryMode
-
Returns flat list of work items.
- WorkItemStateColor - Class in org.azd.workitemtracking.types
-
Work item type state name, color and state category
- WorkItemStateColor() - Constructor for class org.azd.workitemtracking.types.WorkItemStateColor
- WorkItemTrackingAdministration - Enum constant in enum class org.azd.security.SecurityToken.Scope
- WorkItemTrackingApi - Class in org.azd.workitemtracking
-
WorkItem Tracking class to manage work items API
- WorkItemTrackingApi(Connection) - Constructor for class org.azd.workitemtracking.WorkItemTrackingApi
-
Pass the connection object to work with WorkItem Tracking Api
- WorkItemTrackingDetails - Interface in org.azd.interfaces
- WorkItemTrackingProvision - Enum constant in enum class org.azd.security.SecurityToken.Scope
- WorkItemType - Class in org.azd.workitemtracking.types
-
Describes a work item type.
- WorkItemType() - Constructor for class org.azd.workitemtracking.types.WorkItemType
- WORKITEMTYPEEXTENSION - Enum constant in enum class org.azd.enums.FieldUsage
-
Work Item Type Extension usage.
- WorkItemTypeFieldInstance - Class in org.azd.workitemtracking.types
-
Field instance of a work item type.
- WorkItemTypeFieldInstance() - Constructor for class org.azd.workitemtracking.types.WorkItemTypeFieldInstance
- WorkItemTypes - Class in org.azd.workitemtracking.types
-
List of work item types
- WorkItemTypes() - Constructor for class org.azd.workitemtracking.types.WorkItemTypes
- Workspaces - Enum constant in enum class org.azd.security.SecurityToken.Scope
X
- XAML - Enum constant in enum class org.azd.enums.DefinitionType
-
XAML
Y
- YamlBuild - Class in org.azd.build.types
-
Represents a yaml build.
- YamlBuild() - Constructor for class org.azd.build.types.YamlBuild
Z
- ZIP - Enum constant in enum class org.azd.enums.GitBlobRefFormat
_
- _links - Variable in class org.azd.graph.types.GraphEntity
-
This field contains zero or more interesting links about the graph subject.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form