Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inheritance Hierarchy
System.Object
  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)
Syntax
'Declaration
<CallOnDeserializationAttribute("AfterDeserialize")> _
<ClassVisibilityAttribute(ClientVisibility.Internal, ClientVisibility.Internal)> _
<RequiredClientServiceAttribute("BuildServer")> _
Public NotInheritable Class BuildDefinition2010 _
    Inherits BuildGroupItem2010 _
    Implements ICacheable
[CallOnDeserializationAttribute("AfterDeserialize")]
[ClassVisibilityAttribute(ClientVisibility.Internal, ClientVisibility.Internal)]
[RequiredClientServiceAttribute("BuildServer")]
public sealed class BuildDefinition2010 : BuildGroupItem2010, 
    ICacheable
[CallOnDeserializationAttribute(L"AfterDeserialize")]
[ClassVisibilityAttribute(ClientVisibility::Internal, ClientVisibility::Internal)]
[RequiredClientServiceAttribute(L"BuildServer")]
public ref class BuildDefinition2010 sealed : public BuildGroupItem2010, 
    ICacheable
[<Sealed>]
[<CallOnDeserializationAttribute("AfterDeserialize")>]
[<ClassVisibilityAttribute(ClientVisibility.Internal, ClientVisibility.Internal)>]
[<RequiredClientServiceAttribute("BuildServer")>]
type BuildDefinition2010 =  
    class 
        inherit BuildGroupItem2010 
        interface ICacheable 
    end
public final class BuildDefinition2010 extends BuildGroupItem2010 implements ICacheable
The BuildDefinition2010 type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | BuildDefinition2010 | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | BuildControllerUri | Gets or sets the URI of the default build controller. | 
| .gif) | ConfigurationFolderUri | |
| .gif) | ContinuousIntegrationQuietPeriod | Gets or sets the minimum quiet period between builds when you use the ContinuousIntegrationType.Batch trigger. | 
| .gif) | ContinuousIntegrationType | Gets or sets the trigger used for system builds. Multiple values are not allowed. | 
| .gif) | DefaultBuildAgentUri | |
| .gif) | DefaultDropLocation | Gets or sets the UNC path of the default drop location. | 
| .gif) | Description | Gets or sets the description. | 
| .gif) | Enabled | Gets or sets the enabled state. | 
| .gif) | FullPath | Gets or sets the full path of the item. (Inherited from BuildGroupItem2010.) | 
| .gif) | LastBuildUri | Gets the URI of the last build. This field is read only. | 
| .gif) | LastGoodBuildLabel | Gets the label created for the last good build. This field is read only. | 
| .gif) | LastGoodBuildUri | Gets the URI of the last good build. This field is read only. | 
| .gif) | MaxTimeout | |
| .gif) | Name | Gets the name of this object. (Inherited from BuildGroupItem2010.) | 
| .gif) | Process | Gets or sets the associated process template. | 
| .gif) | 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. | 
| .gif) | RetentionPolicies | Gets the retention policies. Specifies automatic build deletion policies. | 
| .gif) | Schedules | Gets the schedules. Specifies the days and time that a build definition should automatically start a build. | 
| .gif) | Uri | Gets or sets the URI of the item. (Inherited from BuildGroupItem2010.) | 
| .gif) | WorkspaceTemplate | Gets or sets the workspace template that is used to create a workspace on a build agent. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToString | (Overrides Object.ToString().) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | ICacheable.GetCachedSize | Gets the average size of this object in bytes. | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace