IBuildDefinition Members
Include Protected Members
Include Inherited Members
This interface represents a build definition.
The IBuildDefinition type exposes the following members.
Methods
Name
Description
Adds a schedule to the list of schedules for the build definition. The schedule has no effect if the ContinuousIntegrationType is not Schedule. Only one schedule is accepted in the list.
Creates a build request from the build definition that has values for IBuildAgent and drop location set to the default build agent and default drop location.
Overloaded. Creates a build detail record in the Team Foundation Server build database.
Creates an IProjectFile from the build definition with values for the obsolete properties set to values determined by the build definition.
Creates a new build specification for the build definition.
Deletes the build definition and all its builds from the server.
Gets all the builds for this build definition.
Refreshes the build group item by retrieving current property values from the build server. (Inherited from IBuildGroupItem.)
Saves any changes that were made to the IBuildDefinition object to the server.
Top
Properties
Name
Description
Gets the server or computer that is hosting the build definition.
Gets or sets the path of the version control folder that contains the build definition project files (TfsBuild.proj and TfsBuild.rsp).
ContinuousIntegrationQuietPeriod
Gets or sets the time (in minutes) of the quiet period that is associated with Batch type continuous integration builds.
Gets or sets the continuous integration type of the build definition.
Gets or sets the default build agent to use for this build definition.
Gets the URI of the default build agent.
Gets or sets the default drop location for builds generated by the build definition.
Gets or sets the description for the build definition.
Gets or sets the enabled status of the build definition.
Gets the full path of this build group item. (Inherited from IBuildGroupItem.)
Gets the URI of the last build for the build definition, regardless of status.
Gets the name of the label for the last successful build for the build definition.
Gets the URI for the last successful build for the build definition.
Gets or sets the name of the build group item. (Inherited from IBuildGroupItem.)
Gets a dictionary of the retention policies for the build definition. The dictionary is indexed by the build status.
Gets a list of schedules for the build definition.
Gets the team project that owns the build group item. (Inherited from IBuildGroupItem.)
Gets the URI of the build group item. (Inherited from IBuildGroupItem.)
Gets the workspace template for the build definition.
Top