Edit

Share via


BuildHttpClient Class

Definition

public class BuildHttpClient : Microsoft.TeamFoundation.Build.WebApi.BuildHttpClientBase
type BuildHttpClient = class
    inherit BuildHttpClientBase
Public Class BuildHttpClient
Inherits BuildHttpClientBase
Inheritance
Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase
BuildHttpClient

Constructors

BuildHttpClient(Uri, HttpMessageHandler, Boolean)
BuildHttpClient(Uri, VssCredentials)
BuildHttpClient(Uri, VssCredentials, DelegatingHandler[])
BuildHttpClient(Uri, VssCredentials, VssHttpRequestSettings)
BuildHttpClient(Uri, VssCredentials, VssHttpRequestSettings, DelegatingHandler[])

Methods

AddBuildTagAsync(Guid, Int32, String, Object, CancellationToken)

[Preview API] Adds a tag to a build.

(Inherited from BuildHttpClientBase)
AddBuildTagAsync(String, Int32, String, Object, CancellationToken)

[Preview API] Adds a tag to a build.

(Inherited from BuildHttpClientBase)
AddBuildTagsAsync(IEnumerable<String>, Guid, Int32, Object, CancellationToken)

[Preview API] Adds tags to a build.

(Inherited from BuildHttpClientBase)
AddBuildTagsAsync(IEnumerable<String>, String, Int32, Object, CancellationToken)

[Preview API] Adds tags to a build.

(Inherited from BuildHttpClientBase)
AddDefinitionTagAsync(Guid, Int32, String, Object, CancellationToken)

[Preview API] Adds a tag to a definition

(Inherited from BuildHttpClientBase)
AddDefinitionTagAsync(String, Int32, String, Object, CancellationToken)

[Preview API] Adds a tag to a definition

(Inherited from BuildHttpClientBase)
AddDefinitionTagsAsync(IEnumerable<String>, Guid, Int32, Object, CancellationToken)

[Preview API] Adds multiple tags to a definition.

(Inherited from BuildHttpClientBase)
AddDefinitionTagsAsync(IEnumerable<String>, String, Int32, Object, CancellationToken)

[Preview API] Adds multiple tags to a definition.

(Inherited from BuildHttpClientBase)
AuthorizeDefinitionResourcesAsync(IEnumerable<DefinitionResourceReference>, Guid, Int32, Object, CancellationToken)

[Preview API]

(Inherited from BuildHttpClientBase)
AuthorizeDefinitionResourcesAsync(IEnumerable<DefinitionResourceReference>, String, Int32, Object, CancellationToken)

[Preview API]

(Inherited from BuildHttpClientBase)
AuthorizeProjectResourcesAsync(IEnumerable<DefinitionResourceReference>, Guid, Object, CancellationToken)

[Preview API]

(Inherited from BuildHttpClientBase)
AuthorizeProjectResourcesAsync(IEnumerable<DefinitionResourceReference>, String, Object, CancellationToken)

[Preview API]

(Inherited from BuildHttpClientBase)
CreateArtifactAsync(BuildArtifact, Guid, Int32, Object, CancellationToken)

[Preview API] Associates an artifact with a build.

(Inherited from BuildHttpClientBase)
CreateArtifactAsync(BuildArtifact, Int32, Object, CancellationToken)

Associates an artifact with a build.

(Inherited from BuildHttpClientBase)
CreateArtifactAsync(BuildArtifact, String, Int32, Object, CancellationToken)

[Preview API] Associates an artifact with a build.

(Inherited from BuildHttpClientBase)
CreateDefinitionAsync(BuildDefinition, Guid, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)

[Preview API] Creates a new definition.

(Inherited from BuildHttpClientBase)
CreateDefinitionAsync(BuildDefinition, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)

[Preview API] Creates a new definition.

CreateDefinitionAsync(BuildDefinition, String, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)

[Preview API] Creates a new definition.

(Inherited from BuildHttpClientBase)
CreateFolderAsync(Folder, Guid, String, Object, CancellationToken)

[Preview API] Creates a new folder.

(Inherited from BuildHttpClientBase)
CreateFolderAsync(Folder, String, String, Object, CancellationToken)

[Preview API] Creates a new folder.

(Inherited from BuildHttpClientBase)
DeleteBuildAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Deletes a build.

(Inherited from BuildHttpClientBase)
DeleteBuildAsync(Int32, Object, CancellationToken)

Deletes a build.

(Inherited from BuildHttpClientBase)
DeleteBuildAsync(String, Int32, Object, CancellationToken)

[Preview API] Deletes a build.

(Inherited from BuildHttpClientBase)
DeleteBuildTagAsync(Guid, Int32, String, Object, CancellationToken)

[Preview API] Removes a tag from a build.

(Inherited from BuildHttpClientBase)
DeleteBuildTagAsync(String, Int32, String, Object, CancellationToken)

[Preview API] Removes a tag from a build.

(Inherited from BuildHttpClientBase)
DeleteDefinitionAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Deletes a definition and all associated builds.

(Inherited from BuildHttpClientBase)
DeleteDefinitionAsync(Int32, Object, CancellationToken)

Deletes a definition and all associated builds.

(Inherited from BuildHttpClientBase)
DeleteDefinitionAsync(String, Int32, Object, CancellationToken)

[Preview API] Deletes a definition and all associated builds.

(Inherited from BuildHttpClientBase)
DeleteDefinitionTagAsync(Guid, Int32, String, Object, CancellationToken)

