BuildDetail2010 Class
Represents a build that has transitioned out of the build queue.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Build.Server.Compatibility.BuildDetail2010
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClassVisibilityAttribute(ClientVisibility.Internal)> _
<RequiredClientServiceAttribute("BuildServer")> _
Public NotInheritable Class BuildDetail2010 _
Implements ICacheable
[ClassVisibilityAttribute(ClientVisibility.Internal)]
[RequiredClientServiceAttribute("BuildServer")]
public sealed class BuildDetail2010 : ICacheable
[ClassVisibilityAttribute(ClientVisibility::Internal)]
[RequiredClientServiceAttribute(L"BuildServer")]
public ref class BuildDetail2010 sealed : ICacheable
[<Sealed>]
[<ClassVisibilityAttribute(ClientVisibility.Internal)>]
[<RequiredClientServiceAttribute("BuildServer")>]
type BuildDetail2010 =
class
interface ICacheable
end
public final class BuildDetail2010 implements ICacheable
The BuildDetail2010 type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BuildDetail2010 |
Top
Properties
Name | Description | |
---|---|---|
BuildAgentUri | ||
BuildControllerUri | Gets the URI of the build controller used for this build. | |
BuildDefinitionUri | Gets the URI of the build definition to which this build belongs. | |
BuildNumber | Gets the build number. | |
CompilationStatus | Gets the compilation status. | |
ConfigurationFolderUri | ||
Definition | Gets the BuildDefinition object to which this BuildDetail belongs. | |
DropLocation | Gets the drop location for build outputs. | |
DropLocationRoot | Gets the drop location root for build outputs. This field is read only. | |
FinishTime | Gets the finish time. | |
Information | Gets the build information node hierarchy. | |
IsDeleted | Gets a value indicating whether this build has been deleted. | |
KeepForever | Gets a value indicating whether this build is included in retention policy calculations. | |
LabelName | Gets the version control label created for this build. | |
LastChangedBy | Gets the domain user name of the user who last changed the build. | |
LastChangedOn | Gets the date and time of the last modification. | |
LogLocation | Gets the log location. | |
ProcessParameters | Gets the parameters that are used. | |
Quality | Gets the quality. | |
Reason | Gets the reason this build started. | |
RequestedBy | Gets the domain user name of the user who requested the build. This field is read only. | |
RequestedFor | Gets the domain user name of the user this build was requested for. This field is read only. | |
ShelvesetName | Gets the shelveset included in this build, if there is one. | |
SourceGetVersion | Gets the version of sources to included in the build. This field is read only. | |
StartTime | Gets the start time. | |
Status | Gets the status. | |
TeamProject | Gets the team project to which this build belongs. This field is read only. | |
TestStatus | Gets the test status. | |
Uri | Gets the URI. This field is read only. |
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
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICacheable.GetCachedSize | Gets the average size in bytes of this object. |
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