This documentation is archived and is not being maintained.
BuildDefinition2010 Class
Visual Studio 2013
System.Object
Microsoft.TeamFoundation.Build.Server.Compatibility.BuildGroupItem2010
Microsoft.TeamFoundation.Build.Server.Compatibility.BuildDefinition2010
Microsoft.TeamFoundation.Build.Server.Compatibility.BuildGroupItem2010
Microsoft.TeamFoundation.Build.Server.Compatibility.BuildDefinition2010
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
The BuildDefinition2010 type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BuildControllerUri | Gets or sets the URI of the default build controller. |
![]() | ConfigurationFolderUri | |
![]() | ContinuousIntegrationQuietPeriod | Gets or sets the minimum quiet period between builds when you use the ContinuousIntegrationType.Batch trigger. |
![]() | ContinuousIntegrationType | Gets or sets the trigger used for system builds. Multiple values are not allowed. |
![]() | DefaultBuildAgentUri | |
![]() | DefaultDropLocation | Gets or sets the UNC path of the default drop location. |
![]() | Description | Gets or sets the description. |
![]() | Enabled | Gets or sets the enabled state. |
![]() | FullPath | Gets or sets the full path of the item. (Inherited from BuildGroupItem2010.) |
![]() | LastBuildUri | Gets the URI of the last build. This field is read only. |
![]() | LastGoodBuildLabel | Gets the label created for the last good build. This field is read only. |
![]() | LastGoodBuildUri | Gets the URI of the last good build. This field is read only. |
![]() | MaxTimeout | |
![]() | Name | Gets the name of this object. (Inherited from BuildGroupItem2010.) |
![]() | Process | Gets or sets the associated process template. |
![]() | ProcessParameters | Gets or sets the process parameters. This string should be an XAML serialized Dictionary<String, Object> and should match the parameters of the associated process template. |
![]() | RetentionPolicies | Gets the retention policies. Specifies automatic build deletion policies. |
![]() | Schedules | Gets the schedules. Specifies the days and time that a build definition should automatically start a build. |
![]() | Uri | Gets or sets the URI of the item. (Inherited from BuildGroupItem2010.) |
![]() | WorkspaceTemplate | Gets or sets the workspace template that is used to create a workspace on a build agent. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Overrides Object.ToString().) |
Show:
