Edit

Share via


BuildController Class

Definition

[System.Runtime.Serialization.DataContract]
public class BuildController : Microsoft.TeamFoundation.Build.WebApi.XamlBuildControllerReference, Microsoft.VisualStudio.Services.WebApi.ISecuredObject
type BuildController = class
    inherit XamlBuildControllerReference
    interface ISecuredObject
Public Class BuildController
Inherits XamlBuildControllerReference
Implements ISecuredObject
Inheritance
Attributes
Implements
Microsoft.VisualStudio.Services.WebApi.ISecuredObject

Constructors

BuildController()

Properties

CreatedDate

The date the controller was created.

Description

The description of the controller.

Enabled

Indicates whether the controller is enabled.

Id

Id of the resource

(Inherited from XamlBuildControllerReference)
Links

The links to other objects related to this object.

Name

Name of the linked resource (definition name, controller name, etc.)

(Inherited from XamlBuildControllerReference)
Status

The status of the controller.

UpdatedDate

The date the controller was last updated.

Uri

The controller's URI.

Url

Full http link to the resource

(Inherited from XamlBuildControllerReference)

Explicit Interface Implementations

ISecuredObject.GetToken()
ISecuredObject.NamespaceId
ISecuredObject.RequiredPermissions

Applies to