IBuildDefinition Properties

Include Protected Members
Include Inherited Members

The IBuildDefinition type exposes the following members.

Properties

  Name Description
Public property AttachedProperties Attached properties
Public property BatchSize The maximum batch size for queued builds when you use the Gated continuous integration type.
Public property BuildController Gets or sets the build controller that builds this build definition.
Public property BuildControllerUri Gets the uniform resource identifier (URI) of the build controller that builds this build definition.
Public property BuildServer Gets the server or computer that is hosting the build definition.
Public property ContinuousIntegrationQuietPeriod Gets or sets the time (in minutes) of the quiet period that is associated with Batch type continuous integration builds.
Public property ContinuousIntegrationType Gets or sets the continuous integration type of the build definition.
Public property DateCreated The date and time at which this build definition was created.
Public property DefaultDropLocation Gets or sets the default drop location for builds generated by the build definition.
Public property Description Gets or sets the description for the build definition.
Public property Enabled Obsolete. Gets or sets the enabled status of the build definition.
Public property FullPath Gets the full path of this build group item. (Inherited from IBuildGroupItem.)
Public property Id Gets the ID of this build definition.
Public property LastBuildUri Gets the URI of the last build for the build definition, regardless of status.
Public property LastGoodBuildLabel Gets the name of the label for the last successful build for the build definition.
Public property LastGoodBuildUri Gets the URI for the last successful build for the build definition.
Public property Name Gets or sets the name of this build group item. (Inherited from IBuildGroupItem.)
Public property Process Gets or sets the build process template for this definition.
Public property ProcessParameters Gets an XML formatted string representing all the process parameters for this build.
Public property QueueStatus The queue status of the build definition.
Public property RetentionPolicyList Gets a list of retention policies for this build definition.
Public property Schedules Gets a list of schedules for the build definition.
Public property SourceProviders A list of source providers for the definition
Public property TeamProject Gets the team project that owns this build group item. (Inherited from IBuildGroupItem.)
Public property TriggerType Gets or sets the definition system trigger.
Public property Uri Gets the uniform resource identifier (URI) of this build group item. (Inherited from IBuildGroupItem.)
Public property Workspace Gets the workspace template for the build definition.

Top

See Also

Reference

IBuildDefinition Interface

Microsoft.TeamFoundation.Build.Client Namespace