[Preview API] Removes a tag from a definition.

(Inherited from BuildHttpClientBase)
DeleteDefinitionTagAsync(String, Int32, String, Object, CancellationToken)

[Preview API] Removes a tag from a definition.

(Inherited from BuildHttpClientBase)
DeleteFolderAsync(Guid, String, Object, CancellationToken)

[Preview API] Deletes a definition folder. Definitions and their corresponding builds will also be deleted.

(Inherited from BuildHttpClientBase)
DeleteFolderAsync(String, String, Object, CancellationToken)

[Preview API] Deletes a definition folder. Definitions and their corresponding builds will also be deleted.

(Inherited from BuildHttpClientBase)
DeleteTemplateAsync(Guid, String, Object, CancellationToken)

[Preview API] Deletes a build definition template.

(Inherited from BuildHttpClientBase)
DeleteTemplateAsync(String, String, Object, CancellationToken)

[Preview API] Deletes a build definition template.

(Inherited from BuildHttpClientBase)
GetArtifactAsync(Guid, Int32, String, Object, CancellationToken)

[Preview API] Gets a specific artifact for a build.

(Inherited from BuildHttpClientBase)
GetArtifactAsync(Int32, String, Object, CancellationToken)

Gets a specific artifact for a build.

(Inherited from BuildHttpClientBase)
GetArtifactAsync(String, Int32, String, Object, CancellationToken)

[Preview API] Gets a specific artifact for a build.

(Inherited from BuildHttpClientBase)
GetArtifactContentZipAsync(Guid, Int32, String, Object, CancellationToken)

[Preview API] Gets a specific artifact for a build.

(Inherited from BuildHttpClientBase)
GetArtifactContentZipAsync(Int32, String, Object, CancellationToken)

Gets a specific artifact for a build.

(Inherited from BuildHttpClientBase)
GetArtifactContentZipAsync(String, Int32, String, Object, CancellationToken)

[Preview API] Gets a specific artifact for a build.

(Inherited from BuildHttpClientBase)
GetArtifactsAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Gets all artifacts for a build.

(Inherited from BuildHttpClientBase)
GetArtifactsAsync(Int32, Object, CancellationToken)

Gets all artifacts for a build.

(Inherited from BuildHttpClientBase)
GetArtifactsAsync(String, Int32, Object, CancellationToken)

[Preview API] Gets all artifacts for a build.

(Inherited from BuildHttpClientBase)
GetAttachmentAsync(Guid, Int32, Guid, Guid, String, String, Object, CancellationToken)

[Preview API] Gets a specific attachment.

(Inherited from BuildHttpClientBase)
GetAttachmentAsync(String, Int32, Guid, Guid, String, String, Object, CancellationToken)

[Preview API] Gets a specific attachment.

(Inherited from BuildHttpClientBase)
GetAttachmentsAsync(Guid, Int32, String, Object, CancellationToken)

[Preview API] Gets the list of attachments of a specific type that are associated with a build.

(Inherited from BuildHttpClientBase)
GetAttachmentsAsync(String, Int32, String, Object, CancellationToken)

[Preview API] Gets the list of attachments of a specific type that are associated with a build.

(Inherited from BuildHttpClientBase)
GetBadgeAsync(Guid, Int32, String, Object, CancellationToken)
Obsolete.

[Preview API] Gets a badge that indicates the status of the most recent build for a definition.

(Inherited from BuildHttpClientBase)
GetBuildAsync(Guid, Int32, String, Object, CancellationToken)

[Preview API] Gets a build

(Inherited from BuildHttpClientBase)
GetBuildAsync(Int32, String, Object, CancellationToken)

Gets a build

(Inherited from BuildHttpClientBase)
GetBuildAsync(String, Int32, String, Object, CancellationToken)

[Preview API] Gets a build

(Inherited from BuildHttpClientBase)
GetBuildBadgeAsync(Guid, String, String, String, Object, CancellationToken)

[Preview API] Gets a badge that indicates the status of the most recent build for the specified branch.

(Inherited from BuildHttpClientBase)
GetBuildBadgeAsync(String, String, String, String, Object, CancellationToken)

[Preview API] Gets a badge that indicates the status of the most recent build for the specified branch.

(Inherited from BuildHttpClientBase)
GetBuildBadgeDataAsync(Guid, String, String, String, Object, CancellationToken)

[Preview API] Gets a badge that indicates the status of the most recent build for the specified branch.

(Inherited from BuildHttpClientBase)
GetBuildBadgeDataAsync(String, String, String, String, Object, CancellationToken)

[Preview API] Gets a badge that indicates the status of the most recent build for the specified branch.

