BuildDefinitionSpec2010 Class
Provides properties for querying build definitions in a team project collection.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Build.Server.Compatibility.BuildGroupItemSpec2010
Microsoft.TeamFoundation.Build.Server.Compatibility.BuildDefinitionSpec2010
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClassVisibilityAttribute(ClientVisibility.Internal, ClientVisibility.Internal)> _
Public NotInheritable Class BuildDefinitionSpec2010 _
Inherits BuildGroupItemSpec2010
[ClassVisibilityAttribute(ClientVisibility.Internal, ClientVisibility.Internal)]
public sealed class BuildDefinitionSpec2010 : BuildGroupItemSpec2010
[ClassVisibilityAttribute(ClientVisibility::Internal, ClientVisibility::Internal)]
public ref class BuildDefinitionSpec2010 sealed : public BuildGroupItemSpec2010
[<Sealed>]
[<ClassVisibilityAttribute(ClientVisibility.Internal, ClientVisibility.Internal)>]
type BuildDefinitionSpec2010 =
class
inherit BuildGroupItemSpec2010
end
public final class BuildDefinitionSpec2010 extends BuildGroupItemSpec2010
The BuildDefinitionSpec2010 type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BuildDefinitionSpec2010 |
Top
Properties
Name | Description | |
---|---|---|
ContinuousIntegrationType | Gets or sets the continuous integration type filter. | |
FullPath | (Inherited from BuildGroupItemSpec2010.) | |
Options | Gets or sets the options that are used to control the amount of data returned. |
Top
Methods
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().) |
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