IBuildDetail Members
Include Protected Members
Include Inherited Members
This interface represents a build in the Team Foundation Build computer.
The IBuildDetail type exposes the following members.
Methods
Name
Description
Overloaded.
Deletes the build, and all associated data, from the server and drop location.
Stops polling.
Retrieves the latest build data from the server together with the given query options and information types.
Retrieves the latest build data from the server together with all details.
Retrieves the latest build data from the server without details.
Saves to the server any changes that are made to the build.
Stops the build.
Blocks additional builds until the current build is finished.
Top
Properties
Name
Description
Gets the IBuildAgent object that represents the build agent used to run the build.
Gets the URI of the build agent used to run the build.
Gets the IBuildDefinition object for the build.
Gets the URI for the build.
Gets a status indicating whether the build has finished.
Gets or sets the build number.
Gets the IBuildServer for the computer that owns this build.
Gets the MSBuild command-line arguments used for this build.
Gets or sets the build's compilation status.
Gets the path of the version control folder that contained the build project files (such as TfsBuild.proj) at the time the build was started.
Gets the versioned URI of the configuration folder path.
Gets or sets the location of the output of the build.
Gets the time that the build finished.
Gets the collection of information nodes for the build.
Gets or sets a property to specify whether the build is kept according to the build definition retention policy, or if it should be kept forever.
Gets or sets the name of the label created for the build.
Gets the last user who changed the build.
Gets the date and time of the last change to the build.
Gets or sets the location of the log file for the build.
Gets or sets the quality of the build.
Gets the user who requested the build.
Gets the user for whom the build was requested.
Gets or sets the version specification for which the sources were retrieved for the build.
Gets the build start time.
Gets or sets the overall status of the build.
Gets or sets the status of the test phase of the build.
Gets the URI of the build.
Top
Events
Name
Description
Occurs when polling is completed.
Occurs when any change in the build is discovered on the server.
Occurs when any change in the build is discovered on the server.
Top