(Inherited from BuildHttpClientBase)
GetBuildChangesAsync(Guid, Int32, String, Nullable<Int32>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets the changes associated with a build

(Inherited from BuildHttpClientBase)
GetBuildChangesAsync(String, Int32, String, Nullable<Int32>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets the changes associated with a build

(Inherited from BuildHttpClientBase)
GetBuildChangesAsync2(Guid, Int32, String, Nullable<Int32>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] The changes associated with a build

GetBuildChangesAsync2(String, Int32, String, Nullable<Int32>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] The changes associated with a build

GetBuildControllerAsync(Int32, Object, CancellationToken)

[Preview API] Gets a controller

(Inherited from BuildHttpClientBase)
GetBuildControllersAsync(String, Object, CancellationToken)

[Preview API] Gets controller, optionally filtered by name

(Inherited from BuildHttpClientBase)
GetBuildLogAsync(Guid, Int32, Int32, Nullable<Int64>, Nullable<Int64>, Object, CancellationToken)

[Preview API] Gets an individual log file for a build.

(Inherited from BuildHttpClientBase)
GetBuildLogAsync(String, Int32, Int32, Nullable<Int64>, Nullable<Int64>, Object, CancellationToken)

[Preview API] Gets an individual log file for a build.

(Inherited from BuildHttpClientBase)
GetBuildLogLinesAsync(Guid, Int32, Int32, Nullable<Int64>, Nullable<Int64>, Object, CancellationToken)

[Preview API] Gets an individual log file for a build.

(Inherited from BuildHttpClientBase)
GetBuildLogLinesAsync(String, Int32, Int32, Nullable<Int64>, Nullable<Int64>, Object, CancellationToken)

[Preview API] Gets an individual log file for a build.

(Inherited from BuildHttpClientBase)
GetBuildLogsAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Gets the logs for a build.

(Inherited from BuildHttpClientBase)
GetBuildLogsAsync(String, Int32, Object, CancellationToken)

[Preview API] Gets the logs for a build.

(Inherited from BuildHttpClientBase)
GetBuildLogsZipAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Gets the logs for a build.

(Inherited from BuildHttpClientBase)
GetBuildLogsZipAsync(String, Int32, Object, CancellationToken)

[Preview API] Gets the logs for a build.

(Inherited from BuildHttpClientBase)
GetBuildLogZipAsync(Guid, Int32, Int32, Nullable<Int64>, Nullable<Int64>, Object, CancellationToken)

[Preview API] Gets an individual log file for a build.

(Inherited from BuildHttpClientBase)
GetBuildLogZipAsync(String, Int32, Int32, Nullable<Int64>, Nullable<Int64>, Object, CancellationToken)

[Preview API] Gets an individual log file for a build.

(Inherited from BuildHttpClientBase)
GetBuildOptionDefinitionsAsync(Guid, Object, CancellationToken)

[Preview API] Gets all build definition options supported by the system.

(Inherited from BuildHttpClientBase)
GetBuildOptionDefinitionsAsync(Object, CancellationToken)

[Preview API] Gets all build definition options supported by the system.

(Inherited from BuildHttpClientBase)
GetBuildOptionDefinitionsAsync(String, Object, CancellationToken)

[Preview API] Gets all build definition options supported by the system.

(Inherited from BuildHttpClientBase)
GetBuildPropertiesAsync(Guid, Int32, IEnumerable<String>, Object, CancellationToken)

[Preview API] Gets properties for a build.

(Inherited from BuildHttpClientBase)
GetBuildPropertiesAsync(String, Int32, IEnumerable<String>, Object, CancellationToken)

[Preview API] Gets properties for a build.

(Inherited from BuildHttpClientBase)
GetBuildReportAsync(Guid, Int32, String, Object, CancellationToken)

[Preview API] Gets a build report.

(Inherited from BuildHttpClientBase)
GetBuildReportAsync(String, Int32, String, Object, CancellationToken)

[Preview API] Gets a build report.

(Inherited from BuildHttpClientBase)
GetBuildReportHtmlContentAsync(Guid, Int32, String, Object, CancellationToken)

[Preview API] Gets a build report.

(Inherited from BuildHttpClientBase)
GetBuildReportHtmlContentAsync(String, Int32, String, Object, CancellationToken)

[Preview API] Gets a build report.

(Inherited from BuildHttpClientBase)
GetBuildsAsync(Guid, IEnumerable<Int32>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<BuildReason>, Nullable<BuildStatus>, Nullable<BuildResult>, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, String, Nullable<Int32>, Nullable<QueryDeletedOption>, Nullable<BuildQueryOrder>, String, IEnumerable<Int32>, Object, CancellationToken)

[Preview API] Gets builds

(Inherited from BuildHttpClientCompatBase)
GetBuildsAsync(Guid, IEnumerable<Int32>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<BuildReason>, Nullable<BuildStatus>, Nullable<BuildResult>, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, String, Nullable<Int32>, Nullable<QueryDeletedOption>, Nullable<BuildQueryOrder>, String, IEnumerable<Int32>, String, String, Object, CancellationToken)

[Preview API] Gets builds

GetBuildsAsync(IEnumerable<Int32>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<BuildReason>, Nullable<BuildStatus>, Nullable<BuildResult>, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, String, Nullable<Int32>, Nullable<QueryDeletedOption>, Nullable<BuildQueryOrder>, String, IEnumerable<Int32>, Object, CancellationToken)

[Preview API] Gets builds

(Inherited from BuildHttpClientCompatBase)
GetBuildsAsync(IEnumerable<Int32>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<BuildReason>, Nullable<BuildStatus>, Nullable<BuildResult>, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, String, Nullable<Int32>, Nullable<QueryDeletedOption>, Nullable<BuildQueryOrder>, String, IEnumerable<Int32>, String, String, Object, CancellationToken)

[Preview API] Gets builds

GetBuildsAsync(IEnumerable<Int32>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<BuildReason>, Nullable<BuildStatus>, Nullable<BuildResult>, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, String, Nullable<Int32>, Nullable<QueryDeletedOption>, Nullable<BuildQueryOrder>, String, IEnumerable<Int32>, String, String, Object, CancellationToken)

Gets a list of builds.

(Inherited from BuildHttpClientBase)
GetBuildsAsync(String, IEnumerable<Int32>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<BuildReason>, Nullable<BuildStatus>, Nullable<BuildResult>, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, String, Nullable<Int32>, Nullable<QueryDeletedOption>, Nullable<BuildQueryOrder>, String, IEnumerable<Int32>, Object, CancellationToken)
Obsolete.

[Preview API] Gets builds

(Inherited from BuildHttpClientCompatBase)
GetBuildsAsync(String, IEnumerable<Int32>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<BuildReason>, Nullable<BuildStatus>, Nullable<BuildResult>, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, String, Nullable<Int32>, Nullable<QueryDeletedOption>, Nullable<BuildQueryOrder>, String, IEnumerable<Int32>, String, String, Object, CancellationToken)
GetBuildsAsync2(Guid, IEnumerable<Int32>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<BuildReason>, Nullable<BuildStatus>, Nullable<BuildResult>, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, String, Nullable<Int32>, Nullable<QueryDeletedOption>, Nullable<BuildQueryOrder>, String, IEnumerable<Int32>, Object, CancellationToken)

[Preview API] Gets builds

GetBuildsAsync2(IEnumerable<Int32>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<BuildReason>, Nullable<BuildStatus>, Nullable<BuildResult>, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, String, Nullable<Int32>, Nullable<QueryDeletedOption>, Nullable<BuildQueryOrder>, String, IEnumerable<Int32>, Object, CancellationToken)

[Preview API] Gets builds

GetBuildsAsync2(String, IEnumerable<Int32>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<BuildReason>, Nullable<BuildStatus>, Nullable<BuildResult>, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, String, Nullable<Int32>, Nullable<QueryDeletedOption>, Nullable<BuildQueryOrder>, String, IEnumerable<Int32>, Object, CancellationToken)
GetBuildSettingsAsync(Guid, Object, CancellationToken)

[Preview API] Gets the build settings.

(Inherited from BuildHttpClientBase)
GetBuildSettingsAsync(Object, CancellationToken)

[Preview API] Gets the build settings.

(Inherited from BuildHttpClientBase)
GetBuildSettingsAsync(String, Object, CancellationToken)

[Preview API] Gets the build settings.

(Inherited from BuildHttpClientBase)
GetBuildTagsAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Gets the tags for a build.

(Inherited from BuildHttpClientBase)
GetBuildTagsAsync(String, Int32, Object, CancellationToken)

[Preview API] Gets the tags for a build.

(Inherited from BuildHttpClientBase)
GetBuildTimelineAsync(Guid, Int32, Nullable<Guid>, Nullable<Int32>, Nullable<Guid>, Object, CancellationToken)

[Preview API] Gets details for a build

(Inherited from BuildHttpClientBase)
GetBuildTimelineAsync(String, Int32, Nullable<Guid>, Nullable<Int32>, Nullable<Guid>, Object, CancellationToken)

[Preview API] Gets details for a build

(Inherited from BuildHttpClientBase)
GetBuildWorkItemsRefsAsync(Guid, Int32, Nullable<Int32>, Object, CancellationToken)

[Preview API] Gets the work items associated with a build.

(Inherited from BuildHttpClientBase)
GetBuildWorkItemsRefsAsync(String, Int32, Nullable<Int32>, Object, CancellationToken)

[Preview API] Gets the work items associated with a build.

(Inherited from BuildHttpClientBase)
GetBuildWorkItemsRefsFromCommitsAsync(IEnumerable<String>, Guid, Int32, Nullable<Int32>, Object, CancellationToken)

[Preview API] Gets the work items associated with a build, filtered to specific commits.

(Inherited from BuildHttpClientBase)
GetBuildWorkItemsRefsFromCommitsAsync(IEnumerable<String>, String, Int32, Nullable<Int32>, Object, CancellationToken)

[Preview API] Gets the work items associated with a build, filtered to specific commits.

(Inherited from BuildHttpClientBase)
GetChangesBetweenBuildsAsync(Guid, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)

[Preview API] Gets the changes made to the repository between two given builds.

(Inherited from BuildHttpClientBase)
GetChangesBetweenBuildsAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)

[Preview API] Gets the changes made to the repository between two given builds.

(Inherited from BuildHttpClientBase)
GetContinuationToken(HttpResponseMessage)
GetDefinitionAsync(Guid, Int32, Nullable<Int32>, IEnumerable<String>, Object, CancellationToken)

[Preview API] Gets a definition, optionally at a specific revision

(Inherited from BuildHttpClientCompatBase)
GetDefinitionAsync(Guid, Int32, Nullable<Int32>, Nullable<DateTime>, IEnumerable<String>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets a definition, optionally at a specific revision.

(Inherited from BuildHttpClientBase)
GetDefinitionAsync(Int32, Nullable<Int32>, IEnumerable<String>, Object, CancellationToken)

[Preview API] Gets a definition, optionally at a specific revision

(Inherited from BuildHttpClientCompatBase)
GetDefinitionAsync(Int32, Nullable<Int32>, Nullable<DateTime>, IEnumerable<String>, Nullable<Boolean>, Object, CancellationToken)

Gets a definition, optionally at a specific revision.

(Inherited from BuildHttpClientBase)
GetDefinitionAsync(String, Int32, Nullable<Int32>, IEnumerable<String>, Object, CancellationToken)

[Preview API] Gets a definition, optionally at a specific revision

(Inherited from BuildHttpClientCompatBase)
GetDefinitionAsync(String, Int32, Nullable<Int32>, Nullable<DateTime>, IEnumerable<String>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets a definition, optionally at a specific revision.

(Inherited from BuildHttpClientBase)
GetDefinitionMetricsAsync(Guid, Int32, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets build metrics for a definition.

(Inherited from BuildHttpClientBase)
GetDefinitionMetricsAsync(String, Int32, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets build metrics for a definition.

(Inherited from BuildHttpClientBase)
GetDefinitionPropertiesAsync(Guid, Int32, IEnumerable<String>, Object, CancellationToken)

[Preview API] Gets properties for a definition.

(Inherited from BuildHttpClientBase)
GetDefinitionPropertiesAsync(String, Int32, IEnumerable<String>, Object, CancellationToken)

[Preview API] Gets properties for a definition.

(Inherited from BuildHttpClientBase)
GetDefinitionResourcesAsync(Guid, Int32, Object, CancellationToken)

[Preview API]

(Inherited from BuildHttpClientBase)
GetDefinitionResourcesAsync(String, Int32, Object, CancellationToken)

[Preview API]

(Inherited from BuildHttpClientBase)
GetDefinitionRevisionsAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Gets all revisions of a definition.

(Inherited from BuildHttpClientBase)
GetDefinitionRevisionsAsync(String, Int32, Object, CancellationToken)

[Preview API] Gets all revisions of a definition.

(Inherited from BuildHttpClientBase)
GetDefinitionsAsync(Guid, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Guid>, Nullable<Int32>, String, Object, CancellationToken)

[Preview API] Gets a list of definitions.

(Inherited from BuildHttpClientBase)
GetDefinitionsAsync(Guid, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Guid>, Object, CancellationToken)

Gets a list of definitions.

(Inherited from BuildHttpClientBase)
GetDefinitionsAsync(Guid, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

(Inherited from BuildHttpClientCompatBase)
GetDefinitionsAsync(Guid, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Guid>, Nullable<Int32>, String, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetDefinitionsAsync(Guid, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetDefinitionsAsync(Guid, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

(Inherited from BuildHttpClientCompatBase)
GetDefinitionsAsync(String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Guid>, Object, CancellationToken)

Gets a list of definitions.

(Inherited from BuildHttpClientBase)
GetDefinitionsAsync(String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

(Inherited from BuildHttpClientCompatBase)
GetDefinitionsAsync(String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetDefinitionsAsync(String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

(Inherited from BuildHttpClientCompatBase)
GetDefinitionsAsync(String, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Guid>, Nullable<Int32>, String, Object, CancellationToken)

[Preview API] Gets a list of definitions.

(Inherited from BuildHttpClientBase)
GetDefinitionsAsync(String, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Guid>, Object, CancellationToken)

Gets a list of definitions.

(Inherited from BuildHttpClientBase)
GetDefinitionsAsync(String, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

(Inherited from BuildHttpClientCompatBase)
GetDefinitionsAsync(String, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Guid>, Nullable<Int32>, String, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetDefinitionsAsync(String, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetDefinitionsAsync(String, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

(Inherited from BuildHttpClientCompatBase)
GetDefinitionsAsync2(Guid, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Guid>, Nullable<Int32>, String, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetDefinitionsAsync2(Guid, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetDefinitionsAsync2(Guid, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

(Inherited from BuildHttpClientCompatBase)
GetDefinitionsAsync2(String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Guid>, Nullable<Int32>, String, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetDefinitionsAsync2(String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetDefinitionsAsync2(String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

(Inherited from BuildHttpClientCompatBase)
GetDefinitionsAsync2(String, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Guid>, Nullable<Int32>, String, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetDefinitionsAsync2(String, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetDefinitionsAsync2(String, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

(Inherited from BuildHttpClientCompatBase)
GetDefinitionTagsAsync(Guid, Int32, Nullable<Int32>, Object, CancellationToken)

[Preview API] Gets the tags for a definition.

(Inherited from BuildHttpClientBase)
GetDefinitionTagsAsync(String, Int32, Nullable<Int32>, Object, CancellationToken)

[Preview API] Gets the tags for a definition.

(Inherited from BuildHttpClientBase)
GetFileAsync(Guid, Int32, String, String, String, Object, CancellationToken)

[Preview API] Gets a file from the build.

(Inherited from BuildHttpClientBase)
GetFileAsync(String, Int32, String, String, String, Object, CancellationToken)

[Preview API] Gets a file from the build.

(Inherited from BuildHttpClientBase)
GetFileContentsAsync(Guid, String, Nullable<Guid>, String, String, String, Object, CancellationToken)

[Preview API] Gets the contents of a file in the given source code repository.

(Inherited from BuildHttpClientBase)
GetFileContentsAsync(String, String, Nullable<Guid>, String, String, String, Object, CancellationToken)

[Preview API] Gets the contents of a file in the given source code repository.

(Inherited from BuildHttpClientBase)
GetFoldersAsync(Guid, String, Nullable<FolderQueryOrder>, Object, CancellationToken)

[Preview API] Gets a list of build definition folders.

(Inherited from BuildHttpClientBase)
GetFoldersAsync(String, String, Nullable<FolderQueryOrder>, Object, CancellationToken)

[Preview API] Gets a list of build definition folders.

(Inherited from BuildHttpClientBase)
GetFullDefinitionsAsync(Guid, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Guid>, Nullable<Int32>, String, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetFullDefinitionsAsync(Guid, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetFullDefinitionsAsync(Guid, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

(Inherited from BuildHttpClientCompatBase)
GetFullDefinitionsAsync(String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Guid>, Nullable<Int32>, String, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetFullDefinitionsAsync(String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetFullDefinitionsAsync(String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

(Inherited from BuildHttpClientCompatBase)
GetFullDefinitionsAsync(String, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Guid>, Nullable<Int32>, String, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetFullDefinitionsAsync(String, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetFullDefinitionsAsync(String, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

(Inherited from BuildHttpClientCompatBase)
GetFullDefinitionsAsync2(Guid, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Guid>, Nullable<Int32>, String, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetFullDefinitionsAsync2(Guid, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetFullDefinitionsAsync2(Guid, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

(Inherited from BuildHttpClientCompatBase)
GetFullDefinitionsAsync2(String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Guid>, Nullable<Int32>, String, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetFullDefinitionsAsync2(String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetFullDefinitionsAsync2(String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

(Inherited from BuildHttpClientCompatBase)
GetFullDefinitionsAsync2(String, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Guid>, Nullable<Int32>, String, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetFullDefinitionsAsync2(String, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

GetFullDefinitionsAsync2(String, String, String, String, Nullable<DefinitionQueryOrder>, Nullable<Int32>, String, Nullable<DateTime>, IEnumerable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets definitions, optionally filtered by name

(Inherited from BuildHttpClientCompatBase)
GetLatestBuildAsync(Guid, String, String, Object, CancellationToken)

[Preview API] Gets the latest build for a definition, optionally scoped to a specific branch.

(Inherited from BuildHttpClientBase)
GetLatestBuildAsync(String, String, String, Object, CancellationToken)

[Preview API] Gets the latest build for a definition, optionally scoped to a specific branch.

(Inherited from BuildHttpClientBase)
GetPagedList<T>(HttpResponseMessage, CancellationToken)
GetPathContentsAsync(Guid, String, Nullable<Guid>, String, String, String, Object, CancellationToken)

[Preview API] Gets the contents of a directory in the given source code repository.

(Inherited from BuildHttpClientBase)
GetPathContentsAsync(String, String, Nullable<Guid>, String, String, String, Object, CancellationToken)

[Preview API] Gets the contents of a directory in the given source code repository.

(Inherited from BuildHttpClientBase)
GetProjectMetricsAsync(Guid, String, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets build metrics for a project.

(Inherited from BuildHttpClientBase)
GetProjectMetricsAsync(String, String, Nullable<DateTime>, Object, CancellationToken)

[Preview API] Gets build metrics for a project.

(Inherited from BuildHttpClientBase)
GetProjectResourcesAsync(Guid, String, String, Object, CancellationToken)

[Preview API]

(Inherited from BuildHttpClientBase)
GetProjectResourcesAsync(String, String, String, Object, CancellationToken)

[Preview API]

(Inherited from BuildHttpClientBase)
GetPullRequestAsync(Guid, String, String, String, Nullable<Guid>, Object, CancellationToken)

[Preview API] Gets a pull request object from source provider.

(Inherited from BuildHttpClientBase)
GetPullRequestAsync(String, String, String, String, Nullable<Guid>, Object, CancellationToken)

[Preview API] Gets a pull request object from source provider.

(Inherited from BuildHttpClientBase)
GetResourceUsageAsync(Object, CancellationToken)

[Preview API] Gets information about build resources in the system.

(Inherited from BuildHttpClientBase)
GetStatusBadgeAsync(Guid, String, String, String, String, String, String, Object, CancellationToken)

[Preview API]

Gets the build status for a definition, optionally scoped to a specific branch, stage, job, and configuration.

If there are more than one, then it is required to pass in a stageName value when specifying a jobName, and the same rule then applies for both if passing a configuration parameter.

(Inherited from BuildHttpClientBase)
GetStatusBadgeAsync(String, String, String, String, String, String, String, Object, CancellationToken)

[Preview API]

Gets the build status for a definition, optionally scoped to a specific branch, stage, job, and configuration.

If there are more than one, then it is required to pass in a stageName value when specifying a jobName, and the same rule then applies for both if passing a configuration parameter.

(Inherited from BuildHttpClientBase)
GetTagsAsync(Guid, Object, CancellationToken)

[Preview API] Gets a list of all build and definition tags in the project.

(Inherited from BuildHttpClientBase)
GetTagsAsync(String, Object, CancellationToken)

[Preview API] Gets a list of all build and definition tags in the project.

(Inherited from BuildHttpClientBase)
GetTemplateAsync(Guid, String, Object, CancellationToken)

[Preview API] Gets a specific build definition template.

(Inherited from BuildHttpClientBase)
GetTemplateAsync(String, String, Object, CancellationToken)

[Preview API] Gets a specific build definition template.

(Inherited from BuildHttpClientBase)
GetTemplatesAsync(Guid, Object, CancellationToken)

[Preview API] Gets all definition templates.

(Inherited from BuildHttpClientBase)
GetTemplatesAsync(String, Object, CancellationToken)

[Preview API] Gets all definition templates.

(Inherited from BuildHttpClientBase)
GetTicketedArtifactContentZipAsync(Int32, Guid, String, String, Object, CancellationToken)

[Preview API] Gets a Zip file of the artifact with the given name for a build.

(Inherited from BuildHttpClientBase)
GetTicketedLogsContentZipAsync(Int32, Guid, String, Object, CancellationToken)

[Preview API] Gets a Zip file of the logs for a given build.

(Inherited from BuildHttpClientBase)
GetWorkItemsBetweenBuildsAsync(Guid, Int32, Int32, Nullable<Int32>, Object, CancellationToken)

[Preview API] Gets all the work items between two builds.

(Inherited from BuildHttpClientBase)
GetWorkItemsBetweenBuildsAsync(String, Int32, Int32, Nullable<Int32>, Object, CancellationToken)

[Preview API] Gets all the work items between two builds.

(Inherited from BuildHttpClientBase)
ListBranchesAsync(Guid, String, Nullable<Guid>, String, Object, CancellationToken)

[Preview API] Gets a list of branches for the given source code repository.

(Inherited from BuildHttpClientBase)
ListBranchesAsync(String, String, Nullable<Guid>, String, Object, CancellationToken)

[Preview API] Gets a list of branches for the given source code repository.

(Inherited from BuildHttpClientBase)
ListRepositoriesAsync(Guid, String, Nullable<Guid>, String, Nullable<ResultSet>, Nullable<Boolean>, String, Object, CancellationToken)

[Preview API] Gets a list of source code repositories.

(Inherited from BuildHttpClientBase)
ListRepositoriesAsync(String, String, Nullable<Guid>, String, Nullable<ResultSet>, Nullable<Boolean>, String, Object, CancellationToken)

[Preview API] Gets a list of source code repositories.

(Inherited from BuildHttpClientBase)
ListSourceProvidersAsync(Guid, Object, CancellationToken)

[Preview API] Get a list of source providers and their capabilities.

(Inherited from BuildHttpClientBase)
ListSourceProvidersAsync(String, Object, CancellationToken)

[Preview API] Get a list of source providers and their capabilities.

(Inherited from BuildHttpClientBase)
ListWebhooksAsync(Guid, String, Nullable<Guid>, String, Object, CancellationToken)

[Preview API] Gets a list of webhooks installed in the given source code repository.

(Inherited from BuildHttpClientBase)
ListWebhooksAsync(String, String, Nullable<Guid>, String, Object, CancellationToken)

[Preview API] Gets a list of webhooks installed in the given source code repository.

(Inherited from BuildHttpClientBase)
QueueBuildAsync(Build, Guid, Nullable<Boolean>, String, Nullable<Int32>, Object, CancellationToken)

[Preview API] Queues a build

(Inherited from BuildHttpClientBase)
QueueBuildAsync(Build, Guid, Nullable<Boolean>, String, Object, CancellationToken)

Queues a build

(Inherited from BuildHttpClientBase)
QueueBuildAsync(Build, Nullable<Boolean>, String, Nullable<Int32>, Object, CancellationToken)

[Preview API] Queues a build

QueueBuildAsync(Build, Nullable<Boolean>, String, Object, CancellationToken)
QueueBuildAsync(Build, Nullable<Boolean>, String, Object, CancellationToken)

Queues a build

(Inherited from BuildHttpClientBase)
QueueBuildAsync(Build, String, Nullable<Boolean>, String, Nullable<Int32>, Object, CancellationToken)

[Preview API] Queues a build

(Inherited from BuildHttpClientBase)
QueueBuildAsync(Build, String, Nullable<Boolean>, String, Object, CancellationToken)

Queues a build

(Inherited from BuildHttpClientBase)
RemoveBuildPropertiesAsync(PropertiesCollection, Guid, Int32, Object, CancellationToken)
RemoveBuildPropertiesAsync(PropertiesCollection, String, Int32, Object, CancellationToken)
RemoveDefinitionPropertiesAsync(PropertiesCollection, Guid, Int32, Object, CancellationToken)
RemoveDefinitionPropertiesAsync(PropertiesCollection, String, Int32, Object, CancellationToken)
ResetCounterAsync(Guid, Int32, Int32, Object, CancellationToken)

Resets the counter variable Value back to the Seed.

(Inherited from BuildHttpClientBase)
ResetCounterAsync(Int32, Int32, Object, CancellationToken)

Resets the counter variable Value back to the Seed.

(Inherited from BuildHttpClientBase)
ResetCounterAsync(String, Int32, Int32, Object, CancellationToken)

Resets the counter variable Value back to the Seed.

(Inherited from BuildHttpClientBase)
RestoreDefinitionAsync(Guid, Int32, Boolean, Object, CancellationToken)

[Preview API] Restores a deleted definition

(Inherited from BuildHttpClientBase)
RestoreDefinitionAsync(String, Int32, Boolean, Object, CancellationToken)

[Preview API] Restores a deleted definition

(Inherited from BuildHttpClientBase)
RestoreWebhooksAsync(List<DefinitionTriggerType>, Guid, String, Nullable<Guid>, String, Object, CancellationToken)

[Preview API] Recreates the webhooks for the specified triggers in the given source code repository.

(Inherited from BuildHttpClientBase)
RestoreWebhooksAsync(List<DefinitionTriggerType>, String, String, Nullable<Guid>, String, Object, CancellationToken)

[Preview API] Recreates the webhooks for the specified triggers in the given source code repository.

(Inherited from BuildHttpClientBase)
SaveTemplateAsync(BuildDefinitionTemplate, Guid, String, Object, CancellationToken)

[Preview API] Updates an existing build definition template.

(Inherited from BuildHttpClientBase)
SaveTemplateAsync(BuildDefinitionTemplate, String, String, Object, CancellationToken)

[Preview API] Updates an existing build definition template.

(Inherited from BuildHttpClientBase)
SendAsync<T>(HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, IEnumerable<KeyValuePair<String,String>>, Object, CancellationToken, Func<HttpResponseMessage,CancellationToken,Task<T>>)
SendAsync<T>(HttpMethod, IEnumerable<KeyValuePair<String,String>>, Guid, Object, ApiResourceVersion, HttpContent, IEnumerable<KeyValuePair<String, String>>, Object, CancellationToken, Func<HttpResponseMessage, CancellationToken,Task<T>>)
SendAsync<T>(HttpRequestMessage, Object, CancellationToken, Func<HttpResponseMessage,CancellationToken,Task<T>>)
UpdateBuildAsync(Build, Guid, Int32, Object, CancellationToken)

Updates a build.

(Inherited from BuildHttpClientBase)
UpdateBuildAsync(Build, Int32, Object, CancellationToken)

Updates a build.

(Inherited from BuildHttpClientBase)
UpdateBuildAsync(Build, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Updates a build.

UpdateBuildAsync(Build, String, Int32, Object, CancellationToken)

Updates a build.

(Inherited from BuildHttpClientBase)
UpdateBuildPropertiesAsync(JsonPatchDocument, Guid, Int32, Object, CancellationToken)

[Preview API] Updates properties for a build.

(Inherited from BuildHttpClientBase)
UpdateBuildPropertiesAsync(JsonPatchDocument, String, Int32, Object, CancellationToken)

[Preview API] Updates properties for a build.

(Inherited from BuildHttpClientBase)
UpdateBuildPropertiesAsync(PropertiesCollection, Guid, Int32, Object, CancellationToken)
UpdateBuildPropertiesAsync(PropertiesCollection, String, Int32, Object, CancellationToken)
UpdateBuildsAsync(IEnumerable<Build>, Guid, Object, CancellationToken)

[Preview API] Updates multiple builds.

(Inherited from BuildHttpClientBase)
UpdateBuildsAsync(IEnumerable<Build>, Object, CancellationToken)

Updates multiple builds.

(Inherited from BuildHttpClientBase)
UpdateBuildsAsync(IEnumerable<Build>, String, Object, CancellationToken)

[Preview API] Updates multiple builds.

(Inherited from BuildHttpClientBase)
UpdateBuildSettingsAsync(BuildSettings, Guid, Object, CancellationToken)

[Preview API] Updates the build settings.

(Inherited from BuildHttpClientBase)
UpdateBuildSettingsAsync(BuildSettings, Object, CancellationToken)

[Preview API] Updates the build settings.

(Inherited from BuildHttpClientBase)
UpdateBuildSettingsAsync(BuildSettings, String, Object, CancellationToken)

[Preview API] Updates the build settings.

(Inherited from BuildHttpClientBase)
UpdateCounterSeedAsync(Guid, Int32, Int32, Int64, Boolean, Object, CancellationToken)

Changes the counter variable Seed, and optionally resets the Value to this new Seed. Note that if Seed is being set above Value, then Value will be updated regardless.

(Inherited from BuildHttpClientBase)
UpdateCounterSeedAsync(Int32, Int32, Int64, Boolean, Object, CancellationToken)

Changes the counter variable Seed, and optionally resets the Value to this new Seed. Note that if Seed is being set above Value, then Value will be updated regardless.

(Inherited from BuildHttpClientBase)
UpdateCounterSeedAsync(String, Int32, Int32, Int64, Boolean, Object, CancellationToken)

Changes the counter variable Seed, and optionally resets the Value to this new Seed. Note that if Seed is being set above Value, then Value will be updated regardless.

(Inherited from BuildHttpClientBase)
UpdateDefinitionAsync(BuildDefinition, Guid, Int32, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)

[Preview API] Updates an existing definition.

(Inherited from BuildHttpClientBase)
UpdateDefinitionAsync(BuildDefinition, Int32, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)

Updates an existing definition.

(Inherited from BuildHttpClientBase)
UpdateDefinitionAsync(BuildDefinition, Object, CancellationToken)

[Preview API] Updates an existing definition.

UpdateDefinitionAsync(BuildDefinition, String, Int32, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)

[Preview API] Updates an existing definition.

(Inherited from BuildHttpClientBase)
UpdateDefinitionPropertiesAsync(JsonPatchDocument, Guid, Int32, Object, CancellationToken)

[Preview API] Updates properties for a definition.

(Inherited from BuildHttpClientBase)
UpdateDefinitionPropertiesAsync(JsonPatchDocument, String, Int32, Object, CancellationToken)

[Preview API] Updates properties for a definition.

(Inherited from BuildHttpClientBase)
UpdateDefinitionPropertiesAsync(PropertiesCollection, Guid, Int32, Object, CancellationToken)
UpdateDefinitionPropertiesAsync(PropertiesCollection, String, Int32, Object, CancellationToken)
UpdateFolderAsync(Folder, Guid, String, Object, CancellationToken)

[Preview API] Updates an existing folder at given existing path

(Inherited from BuildHttpClientBase)
UpdateFolderAsync(Folder, String, String, Object, CancellationToken)

[Preview API] Updates an existing folder at given existing path

(Inherited from BuildHttpClientBase)

Applies to