Microsoft.TeamFoundation.Build.Client.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.TeamFoundation.Build.Client</name>
    </assembly>
    <members>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildActivityAttribute">
            <summary>
            This attribute indicates that an activity should be instantiated and loaded into the workflow designer
            on the client and that its assembly should be loaded on the build controller and/or agents as specified
            by the activity type flags.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildAgent">
            <summary>
            Represents a build agent in the TFS Build server.
            </summary>
            <summary>
            Represents a build agent in a team project collection.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.ServiceHost">
            <summary>
            The service host to which this build agent belongs.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.Controller">
            <summary>
            The build controller that owns this build agent.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.AttachedProperties">
            <summary>
            Attached properties
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.Tags">
            <summary>
            The tags defined for this build agent.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.IsReserved">
            <summary>
            Gets a value indicating whether or not this agent is currently in use by a build.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildAgent.CompareSnapshots(Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions,Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions)">
            <summary>
            Compares two snapshots of an agent and determines the fields that are different between the two.
            </summary>
            <param name="originalValues">The original values for comparison</param>
            <param name="modifiedValues">The new modified values for comparison</param>
            <returns>A BuildAgentUpdate enumeration with all required field updates</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildAgent.GetSnapshot">
            <summary>
            Saves a snapshot of the object's current properties.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildAgent.GetUpdateOptions">
            <summary>
            Get the current update options for the BuildAgent for use in bulk updates. NOTE: This is not a
            threadsafe operation, unlike the instance Save method.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildAgent.SetUpdateOptions(Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions)">
            <summary>
            Sets the last update options for the BuildAgent after a successful bulk update. NOTE: This is not
            a threadsafe operation, unlike the instance Save method.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildAgent.Delete">
            <summary>
            Delete this build agent.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildAgent.Refresh">
            <summary>
            Refresh this build agent by getting updated property values from the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildAgent.Refresh(System.String[])">
            <summary>
            Refresh this build agent by getting updated property values from the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildAgent.Copy(Microsoft.TeamFoundation.Build.Client.IBuildAgent)">
            <summary>
            Copy all property values from the argument into this agent.
            </summary>
            <param name="agent">The agent whose values are copied.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildAgent.Save">
            <summary>
            Save any changes to this build agent to the TFS Build server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.TeamProject">
            <summary>
            Back compat only - always returns "*".
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.FullPath">
            <summary>
            The full path of the build agent. Back compat only - the team project portion will always be "*".
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.MachineName">
            <summary>
            The machine this agent will use to process builds.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.BuildServer">
            <summary>
            The build server that owns this build agent.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.BuildDirectory">
            <summary>
            Gets or sets the build directory. Environment variables of the form $(variable) are allowed.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.ControllerUri">
            <summary>
            Gets or sets the build controller URI.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.DateCreated">
            <summary>
            Gets the date this build agent was created. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.DateUpdated">
            <summary>
            Gets the date this build agent was last updated. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.Description">
            <summary>
            Gets or sets the description.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.Enabled">
            <summary>
            Gets or sets a value indicating the enabled state.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.InternalProperties">
            <summary>
            Gets the attached property values.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.MessageQueueUrl">
            <summary>
            Gets the message queue address. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.Name">
            <summary>
            Gets or sets the display name.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.ReservedForBuild">
            <summary>
            Gets the URI of the build for which this build agent is currently reserved. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.ServiceHostUri">
            <summary>
            Gets or sets the service host URI.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.Status">
            <summary>
            Gets or sets the status. This field is reserved for system use only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.StatusMessage">
            <summary>
            Gets or sets the status message. This field is reserved for system use only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.Uri">
            <summary>
            Gets the URI. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent.Url">
            <summary>
            Gets the physical address for the remote service. This field is read-only.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildAgentSpec">
            <summary>
            Provides properties for querying build agents within a team project collection.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentSpec.ControllerName">
            <summary>
            Gets or sets the build controller name filter. Wildcards are allowed.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentSpec.Name">
            <summary>
            Gets or sets the build agent name filter. Wildcards are allowed.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentSpec.ServiceHostName">
            <summary>
            Gets or sets the build service host name filter. Wildcards are allowed.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildController">
            <summary>
            Represents a build controller in the TFS Build server.
            </summary>
            <summary>
            Represents a build controller in a team project collection.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.#ctor(Microsoft.TeamFoundation.Build.Client.IBuildServer,Microsoft.TeamFoundation.Build.Client.BuildAgent2008)">
            <summary>
            This constructor is for V2 compatibility and should not be
            used otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController.Agents">
            <summary>
            The build agents owned by this controller.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController.Tags">
            <summary>
            The union of the tags for all the controller's agents.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController.AttachedProperties">
            <summary>
            Attached properties
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.AddBuildAgent(Microsoft.TeamFoundation.Build.Client.IBuildAgent)">
            <summary>
            Adds a build agent to this controller.
            </summary>
            <param name="agent">The agent to be added.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.Delete">
            <summary>
            Deletes the build controller.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.LoadCustomActivities(System.String,Microsoft.TeamFoundation.VersionControl.Client.RecursionType,Microsoft.TeamFoundation.Build.Client.HostEnvironmentOption,System.Collections.Generic.List{System.Type}@,System.Collections.Generic.List{Microsoft.TeamFoundation.Build.Client.IFailure}@)">
            <summary>
            Downloads CustomActivitiesAndExtensions.xml file, parses it and based on the information in that file
            downloads assemblies from the CustomAssemblyLocation to the local path,
            loads the assemblies containing custom activity types,
            and returns a list of the custom activity types.
            </summary>
            <param name="localPath">The local path to which custom assemblies are downloaded.</param>
            <param name="recursionType">The recursion type for the custom assembly download.</param>
            <param name="activityTypes">The custom activity types found in the custom assemblies.</param>
            <returns>A list of assemblies that were loaded.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.LoadCustomActivitiesAndExtensions(System.String,Microsoft.TeamFoundation.VersionControl.Client.RecursionType,Microsoft.TeamFoundation.Build.Client.HostEnvironmentOption,System.Collections.Generic.List{System.Type}@,System.Collections.Generic.List{System.Type}@,System.Collections.Generic.List{Microsoft.TeamFoundation.Build.Client.IFailure}@)">
            <summary>
            Downloads CustomActivitiesAndExtensions.xml file, parses it and based on the information in that file
            downloads assemblies from the CustomAssemblyLocation to the local path,
            loads the assemblies containing custom activity types
            and/or extensions, and returns lists of the custom activity types and custom extension types.
            </summary>
            <param name="localPath">The local path to which custom assemblies are downloaded.</param>
            <param name="recursionType">The recursion type for the custom assembly download.</param>
            <param name="activityTypes">The custom activity types found in the custom assemblies.</param>
            <param name="extensionTypes">The custom extension types found in the custom assemblies.</param>
            <returns>A list of assemblies that were loaded.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.Refresh(System.Boolean)">
            <summary>
            Refreshes the build controller by getting current property values from the build server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.Refresh(System.String[],System.Boolean)">
            <summary>
            Refreshes the build controller by getting current property values from the build server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.Copy(Microsoft.TeamFoundation.Build.Client.IBuildController,System.Boolean)">
            <summary>
            Copy all properties from the argument into this controller.
            </summary>
            <param name="controller">The controller whose values are copied.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.RemoveBuildAgent(Microsoft.TeamFoundation.Build.Client.IBuildAgent)">
            <summary>
            Removes a build agent from this controller.
            </summary>
            <param name="agent">The agent to be removed.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.CompareSnapshots(Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions,Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions)">
            <summary>
            Compares two snapshots of an agent and determines the fields that are different between the two.
            </summary>
            <param name="originalValues">The original values for comparison</param>
            <param name="modifiedValues">The new modified values for comparison</param>
            <returns>A BuildAgentUpdate enumeration with all required field updates</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.GetSnapshot">
            <summary>
            Saves a snapshot of the object's current properties.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.GetUpdateOptions">
            <summary>
            Get the current update options for the BuildAgent for use in bulk updates. NOTE: This is not a
            threadsafe operation, unlike the instance Save method.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.SetUpdateOptions(Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions)">
            <summary>
            Sets the last update options for the BuildAgent after a successful bulk update. NOTE: This is not
            a threadsafe operation, unlike the instance Save method.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.Save">
            <summary>
            Saves any changes made to the build controller to the build server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.LoadCustomTypes(System.String,System.Collections.Generic.List{System.String},System.Boolean)">
            <summary>
            Load all custom activities and extensions
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.ProcessAllExportedTypes(System.String,Microsoft.TeamFoundation.Build.Client.CustomActivitiesAndExtensions.XmlAssembly,System.Boolean)">
            <summary>
            Processes all the exported types of a given assembly and fills all the lists
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.ProcessType(System.Type,Microsoft.TeamFoundation.Build.Client.CustomActivitiesAndExtensions.XmlAssembly,System.Boolean,System.Boolean)">
            <summary>
            Processes one exported type
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.MatchesAttribute(System.Reflection.CustomAttributeData)">
            <summary>
            Checks whether an attribute is of a specific type (BuildExtensionAttribute or BuildActivityAttribute) and matches the HostEnvironmentOption.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.MatchesAttributeType(System.Type,System.Reflection.CustomAttributeData)">
            <summary>
            Checks whether an attribute is of a specific type (BuildExtensionAttribute or BuildActivityAttribute).
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildController.IsSubClassOf(System.Type,System.String)">
            <summary>
            Way around IsSubclassOf method not working between runtime and reflectiononly types
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController.CustomAssemblyPath">
            <summary>
            Gets or sets the version control folder containing custom assemblies.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController.DateCreated">
            <summary>
            Gets the date this build agent was created. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController.DateUpdated">
            <summary>
            Gets the date this build agent was last updated. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController.Description">
            <summary>
            Gets or sets the description.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController.Enabled">
            <summary>
            Gets or sets a value indicating the enabled state.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController.InternalProperties">
            <summary>
            Gets the attached property values.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController.MaxConcurrentBuilds">
            <summary>
            Gets or sets the number of concurrent builds allowed to run in parallel.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController.MessageQueueUrl">
            <summary>
            Gets the message queue address. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController.Name">
            <summary>
            Gets or sets the display name.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController.QueueCount">
            <summary>
            Gets the current queue depth. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController.ServiceHostUri">
            <summary>
            Gets or sets the service host URI.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController.Status">
            <summary>
            Gets or sets the status. This field is reserved for system use only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController.StatusMessage">
            <summary>
            Gets or sets the status message. This field is reserved for system use only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController.Uri">
            <summary>
            Gets the URI. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController.Url">
            <summary>
            Gets the physical address for the remote service. This field is read-only.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildControllerSpec">
            <summary>
            Provides properties for querying build controllers within a team project collection.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerSpec.IncludeAgents">
            <summary>
            Gets or sets a value indicating whether or not the associated build agents should be returned.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerSpec.Name">
            <summary>
            Gets or sets the build controller name filter. Wildcards are allowed.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerSpec.ServiceHostName">
            <summary>
            Gets or sets the build service host name filter. Wildcards are allowed.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildDefinition">
            <summary>
            Represents the defintion of a build in the TFS Build server
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinition.#ctor(Microsoft.TeamFoundation.Build.Client.BuildServer,System.String)">
            <summary>
            Creates a new build definition owned by the given build server and team project.
            </summary>
            <param name="server">The server that owns this build definition.</param>
            <param name="teamProject">The team project that owns this build definition.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinition.#ctor(Microsoft.TeamFoundation.Build.Client.BuildServer,System.String,Microsoft.TeamFoundation.VersionControl.Client.Item)">
            <summary>
            V1 Compatibility. Creates a simulated build defintion owned by the given build server
            and team project, with values retrieved from the given server item (which should
            specify the V1 TfsBuild.proj file).
            </summary>
            <param name="server">The server that owns this build definition.</param>
            <param name="teamProject">The team project that owns this build definition.</param>
            <param name="serverItem">The server item from which this build definition will be initialized.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinition.#ctor(Microsoft.TeamFoundation.Build.Client.BuildServer,System.String,System.String)">
            <summary>
            V1 Compatibility. Creates a simulated build defintion owned by the given build server
            and team project, with only the name set.
            </summary>
            <param name="server">The server that owns this build definition.</param>
            <param name="teamProject">The team project that owns this build definition.</param>
            <param name="name">The name of the build definition.</param>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition.FullPath">
            <summary>
            The full path of this build group item.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition.BuildServer">
            <summary>
            The BuildServer that owns this build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition.BuildController">
            <summary>
            The build controller that builds this build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition.Id">
            <summary>
            The Id portion of the build definition's Uri.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition.AttachedProperties">
            <summary>
            Attached properties
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinition.AddSchedule">
            <summary>
            Adds a schedule to the build definition.
            </summary>
            <returns>The new schedule.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinition.AddRetentionPolicy(Microsoft.TeamFoundation.Build.Client.BuildReason,Microsoft.TeamFoundation.Build.Client.BuildStatus,System.Int32,Microsoft.TeamFoundation.Build.Client.DeleteOptions)">
            <summary>
            Adds a retention policy to the list of retention policies for the build definition.
            </summary>
            <param name="reason">The reason of the retention policy.</param>
            <param name="status">The status of the retention policy.</param>
            <param name="numberToKeep">The number to keep of the retention policy.</param>
            <param name="deleteOptions">The parts of the build to delete for the retention policy.</param>
            <returns>The added retention policy.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinition.CreateBuildRequest">
            <summary>
            Creates an IBuildRequest from this build definition with values for BuildAgent and DropLocation set to
            DefaultBuildAgent and DefaultDropLocation.
            </summary>
            <returns>The new build request, which can be used to Queue a build.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinition.Delete">
            <summary>
            Delete this build definition.
            Note: this will throw if there are builds pending or existing for this definition
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinition.Refresh(System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Retrieves the latest build definitions from the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinition.Refresh">
            <summary>
            Refresh this build definition by getting updated property values from the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinition.CopyFrom(Microsoft.TeamFoundation.Build.Client.IBuildDefinition)">
            <summary>
            Update property values in this object from a newer copy.
            </summary>
            <remarks>Source object must have the same Uri as this object</remarks>
            <param name="source">The definition whose values are copied.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinition.Save">
            <summary>
            Save any changes to this build definition to the TFS Build server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinition.CreateSpec">
            <summary>
            Creates a new build definition specification for this definition.
            </summary>
            <returns>The new build definition specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinition.QueryBuilds">
            <summary>
            Gets all of the builds for this build definition.
            </summary>
            <returns>The builds for this build definition.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinition.CreateManualBuild(System.String)">
            <summary>
            Creates a BuildDetail record in the TFS Build database.
            Build Information and other changes can be made to the IBuildDetail object
            returned.
            </summary>
            <param name="buildNumber">Build number to assign to the new build.</param>
            <returns>The new IBuildDetail object that now exists in the database.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinition.CreateManualBuild(System.String,System.String)">
            <summary>
            Creates a BuildDetail record in the TFS Build database.
            Build Information and other changes can be made to the IBuildDetail object
            returned.
            </summary>
            <param name="buildNumber">Build number to assign to the new build.</param>
            <param name="dropLocation">Location of the binary files created by the manual build.</param>
            <returns>The new IBuildDetail object that now exists in the database.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinition.CreateManualBuild(System.String,System.String,Microsoft.TeamFoundation.Build.Client.BuildStatus,Microsoft.TeamFoundation.Build.Client.IBuildController,System.String)">
            <summary>
            Creates a BuildDetail record in the TFS Build database.
            Build Information and other changes can be made to the IBuildDetail object
            returned.
            </summary>
            <param name="buildNumber">Build number to assign to the new build.</param>
            <param name="dropLocation">Location of the binary files created by the manual build.</param>
            <param name="buildStatus">The status that you want the build to have. PartiallySucceeded is not supported.</param>
            <param name="agent">Agent used to create the build.</param>
            <param name="requestedFor">The user that requested the build.</param>
            <returns>The new IBuildDetail object that now exists in the database.</returns>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition.BatchSize">
            <summary>
            Gets or sets the maximum batch size when using the
            <see cref="F:Microsoft.TeamFoundation.Build.Client.DefinitionTriggerType.GatedCheckIn" /> trigger.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition.BuildControllerUri">
            <summary>
            Gets or sets the URI of the default build controller.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition.ContinuousIntegrationQuietPeriod">
            <summary>
            Gets or sets the minimum quiet period between builds when using the
            <see cref="F:Microsoft.TeamFoundation.Build.Client.DefinitionTriggerType.BatchedContinuousIntegration" /> trigger.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition.DateCreated">
            <summary>
            Gets the date this build definition was created. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition.DefaultDropLocation">
            <summary>
            Gets or sets the UNC path of the default drop location.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition.Description">
            <summary>
            Gets or sets the description.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition.InternalProperties">
            <summary>
            Gets the attached property values.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition.LastBuildUri">
            <summary>
            Gets the URI of the last build. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition.LastGoodBuildLabel">
            <summary>
            Gets the label created for the last good build. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition.LastGoodBuildUri">
            <summary>
            Gets the URI of the last good build. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition.QueueStatus">
            <summary>
            Gets or sets the queue status of the definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition.TriggerType">
            <summary>
            Gets or sets the trigger used for system builds. Multiple values are not allowed.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition.Uri">
            <summary>
            Gets or sets the URI of the item.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildDefinitionSourceProvider">
            <summary>
            Represents a build definition source provider.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinitionSourceProvider.InternalFields">
            <summary>
            Gets or sets the configuration information for a source provider.
            This is a dictionary of name/value pairs.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinitionSourceProvider.Name">
            <summary>
            Gets or sets the Source Provider Name for the definition.
            See Build.Common.BuildSourceProviders for a list of well known providers
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinitionSourceProvider.SupportedTriggerTypes">
            <summary>
            Gets the trigger types supported by this provider.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildDefinitionSpec">
            <summary>
            Provides properties for querying build definitions within a team project collection.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinitionSpec.Name">
            <summary>
            The Name of the build group item.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinitionSpec.TeamProject">
            <summary>
            The team project that owns this build group item.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinitionSpec.Options">
            <summary>
            Gets or sets the options used to control the amount of data returned.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinitionSpec.TriggerType">
            <summary>
            Gets or sets the continuous integration type filter.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinitionXmlSerializer.ToXml(Microsoft.TeamFoundation.Build.Client.IBuildDefinition,System.Xml.XmlWriter)">
            <summary>
            Serializes the build definition to an XML serialized form.
            </summary>
            <param name="definition">The build definition to serialize</param>
            <param name="writer">The <c>System.Xml.XmlWriter</c> to which the definition should be written</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinitionXmlSerializer.FromXml(Microsoft.TeamFoundation.Build.Client.IBuildServer,System.Xml.XmlReader)">
            <summary>
            Deserializes a build definition from XML form that was previously serialized by a call to <c>ToXml</c>.
            </summary>
            <param name="buildServer">The build server</param>
            <param name="reader">The <c>System.Xml.XmlReader</c> from which the definition should be read</param>
            <returns>An exact copy of the previously serialized build definition object</returns>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildDeletionResult">
            <summary>
            Represents a deletion result for a particular build.
            </summary>
            <summary>
            Represents the result of deleting an individual build.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildDeployment">
            <summary>
            Represents a deployment in the TFS Build server
            </summary>
            <summary>
            This class contains the build summary for the actual deployment and
            the build summary for source build being deployed.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeployment.Properties">
            <summary>
            Dictionary of string properties with string keys
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeployment.Deployment">
            <summary>
            Gets the deployment build URI. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeployment.DeploymentDefinitionName">
            <summary>
            Gets the build definition used to execute the deployment.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeployment.InternalProperties">
            <summary>
            Gets the attached property values.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeployment.Source">
            <summary>
            Gets the source build URI. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeployment.WebsiteUrl">
            <summary>
            Url to the build website for the deployment.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildDetail">
            <summary>
            Represents a build in the TFS Build server
            </summary>
            <summary>
            Represents a build that has transitioned out of the build queue.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.AfterDeserialize">
            <summary>
            Take a baseline snapshot just after deserialization so we know what to update in Save calls, etc.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.BuildController">
            <summary>
            The IBuildController used to perform the build. (May be null)
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.BuildDefinition">
            <summary>
            The build definition from which this build was generated.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.BuildFinished">
            <summary>
            A convenience property - true if the build is completed, false otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.Information">
            <summary>
            Gets the collection of information nodes for this build.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.Delete">
            <summary>
            Delete the build and all associated data from the server and drop location.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.Delete(Microsoft.TeamFoundation.Build.Client.DeleteOptions)">
            <summary>
            Delete the build and only the associated information you specify.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.FinalizeStatus">
            <summary>
            Notifies the server that the build is complete.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.FinalizeStatus(Microsoft.TeamFoundation.Build.Client.BuildStatus)">
            <summary>
            Notifies the server that the build is complete and sets the status accordingly.
            </summary>
            <param name="status">The status of the completed build</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.RefreshMinimalDetails">
            <summary>
            Retrieves the latest build from the server with no details.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.RefreshAllDetails">
            <summary>
            Retrieves the latest build from the server with all details.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.Refresh(System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Refresh this build detail by getting updated property values from the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.RequestIntermediateLogs">
            <summary>
            Requests the intermediate diagnostics logs of an in-progress build.
            </summary>
            <returns>The request identifier</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.Copy(Microsoft.TeamFoundation.Build.Client.IBuildDetail,System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Copy all property values from the argument into this build.
            </summary>
            <param name="build">The build whose values are copied.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.Save">
            <summary>
            Save any changes to this build to the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.Stop">
            <summary>
            Attempt to stop this build.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.Connect(System.Int32,System.Int32,System.ComponentModel.ISynchronizeInvoke)">
            <summary>
            Starts polling, using the specified interval, timeout and ISynchronizeInvoke object.
            </summary>
            <param name="pollingInterval">The polling interval, in milliseconds.</param>
            <param name="timeout">The timeout, in milliseconds.</param>
            <param name="synchronizingObject">The object used to synchronize polling events. If null, events will be fired on a thread pool thread.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.Connect(System.Int32,System.ComponentModel.ISynchronizeInvoke)">
            <summary>
            Starts polling, using the specified interval and ISynchronizeInvoke object.
            </summary>
            <param name="pollingInterval">The polling interval, in milliseconds.</param>
            <param name="synchronizingObject">The object used to synchronize polling events. If null, events will be fired on a thread pool thread.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.Connect">
            <summary>
            Starts polling, using the default interval of five seconds and no synchronization object. Events will be fired on a thread pool thread.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.Disconnect">
            <summary>
            Stop polling.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.Wait">
            <summary>
            Block until this build is complete.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.PollingRefresh(Microsoft.TeamFoundation.Build.Client.PollingAlgorithm)">
            <summary>
            IPollee callback - query the server, fire off events, and this build's various properties.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.GetUpdateOptions">
            <summary>
            Get the current update options for the BuildDetail for use in bulk updates. NOTE: This is not a
            threadsafe operation, unlike the instance Save method.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.SetUpdateOptions(Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions)">
            <summary>
            Sets the last update options for the BuildDetail after a successful bulk update. NOTE: This is not
            a threadsafe operation, unlike the instance Save method.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.GetSnapshot">
            <summary>
            Returns the current values of all of the modifiable properties in a BuildUpdateOptions object.
            </summary>
            <returns>A BuildUpdateOptions object representing the current state of this BuildDetail.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDetail.CompareSnapshots(Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions,Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions)">
            <summary>
            Update the Fields property of modifiedValues based on a comparison with originalValues.
            </summary>
            <param name="originalValues">The original values.</param>
            <param name="modifiedValues">The potentially modified values.</param>
        </member>
        <member name="E:Microsoft.TeamFoundation.Build.Client.BuildDetail.StatusChanging">
            <summary>
            Raised when any change in the build details is discovered on the server. Note: to receive these
            events you must call the Connect method, which causes the server to be polled on a regular basis
            until the build is finished. This event is fired just before the build details are updated in
            this object.
            </summary>
        </member>
        <member name="E:Microsoft.TeamFoundation.Build.Client.BuildDetail.StatusChanged">
            <summary>
            Raised when any change in the build details is discovered on the server. Note: to receive these
            events you must call the Connect method, which causes the server to be polled on a regular basis
            until the build is finished. This event is fired just after the build details are updated in
            this object.
            </summary>
        </member>
        <member name="E:Microsoft.TeamFoundation.Build.Client.BuildDetail.PollingCompleted">
            <summary>
            Raised when polling completes. Note: to receive this event you must call the Connect method.
            This event is fired when polling completes, either because the build finished or because an
            unrecoverable error was encountered (e.g. the build was deleted).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.BuildControllerUri">
            <summary>
            Gets the URI of the build controller used for this build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.BuildDefinitionUri">
            <summary>
            Gets the URI of the build definition to which this build belongs.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.BuildNumber">
            <summary>
            Gets the build number.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.CompilationStatus">
            <summary>
            Gets the compilation status.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.ContainerId">
            <summary>
            Gets the ContainerId for the container associated with this BuildDetail
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.DropLocation">
            <summary>
            Gets the drop location for build outputs.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.DropLocationRoot">
            <summary>
            Gets the drop location root for build outputs. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.FinishTime">
            <summary>
            Gets the finish time.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.InternalInformation">
            <summary>
            Gets the build information node hierarchy.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.IsDeleted">
            <summary>
            Gets a value indicating whether or not this build has been deleted.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.KeepForever">
            <summary>
            Gets a value indicating whether or not this build is included in retention policy calculations.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.LabelName">
            <summary>
            Gets the version control label created for this build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.LastChangedBy">
            <summary>
            Gets the domain user name of the user who last changed the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.LastChangedByDisplayName">
            <summary>
            Gets the display name of the user who last changed the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.LastChangedOn">
            <summary>
            Gets the date and time of the last modification.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.LogLocation">
            <summary>
            Gets the log location.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.ProcessParameters">
            <summary>
            Gets the parameters used.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.Quality">
            <summary>
            Gets the quality.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.Reason">
            <summary>
            Gets the reason this build started.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.SourceGetVersion">
            <summary>
            Gets the version of sources to included in the build. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.StartTime">
            <summary>
            Gets the start time.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.Status">
            <summary>
            Gets the status.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.TeamProject">
            <summary>
            Gets the team project to which this build belongs. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.TestStatus">
            <summary>
            Gets the test status.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail.Uri">
            <summary>
            Gets the URI. This field is read-only.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec">
            <summary>
            Provides properties for querying builds within a team project collection.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec.BuildNumber">
            <summary>
            Gets or sets the build number filter. Wildcards are allowed.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec.InformationTypes">
            <summary>
            Gets the information types to return. A single element with the value '*' indicates all information.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec.MaxBuildsPerDefinition">
            <summary>
            Gets or sets the maximum number of builds to return per build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec.MaxFinishTime">
            <summary>
            Gets or sets the maximum finish time filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec.MinChangedTime">
            <summary>
            Gets or sets the minimum changed time filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec.MinFinishTime">
            <summary>
            Gets or sets the minimum finish time filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec.Quality">
            <summary>
            Gets or sets the build quality filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec.QueryDeletedOption">
            <summary>
            Gets or sets the behavior for returning deleted builds.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec.QueryOptions">
            <summary>
            Gets or sets the options used to control the amount of data returned.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec.QueryOrder">
            <summary>
            Gets or sets the desired order of the builds returned.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec.Reason">
            <summary>
            Gets or sets the build reason filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec.RequestedFor">
            <summary>
            Gets or sets the requested for filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec.Status">
            <summary>
            Gets or sets the build status filter.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildEnumerationHelper.GetDisplayText(System.Object)">
            <summary>
            Gets the localized display text for known enumeration values (and the ToString value for others).
            </summary>
            <param name="value">The value for which display text is returned.</param>
            <returns>The localized display text.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildEnumerationHelper.GetDisplayText(Microsoft.TeamFoundation.Build.Client.AgentStatus)">
            <summary>
            Gets the localized display text for AgentStatus values.
            </summary>
            <param name="value">The value for which display text is returned.</param>
            <returns>The localized display text.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildEnumerationHelper.GetDisplayText(Microsoft.TeamFoundation.Build.Client.Agent2008Status)">
            <summary>
            Gets the localized display text for Agent2008Status values.
            This method is for back compat and so is left internal for now.
            </summary>
            <param name="value">The value for which display text is returned.</param>
            <returns>The localized display text.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildEnumerationHelper.GetDisplayText(Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus)">
            <summary>
            Gets the localized display text for BuildPhaseStatus values.
            </summary>
            <param name="value">The value for which display text is returned.</param>
            <returns>The localized display text.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildEnumerationHelper.GetDisplayText(Microsoft.TeamFoundation.Build.Client.BuildReason)">
            <summary>
            Gets the localized display text for BuildReason values.
            </summary>
            <param name="value">The value for which display text is returned.</param>
            <returns>The localized display text.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildEnumerationHelper.GetDisplayText(Microsoft.TeamFoundation.Build.Client.BuildStatus)">
            <summary>
            Gets the localized display text for BuildStatus values.
            </summary>
            <param name="value">The value for which display text is returned.</param>
            <returns>The localized display text.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildEnumerationHelper.GetDisplayText(Microsoft.TeamFoundation.Build.Client.BuildStepStatus)">
            <summary>
            Gets the localized display text for BuildStepStatus values.
            </summary>
            <param name="value">The value for which display text is returned.</param>
            <returns>The localized display text.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildEnumerationHelper.GetDisplayText(Microsoft.TeamFoundation.Build.Client.ControllerStatus)">
            <summary>
            Gets the localized display text for ControllerStatus values.
            </summary>
            <param name="value">The value for which display text is returned.</param>
            <returns>The localized display text.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildEnumerationHelper.GetDisplayText(Microsoft.TeamFoundation.Build.Client.DefinitionQueueStatus)">
            <summary>
            Gets the localized display text for DefinitionQueueStatus values.
            </summary>
            <param name="value">The value for which display text is returned.</param>
            <returns>The localized display text.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildEnumerationHelper.GetDisplayText(Microsoft.TeamFoundation.Build.Client.DeleteOptions)">
            <summary>
            Gets the localized display text for DeleteOptions values.
            </summary>
            <param name="value">The value for which display text is returned.</param>
            <returns>The localized display text.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildEnumerationHelper.GetDisplayText(Microsoft.TeamFoundation.Build.Client.QueuePriority)">
            <summary>
            Gets the localized display text for QueuePriority values.
            </summary>
            <param name="value">The value for which display text is returned.</param>
            <returns>The localized display text.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildEnumerationHelper.GetDisplayText(Microsoft.TeamFoundation.Build.Client.QueueStatus)">
            <summary>
            Gets the localized display text for QueueStatus values.
            </summary>
            <param name="value">The value for which display text is returned.</param>
            <returns>The localized display text.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildEnumerationHelper.GetDisplayText(Microsoft.TeamFoundation.Build.Client.DefinitionTriggerType)">
            <summary>
            Gets the localized display text for DefinitionTriggerType values.
            </summary>
            <param name="value">The value for which display text is returned.</param>
            <returns>The localized display text.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildEnumerationHelper.GetDisplayTextValues(System.Type)">
            <summary>
            Gets an array of the localized display text values for a known enumeration (and the ToString values for others).
            </summary>
            <param name="enumType">The type of the enum.</param>
            <returns>The array of localized display text values.</returns>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildExtensionAttribute">
            <summary>
            This attribute indicates that a service should be instantiated and loaded into the workflow runtime on the
            build controller and/or agents as specified by the service type flags.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildInformationNode">
            <summary>
            Represents a single piece of (hierarchical) information about a build.
            </summary>
            <summary>
            Represents a single information node in the build information hierarchy.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.#ctor(Microsoft.TeamFoundation.Build.Client.BuildDetail,Microsoft.TeamFoundation.Build.Client.BuildInformationNode)">
            <summary>
            Creates a new build information node with default values.
            </summary>
            <param name="build">The build that owns the new information node.</param>
            <param name="parent">The parent that owns the new information node.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.#ctor(Microsoft.TeamFoundation.Build.Client.BuildDetail,Microsoft.TeamFoundation.Build.Client.BuildInformation)">
            <summary>
            Creates a new build information node with default values.
            </summary>
            <param name="build">The build that owns the new information node.</param>
            <param name="collection">The collection that owns the new information node.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.AfterDeserialize">
            <summary>
            Initializes this build information node after deserialization.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.Children">
            <summary>
            The children of this information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.Fields">
            <summary>
            The custom name / value pairs associated with this information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.Id">
            <summary>
            The unique identifier of this information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.Parent">
            <summary>
            The parent of this information node.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.Delete">
            <summary>
            Deletes this information node (and its children) from the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.Save">
            <summary>
            Persists any changes to this information node (and its children) to the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.IsDirty">
            <summary>
            Returns true if something has changed since we were last saved, and false otherwise.
            </summary>
            <returns>true if something has changed since we were last saved, false otherwise.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.GetRequests(System.Boolean)">
            <summary>
            Gets all of the add and edit requests for the subtree rooted at this node.
            </summary>
            <returns>A list of add and edit requests.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.InformationFieldsToDictionary(Microsoft.TeamFoundation.Build.Client.InformationField[])">
            <summary>
            Convert an array of information fields to a dictionary.
            </summary>
            <param name="fields">The array of information fields to convert.</param>
            <returns>The new dictionary.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.DictionaryToInformationFields(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Convert a dictionary to an array of information fields.
            </summary>
            <param name="dictionary">The dictionary to convert.</param>
            <returns>The new array of information fields.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.CopyDictionary(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Copy a dictionary. This, in itself, is not thread-safe.
            </summary>
            <param name="dictionary">The dictionary to copy.</param>
            <returns>The new dictionary.</returns>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.InternalFields">
            <summary>
            Gets the associated fields.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.LastModifiedBy">
            <summary>
            Gets the domain user name of the user that made the last modification. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.LastModifiedDate">
            <summary>
            Gets the last modification date. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.NodeId">
            <summary>
            Gets or sets the ID.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.ParentId">
            <summary>
            Gets or sets the parent node ID.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildInformationNode.Type">
            <summary>
            Gets or sets the information node type.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.InformationAddRequest">
            <summary>
            Represents a request to add a new build information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationAddRequest.Fields">
            <summary>
            The fields to associate with the node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationAddRequest.NodeId">
            <summary>
            Gets or sets the node ID. This value must be negative.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationAddRequest.NodeType">
            <summary>
            Gets or sets the type of information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationAddRequest.ParentId">
            <summary>
            Gets or sets the parent node ID. This must reference a node being added in the same request or an
            existing node for the target build.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.InformationField">
            <summary>
            Represents a key-value pair of strings associated with an information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationField.Name">
            <summary>
            Gets or sets the name of the field.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationField.Value">
            <summary>
            Gets or sets the value of the field.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildInformation">
            <summary>
            Represents a collection of information about a build.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformation.#ctor(Microsoft.TeamFoundation.Build.Client.BuildDetail,Microsoft.TeamFoundation.Build.Client.BuildInformationNode[])">
            <summary>
            Creates a top-level build information node collection for a BuildDetail object and initializes it
            from an array of BuildInformation objects.
            </summary>
            <param name="build">The owner of this collection.</param>
            <param name="informationNodes">The BuildInformation objects from which the tree is initialized.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformation.#ctor(Microsoft.TeamFoundation.Build.Client.BuildDetail,Microsoft.TeamFoundation.Build.Client.BuildInformationNode)">
            <summary>
            Creates an empty build information node collection owned by a particular build information node.
            </summary>
            <param name="build">The build which owns this collection.</param>
            <param name="owner">The node which owns this collection.</param>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildInformation.Nodes">
            <summary>
            The information nodes in this collection.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformation.CreateNode">
            <summary>
            Adds an information node to this collection.
            </summary>
            <returns>The new information node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformation.DeleteNode(Microsoft.TeamFoundation.Build.Client.IBuildInformationNode)">
            <summary>
            Removes the node from this collection.
            </summary>
            <param name="node"></param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformation.Delete">
            <summary>
            Deletes this collection of information nodes from the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformation.GetNode(System.Int32)">
            <summary>
            Returns the information node with the given Id.
            </summary>
            <param name="Id">The Id of the node to get.</param>
            <returns>The node with the given Id, or null if no node was found.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformation.GetNodesByType(System.String)">
            <summary>
            Returns the information nodes in Nodes with the given type.
            </summary>
            <param name="type">The type for which nodes are returned.</param>
            <returns>The list of nodes in Nodes with the given type.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformation.GetNodesByType(System.String,System.Boolean)">
            <summary>
            Returns the information nodes in Nodes with the given type.
            </summary>
            <param name="type">The type for which nodes are returned.</param>
            <returns>The list of nodes in Nodes with the given type.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformation.GetNodesByTypes(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Returns the information nodes in Nodes with the given type(s).
            </summary>
            <param name="type">The type(s) for which nodes are returned.</param>
            <returns>The list of nodes in Nodes with the given type.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformation.GetNodesByTypes(System.Collections.Generic.IEnumerable{System.String},System.Boolean)">
            <summary>
            Returns the information nodes in Nodes with the given type(s).
            </summary>
            <param name="type">The type(s) for which nodes are returned.</param>
            <returns>The list of nodes in Nodes with the given type.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformation.GetSortedNodesByType(System.String,System.Collections.Generic.IComparer{Microsoft.TeamFoundation.Build.Client.IBuildInformationNode})">
            <summary>
            Returns a sorted list of the information nodes in Nodes and all subtrees with the given type.
            </summary>
            <param name="type">The type for which nodes are returned.</param>
            <param name="comparer">The comparison used to sort nodes at the same level in the hierarchy.</param>
            <returns>A sorted list of the information nodes in Nodes and all subtrees with the given type.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformation.GetSortedNodesByTypes(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IComparer{Microsoft.TeamFoundation.Build.Client.IBuildInformationNode})">
            <summary>
            Returns a sorted list of the information nodes in Nodes and all subtrees with the given type(s).
            </summary>
            <param name="type">The type(s) for which nodes are returned.</param>
            <param name="comparer">The comparison used to sort nodes at the same level in the hierarchy.</param>
            <returns>A sorted list of the information nodes in Nodes and all subtrees with the given type.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformation.GetSortedNodes(System.Collections.Generic.IComparer{Microsoft.TeamFoundation.Build.Client.IBuildInformationNode})">
            <summary>
            Returns a sorted list of the information nodes in Nodes and all subtrees (recursive). Sorting will
            be first by hierarchy, and then by the given comparer.
            </summary>
            <param name="comparer">The comparison used to sort nodes at the same level in the hierarchy.</param>
            <returns>A sorted list of the information nodes in Nodes and all subtrees.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildInformation.Save">
            <summary>
            Persists any changes to this collection of information nodes (and all subtrees) to the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildProjectNode.AddBuildProjectNode">
            <summary>
            Adds a child project node to the project node.
            </summary>
            <returns>The added project node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildProjectNode.Save">
            <summary>
            Saves the build project to the server.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildQueueSpec">
            <summary>
            Provides properties for querying the build queue within a team project collection.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildQueueSpec.QueryOptions">
            <summary>
            Gets or sets the options used to control the amount of data returned.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildQueueSpec.RequestedFor">
            <summary>
            Gets or sets the requested for filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildQueueSpec.Status">
            <summary>
            Gets or sets the build status filter.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildRequest">
            <summary>
            Represents a build request in the TFS Build server.
            </summary>
            <summary>
            Specifies parameters for queuing a build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest.BatchId">
            <summary>
            Gets or sets the batch ID for this request. Requests with matching batch IDs are started together
            in a single build up to a maximum batch size configured on the Build Definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest.BuildControllerUri">
            <summary>
            Gets or sets the build controller to use for the build. A null value indicates the default build controller
            of the build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest.BuildDefinitionUri">
            <summary>
            Gets or sets the target build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest.CustomGetVersion">
            <summary>
            Gets or sets the version of sources to download for the build. GetOption.Custom must be specified.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest.DropLocation">
            <summary>
            Gets or sets the drop location to use for the build. A null value indicates the default drop location of
            the build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest.GatedCheckInTicket">
            <summary>
            Gets or sets the check-in ticket generated by the server to use for this build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest.GetOption">
            <summary>
            Gets or sets the desired option for determing the version of sources to download for the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest.MaxQueuePosition">
            <summary>
            Gets or sets a value indicating the maximum queue depth allowed for this build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest.Postponed">
            <summary>
            Gets or sets a value indicating whether or not the queued build is active immediately.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest.Priority">
            <summary>
            Gets or sets the priority of the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest.ProcessParameters">
            <summary>
            Gets or sets the process parameters to use for the build. Parameters which are not explicitly overridden
            by the build will inherit values from the build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest.Reason">
            <summary>
            Gets or sets the reason this build was queued.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest.RequestedFor">
            <summary>
            Gets or sets the name of the user this build was requested for.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest.ShelvesetName">
            <summary>
            Gets or sets the name of the shelveset to incorporate in this build.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.#ctor">
            <summary>
            This object cannot be created directly, it must be created by the TeamFoundationServer.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServer.BuildServerVersion">
            <summary>
            The version of the TFS Build Server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildDefinition(System.String)">
            <summary>
            Create a new build definition owned by this build server.
            </summary>
            <param name="teamProject">The team project under which the build definition will be created.</param>
            <returns>The new build definition.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateQueuedBuildsView">
            <summary>
            Create a queued builds view.
            </summary>
            <returns>The new view.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateQueuedBuildsView(System.String)">
            <summary>
            Create a queued builds view filtered by team project.
            </summary>
            <param name="teamProject">The team project whose queued builds can be included in the view.</param>
            <returns>The new view.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateQueuedBuildsView(System.Collections.Generic.IEnumerable{System.Uri})">
            <summary>
            Create a queued builds view filtered by the provided definitions.
            </summary>
            <param name="definitionUris">The definitions whose queued builds can be included in the view.</param>
            <returns>The new view.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildDetailSpec(System.String)">
            <summary>
            Creates a new build detail specification that can be used to query builds for a particular team project.
            </summary>
            <param name="teamProject">The team project for which builds can be queried.</param>
            <returns>The new build detail specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildDetailSpec(System.String,System.String)">
            <summary>
            Creates a new build detail specification that can be used to query builds for a particular team project and definition.
            </summary>
            <param name="teamProject">The team project for which builds can be queried.</param>
            <param name="definitionName">The build definition for which buidls can be queried.</param>
            <returns>The new build detail specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildDetailSpec(Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec)">
            <summary>
            Creates a new build detail specification that can be used to query builds for a particular team project and definition.
            </summary>
            <param name="definitionSpec">A build definition specification that includes the team project and definition for which builds can be queried.</param>
            <returns>The new build detail specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildDetailSpec(Microsoft.TeamFoundation.Build.Client.IBuildDefinition)">
            <summary>
            Creates a new build detail specification that can be used to query builds for a particular definition.
            </summary>
            <param name="definition">The build definition for which builds can be queried.</param>
            <returns>The new build detail specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildDetailSpec(System.Collections.Generic.IEnumerable{System.Uri})">
            <summary>
            Creates a new build detail specification that can be used to query builds for the specified definitions.
            </summary>
            <param name="definitionUris">The build definitions for which builds can be queried.</param>
            <returns>The new build detail specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildAgentSpec">
            <summary>
            Creates a new build agent specification that can be used to query build agents.
            </summary>
            <returns>The new build agent specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildAgentSpec(Microsoft.TeamFoundation.Build.Client.IBuildAgent)">
            <summary>
            Creates a new build agent specification that can be used to query build agents.
            </summary>
            <param name="agent">The agent for which a specification is created.</param>
            <returns>The new build agent specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildAgentSpec(System.String,System.String,System.Collections.Generic.List{System.String})">
            <summary>
            Creates a new build agent specification that can be used to query build agents.
            </summary>
            <param name="name">The agent name to query - supports wildcards.</param>
            <param name="computer">The computer to query - null/empty means "don't care".</param>
            <param name="tags">The tags to query - null/empty means "don't care".</param>
            <returns>The new build agent specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildAgentSpec(System.String,System.String,System.String[],System.Collections.Generic.List{System.String})">
            <summary>
            Creates a new build agent specification that can be used to query build agents.
            </summary>
            <param name="name">The agent name to query - supports wildcards.</param>
            <param name="computer">The computer to query - null/empty means "don't care".</param>
            <param name="propertyNameFilters">Property name filters</param>
            <param name="tags">The tags to query - null/empty means "don't care".</param>
            <returns>The new build agent specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildControllerSpec">
            <summary>
            Creates a new build controller specification that can be used to query build controllers.
            </summary>
            <returns>The new build controller specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildControllerSpec(System.String,System.String)">
            <summary>
            Creates a new build controller specification that can be used to query build controllers.
            </summary>
            <param name="name">The controller name to query - supports wildcards.</param>
            <param name="computer">The computer to query - null/empty means "don't care".</param>
            <returns>The new build controller specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildControllerSpec(System.String,System.String,System.String[],System.Boolean)">
            <summary>
            Creates a new build controller specification that can be used to query build controllers.
            </summary>
            <param name="name">The controller name to query - supports wildcards.</param>
            <param name="computer">The computer to query - null/empty means "don't care".</param>
            <param name="propertyNameFilters">Property name filters</param>
            <param name="includeAgents">Include agents into the query or not</param>
            <returns>The new build controller specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildDefinitionSpec(Microsoft.TeamFoundation.Build.Client.IBuildDefinition)">
            <summary>
            Creates a new build definition specification that can be used to query build definitions.
            </summary>
            <param name="definition">The definition for which a specification is created.</param>
            <returns>The new build definition specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildDefinitionSpec(System.String)">
            <summary>
            Creates a new build definition specification that can be used to query build definitions.
            </summary>
            <param name="teamProject">The team project for which agents can be queried.</param>
            <returns>The new build definition specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildDefinitionSpec(System.String,System.String)">
            <summary>
            Creates a new build definition specification that can be used to query build definitions.
            </summary>
            <param name="teamProject">The team project for which agents can be queried.</param>
            <param name="definitionName">The definition name to query - support wildcards.</param>
            <returns>The new build definition specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildDefinitionSpec(System.String,System.String,System.String[])">
            <summary>
            Creates a new build definition specification that can be used to query build definitions.
            </summary>
            <param name="teamProject">The team project for which agents can be queried.</param>
            <param name="definitionName">The definition name to query - support wildcards.</param>
            <param name="propertyNameFilters">Property name filters</param>
            <returns>The new build definition specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildQueueSpec(System.String)">
            <summary>
            Creates a new build queue specification that can be used to query queued builds.
            </summary>
            <param name="teamProject">The team project for which queued builds can be queried.</param>
            <returns>The new build queue specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildQueueSpec(System.String,System.String)">
            <summary>
            Creates a new build queue specification that can be used to query queued builds.
            </summary>
            <param name="teamProject">The team project for which queued builds can be queried.</param>
            <param name="definitionName">The definition name to query - support wildcards.</param>
            <returns>The new build queue specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildQueueSpec(System.Collections.Generic.IEnumerable{System.Uri})">
            <summary>
            Creates a new build queue specification that can be used to query queued builds.
            </summary>
            <param name="definitionUris">The definitions to query.</param>
            <returns>A new build queue specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildRequest(System.Uri)">
            <summary>
            Creates a new build request for the specified build definition.
            </summary>
            <param name="buildDefinitionUri">The build definition</param>
            <returns>A new build request</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildRequest(System.Uri,System.Uri)">
            <summary>
            Creates a new build request for the specified build definition and controller.
            </summary>
            <param name="buildDefinitionUri">The build definiton</param>
            <param name="buildControllerUri">The build controller</param>
            <returns>A new build request</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildServiceHost(System.String,System.Uri)">
            <summary>
            Creates a new service host with the specified name and base URL.
            </summary>
            <param name="name">The name of the service host</param>
            <param name="baseUrl">The base URL of the service host.</param>
            <returns>The new service host.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateBuildServiceHost(System.String,System.String,System.String,System.Int32)">
            <summary>
            Creates a new service host with the specified name, and with a base URL consisting of the specified scheme,
            host, and port and the default path (Build/v3.0/Services).
            </summary>
            <param name="name">The name of the service host.</param>
            <param name="scheme">The scheme of the base URL of the service host.</param>
            <param name="host">The host of the base URL of the service host.</param>
            <param name="port">The port of the base URL of the service host.</param>
            <returns>The new service host.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetAffectedBuildDefinitions(System.String[])">
            <summary>
            Gets a list of all build definitions which are affected by the provided TFS Version Control
            server paths. Definitions which may be affected include the Batch and Schedule
            ContinuousIntegrationType.
            </summary>
            <param name="serverItems">An array of TFS Version Control server paths</param>
            <returns>An array of build definitions </returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetAffectedBuildDefinitions(System.String[],Microsoft.TeamFoundation.Build.Client.DefinitionTriggerType)">
            <summary>
            Gets a list of all build definitions which are affected by the provided TFS Version Control
            server paths and are configured with a trigger supplied in the filter.
            </summary>
            <param name="serverItems">An array of TFS Version Control server paths</param>
            <param name="triggerType">The type of trigger(s) which should be queried</param>
            <returns>An array of build definitions</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetMinimalBuildDetails(System.Uri)">
            <summary>
            Gets a single build with no agent, definition, or information nodes.
            </summary>
            <param name="buildUri">The Uri of the build.</param>
            <returns>The build with the given Uri, without any details.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetAllBuildDetails(System.Uri)">
            <summary>
            Gets a single build with agent, definition, and all information nodes.
            </summary>
            <param name="buildUri">The Uri of the build.</param>
            <returns>The build with the given Uri, with all details.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetBuild(System.Uri)">
            <summary>
            Gets a single build with all information types and query options.
            </summary>
            <param name="buildUri">The URI of the build.</param>
            <returns>The build with the given URI.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetBuild(System.Uri,System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets a single build by Uri.
            </summary>
            <param name="buildUri">The Uri of the build to get.</param>
            <param name="informationTypes">The information types which should be retrieved.</param>
            <param name="queryOptions">The query options.</param>
            <returns>The build with the given Uri.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetBuild(System.Uri,System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions,Microsoft.TeamFoundation.Build.Client.QueryDeletedOption)">
            <summary>
            Gets a single build by Uri.
            </summary>
            <param name="buildUri">The Uri of the build to get.</param>
            <param name="informationTypes">The information types which should be retrieved.</param>
            <param name="queryOptions">The query options.</param>
            <param name="queryDeletedOption">The deleted options.</param>
            <returns>The build with the given Uri.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetBuild(Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec,System.String,System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets a single build by build definition path and build number.
            </summary>
            <param name="buildDefinitionPath">Specification of the build definition from which the build was created.</param>
            <param name="buildNumber">Build number of the build.</param>
            <returns>The build number with the given build number created from the given build definition.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildsByUri(System.Uri[],System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets an array of builds by Uri. The informationTypes array can be of the following
            format: empty or null gets none, 1 element with a '*' gets all, otherwise the types
            are matched as-is.
            </summary>
            <param name="buildUris">The Uris of the builds to get.</param>
            <param name="informationTypes">The information type names which should be retrieved</param>
            <param name="queryOptions">Specify the related information to query for.</param>
            <returns>An array of the builds with the given Uris (or null if a Uri was invalid).</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildsByUri(System.Uri[],System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions,Microsoft.TeamFoundation.Build.Client.QueryDeletedOption)">
            <summary>
            Gets an array of builds by Uri. The informationTypes array can be of the following
            format: empty or null gets none, 1 element with a '*' gets all, otherwise the types
            are matched as-is.
            </summary>
            <param name="buildUris">The Uris of the builds to get.</param>
            <param name="informationTypes">The information type names which should be retrieved</param>
            <param name="queryOptions">Specify the related information to query for.</param>
            <param name="queryDeletedOption">Specify whether to include deleted builds in the query.</param>
            <returns>An array of the builds with the given Uris (or null if a Uri was invalid).</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuilds(System.String)">
            <summary>
            Gets all of the builds for a team project.
            </summary>
            <param name="teamProject">The team project for which builds are retrieved.</param>
            <returns>The builds for the given team project.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuilds(System.String,System.String)">
            <summary>
            Gets all of the builds for a team project and definition.
            </summary>
            <param name="teamProject">The team project for which builds are retrieved.</param>
            <param name="definitionName">The definition for which builds are retrieved.</param>
            <returns>The builds for the given team project and definition.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec)">
            <summary>
            Gets all of the builds for a build definition specification.
            </summary>
            <param name="definitionSpec">The build definition specification for which builds are retrieved.</param>
            <returns>The builds for the given build definition specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDefinition)">
            <summary>
            Gets all of the builds for a build definition.
            </summary>
            <param name="definition">The build definition for which builds are retrieved.</param>
            <returns>The builds for the given build definition.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec)">
            <summary>
            Gets a single build query result matching a build detail specification.
            </summary>
            <param name="buildDetailSpec">The build specification for which a build query result is retrieved.</param>
            <returns>The matching build query result.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec[])">
            <summary>
            Gets an array of build query results matching an array of build detail specifications.
            </summary>
            <param name="buildDetailSpecs">The build detail specifications for which build query results are
            retrieved.</param>
            <returns>The matching build query results.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.SortBuildsOfResults(Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec[],Microsoft.TeamFoundation.Build.Client.BuildQueryResult[])">
            <summary>
            Sorts the builds within each BuildQueryResult according to the sort preference
            on the associated IBuildDetailSpec.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.DeleteBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDetail[])">
            <summary>
            Deletes an array of builds from the server. All parts of the build are deleted.
            </summary>
            <param name="builds">The builds to be deleted.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.DeleteBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDetail[],Microsoft.TeamFoundation.Build.Client.DeleteOptions)">
            <summary>
            Deletes an array of builds from the server.
            </summary>
            <param name="builds">The builds to be deleted.</param>
            <param name="options">The parts of the build to delete.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.DeleteBuilds(System.Uri[])">
            <summary>
            Deletes an array of builds from the server. All parts of the build are deleted.
            </summary>
            <param name="buildUris">The URIs of the builds to be deleted.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.DeleteBuilds(System.Uri[],Microsoft.TeamFoundation.Build.Client.DeleteOptions)">
            <summary>
            Deletes an array of builds from the server.
            </summary>
            <param name="buildUris">The URIs of the builds to be deleted.</param>
            <param name="options">The parts of the build to delete.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.DestroyBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDetail[])">
            <summary>
            Destroys builds from the server.
            </summary>
            <param name="builds">The builds to be deleted.</param>
            <remarks>
            Unlike DeleteBuilds, this method will remove the build records from
            the database completely. This method will not delete build artifacts
            such as the drop location and test results.
            </remarks>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.DestroyBuilds(System.Uri[])">
            <summary>
            Destroys builds from the server.
            </summary>
            <param name="buildUris">The URIs of the builds to be deleted.</param>
            <remarks>
            Unlike DeleteBuilds, this method will remove the build records from
            the database completely. This method will not delete build artifacts
            such as the drop location and test results.
            </remarks>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.SaveBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDetail[])">
            <summary>
            Saves any changes made to an array of builds to the server.
            </summary>
            <param name="builds">The builds to be saved.</param>
            <returns>An array of the saved builds.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetBuildDefinition(System.Uri,Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets a single build definition by Uri.
            </summary>
            <param name="buildDefinitionUri">The Uri of the build definition to get.</param>
            <param name="options">Query options</param>
            <returns>The build definition with the given Uri.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetBuildDefinition(System.Uri,System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets a single build definition by Uri.
            </summary>
            <param name="buildDefinitionUri">The Uri of the build definition to get.</param>
            <param name="propertyNameFilters">Property names to query</param>
            <param name="options">Query options</param>
            <returns>The build definition with the given Uri.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetBuildDefinition(System.String,System.String,Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets a single build definition by team project and name.
            </summary>
            <param name="teamProject">The team project that owns the build definition.</param>
            <param name="name">The name of the build definition.</param>
            <param name="options">Query options</param>
            <returns>The build definition owned by the given team project and having the given name.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildDefinitionsByUri(System.Uri[])">
            <summary>
            Gets an array of build definitions by Uri.
            </summary>
            <param name="buildDefinitionUris">The Uris of the build definitions to get.</param>
            <returns>The build definitions with the given Uris (or null if a Uri was invalid).</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildDefinitionsByUri(System.Uri[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets an array of build definitions by Uri and optionally retrieves the build controllers/agents which the
            definition references depending on the provided query options.
            </summary>
            <param name="buildDefinitionUris"></param>
            <param name="options">Query options</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildDefinitionsByUri(System.Uri[],System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets an array of build definitions by Uri and optionally retrieves the build controllers/agents which the
            definition references depending on the provided query options.
            </summary>
            <param name="buildDefinitionUris"></param>
            <param name="propertyNameFilters">Property names to query</param>
            <param name="options">Query options</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildDefinitions(System.String,Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets the build definitions for the given team project.
            </summary>
            <param name="teamProject">The team project for which build definitions are retrieved.</param>
            <param name="options">Query options</param>
            <returns>The build definitions for the given team project.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildDefinitions(Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec)">
            <summary>
            Gets a single build definition query result matching a build definition specification.
            </summary>
            <param name="buildDefinitionSpec">The build definition specification for which a build definition
            query result is retrieved.</param>
            <returns>The matching build definition query result.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildDefinitions(Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec,System.Boolean)">
            <summary>
            Gets a single build definition query result matching a build definition specification.
            </summary>
            <param name="buildDefinitionSpec">The build definition specification for which a build definition
            query result is retrieved.</param>
            <returns>The matching build definition query result.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildDefinitions(Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec[])">
            <summary>
            Gets an array of build definition query results matching an array of build definition specifications
            (of the form \TeamProject\BuildDefinitionName, and supporting wildcards).
            </summary>
            <param name="buildDefinitionSpecs">The build definition specifications for which build definition query
            results are retrieved.</param>
            <returns>The matching build definition query results.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.DeleteBuildDefinitions(Microsoft.TeamFoundation.Build.Client.IBuildDefinition[])">
            <summary>
            Deletes an array of build definitions from the server.
            </summary>
            <param name="definitions">The definitions to be deleted.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.DeleteBuildDefinitions(System.Uri[])">
            <summary>
            Deletes an array of build definitions from the server.
            </summary>
            <param name="definitionUris">The URIs of the definitions to be deleted.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.SaveBuildDefinitions(Microsoft.TeamFoundation.Build.Client.IBuildDefinition[])">
            <summary>
            Saves any changes made to an array of build definitions to the server.
            </summary>
            <param name="definitions">The definitions to be saved.</param>
            <returns>An array of the added / updated definitions.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.DeleteBuildServiceHost(System.Uri)">
            <summary>
            Deletes the service host and all associated services from the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetBuildServiceHost(System.String)">
            <summary>
            Gets the service host that matches the given name.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetBuildServiceHost(System.Uri)">
            <summary>
            Gets the service host that matches the given URI.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildServiceHosts(System.String)">
            <summary>
            Queries for the list of all build service hosts that are hosted on the specified computers.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildServiceHostsByUri(System.Uri[])">
            <summary>
            Gets the build service hosts that match the given URIs.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.SaveBuildServiceHost(Microsoft.TeamFoundation.Build.Client.IBuildServiceHost)">
            <summary>
            Saves the service host changes to the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.TestConnectionsForBuildMachine(Microsoft.TeamFoundation.Build.Client.IBuildServiceHost)">
            <summary>
            Tells AT to test connection for build machine resources and updates resources statuses/status messages
            </summary>
            <param name="host">BuildServiceHost to be tested.</param>
            <returns>Updated BuildServiceHost with all the resources.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.TestConnectionForBuildController(Microsoft.TeamFoundation.Build.Client.IBuildController)">
            <summary>
            Tells AT to test connection for build controller and updates the controller status/status message
            </summary>
            <param name="controller">BuildController to be tested.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.TestConnectionForBuildAgent(Microsoft.TeamFoundation.Build.Client.IBuildAgent)">
            <summary>
            Tells AT to test connection for build agent and updates the agent status/status message
            </summary>
            <param name="agent">BuildAgent to be tested.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetBuildAgent(System.Uri)">
            <summary>
            Gets a single build agent by Uri.
            </summary>
            <param name="buildAgentUri">The Uri of the build agent to get.</param>
            <returns>The build agent with the given Uri.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetBuildAgent(System.Uri,System.String[])">
            <summary>
            Gets a single build agent by Uri.
            </summary>
            <param name="buildAgentUri">The Uri of the build agent to get.</param>
            <param name="propertyNameFilters">The property names to get.</param>
            <returns>The build agent with the given Uri.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildAgentsByUri(System.Uri[])">
            <summary>
            Gets an array of build agents by Uri.
            </summary>
            <param name="buildAgentUris">The Uris of the build agents to get.</param>
            <returns>The build agents with the given Uris (or null if a Uri was invalid).</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildAgentsByUri(System.Uri[],System.String[])">
            <summary>
            Gets an array of build agents by Uri.
            </summary>
            <param name="buildAgentUris">The Uris of the build agents to get.</param>
            <param name="propertyNameFilters">The property names to get.</param>
            <returns>The build agents with the given Uris (or null if a Uri was invalid).</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildAgents(Microsoft.TeamFoundation.Build.Client.IBuildAgentSpec)">
            <summary>
            Gets a build agent query result matching a build agent specification.
            </summary>
            <param name="buildAgentSpec">The build agent specification for which a build agent query result is returned.</param>
            <returns>The matching build agent query result.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildAgents(Microsoft.TeamFoundation.Build.Client.IBuildAgentSpec[])">
            <summary>
            Gets an array of build agent query results matching an array of build agent specifications
            (of the form \TeamProject\BuildAgentName, and supporting wildcards).
            </summary>
            <param name="buildAgentSpecs">The build agent specifications for which build agent query
            results are retrieved.</param>
            <returns>The matching build agent query results.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.DeleteBuildAgents(Microsoft.TeamFoundation.Build.Client.IBuildAgent[])">
            <summary>
            Deletes an array of build agents from the server.
            </summary>
            <param name="agents">The agents to be deleted.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.DeleteBuildAgents(System.Uri[])">
            <summary>
            Deletes an array of build agents from the server.
            </summary>
            <param name="agentUris">The URIs of the agents to be deleted.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.SaveBuildAgents(Microsoft.TeamFoundation.Build.Client.IBuildAgent[])">
            <summary>
            Saves any changes made to an array of build agents to the server.
            </summary>
            <param name="agents">The agents to be saved.</param>
            <returns>An array of the added / updated build agents.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetBuildController(System.Uri,System.Boolean)">
            <summary>
            Gets a single build controller.
            </summary>
            <param name="buildControllerUri">The URI of the build controller.</param>
            <returns>The build controller with the given URI.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetBuildController(System.Uri,System.String[],System.Boolean)">
            <summary>
            Gets a single build controller.
            </summary>
            <param name="buildControllerUri">The URI of the build controller.</param>
            <param name="propertyNameFilters">The property names to get.</param>
            <returns>The build controller with the given URI.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetBuildController(System.String)">
            <summary>
            Retrieves a single build controller using the specified display name. A wild card may be specified, but
            if more than one controller is matched than an exception is thrown.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildControllers">
            <summary>
            Gets all build controllers and their associated agents.
            </summary>
            <returns>All of the build controllers.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildControllers(System.Boolean)">
            <summary>
            Gets all build controllers.
            </summary>
            <returns>All of the build controllers.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildControllersByUri(System.Uri[],System.Boolean)">
            <summary>
            Gets the build controllers that match the given URIs.
            </summary>
            <param name="buildControllerUris">The URIs of the build controllers.</param>
            <returns>The build controllers with the given URIs.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildControllersByUri(System.Uri[],System.String[],System.Boolean)">
            <summary>
            Gets the build controllers that match the given URIs.
            </summary>
            <param name="buildControllerUris">The URIs of the build controllers.</param>
            <param name="propertyNameFilters">The property names to get.</param>
            <returns>The build controllers with the given URIs.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildControllers(Microsoft.TeamFoundation.Build.Client.IBuildControllerSpec)">
            <summary>
            Gets a single build controller query result for a given build controller specification.
            </summary>
            <param name="buildControllerSpec">The build controller specification.</param>
            <returns>The build controller query result for the given specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryBuildControllers(Microsoft.TeamFoundation.Build.Client.IBuildControllerSpec[])">
            <summary>
            Gets the build controller query results for the given build controller specifications.
            </summary>
            <param name="buildControllerSpecs">The build controller specifications.</param>
            <returns>The build controller query results for the given specifications.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.DeleteBuildControllers(Microsoft.TeamFoundation.Build.Client.IBuildController[])">
            <summary>
            Deletes build controllers from the server.
            </summary>
            <param name="Controllers">The controllers to be deleted.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.DeleteBuildControllers(System.Uri[])">
            <summary>
            Deletes build controllers from the server.
            </summary>
            <param name="ControllerUris">The URIs of the controllers to be deleted.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.SaveBuildControllers(Microsoft.TeamFoundation.Build.Client.IBuildController[])">
            <summary>
            Saves any changes made to the build controllers to the server.
            </summary>
            <param name="Controllers">The controllers to be saved.</param>
            <returns>The saved build controllers.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetQueuedBuild(System.Int32,Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets a queued build for a given ID.
            </summary>
            <param name="queuedBuildId">The ID of the queued build to be retrieved.</param>
            <param name="queryOptions">Options specifying the additional data to be returned.</param>
            <returns>The queued build for the given ID.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetQueuedBuild(System.Int32[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets an array of queued builds for an array of IDs.
            </summary>
            <param name="queuedBuildIds">The IDs of the queued builds to be retrieved.</param>
            <param name="queryOptions">Options specifying the additional data to be returned.</param>
            <returns>The queued builds for the given IDs.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryQueuedBuilds(Microsoft.TeamFoundation.Build.Client.IQueuedBuildSpec)">
            <summary>
            Gets a single build query result for a given queued build specification.
            </summary>
            <param name="buildDetailSpec">The queued build specification.</param>
            <returns>The queued build query result for the given specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueryQueuedBuilds(Microsoft.TeamFoundation.Build.Client.IQueuedBuildSpec[])">
            <summary>
            Gets the build query results for a given array of queued build specifications.
            </summary>
            <param name="buildDetailSpec">The queued build specifications.</param>
            <returns>The queued build query results for the given specifications.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.RetryQueuedBuilds(Microsoft.TeamFoundation.Build.Client.IQueuedBuild[])">
            <summary>
            Retries the specified builds and places all specified builds into a batch together.
            </summary>
            <param name="queuedBuilds">The queued builds to be retried in a batch.</param>
            <returns>The updated queued builds.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.RetryQueuedBuilds(Microsoft.TeamFoundation.Build.Client.IQueuedBuild[],System.Guid)">
            <summary>
            Retries the specified builds and places all specified builds into a batch together.
            </summary>
            <param name="queuedBuilds">The queued builds to be retried in a batch.</param>
            <param name="batchId">The ID of the newly created batch.</param>
            <returns>The updated queued builds.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.RetryQueuedBuilds(Microsoft.TeamFoundation.Build.Client.IQueuedBuild[],System.Guid,Microsoft.TeamFoundation.Build.Client.QueuedBuildRetryOption)">
            <summary>
            Retries the specified builds with the specific retry option and places all specified builds into a batch together.
            </summary>
            <param name="queuedBuilds">The queued builds to be retried in a batch.</param>
            <param name="batchId">The ID of the newly created batch.</param>
            <param name="retryOption">Option to retry a completed or an in progress build</param>
            <returns>The updated queued builds.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.SaveQueuedBuilds(Microsoft.TeamFoundation.Build.Client.IQueuedBuild[])">
            <summary>
            Saves any changes made to an array of queued builds to the server.
            </summary>
            <param name="queuedBuilds">The queued builds to be saved.</param>
            <returns>An array of the saved queued builds.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueueBuild(Microsoft.TeamFoundation.Build.Client.IBuildDefinition)">
            <summary>
            Queues a build for the given build definition with all default options. Equivalent to
            calling QueueBuild(definition.CreateBuildRequest()).
            </summary>
            <param name="definition">The definition for which a build is queued.</param>
            <returns>The queued build.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueueBuild(Microsoft.TeamFoundation.Build.Client.IBuildRequest)">
            <summary>
            Queues a build for the given build request with default QueueOptions.
            </summary>
            <param name="request">The parameters used in queuing the build, including the BuildDefinition and BuildAgent.</param>
            <returns>The queued build.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.QueueBuild(Microsoft.TeamFoundation.Build.Client.IBuildRequest,Microsoft.TeamFoundation.Build.Client.QueueOptions)">
            <summary>
            Queues a build for the given build request.
            </summary>
            <param name="request">The parameters used in queuing the build, including the BuildDefinition and BuildAgent.</param>
            <param name="options">The options for the queuing of the build, including whether or not to preview the queue position.</param>
            <returns>The queued build.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.StartQueuedBuildsNow(Microsoft.TeamFoundation.Build.Client.IQueuedBuild[])">
            <summary>
            Starts the provided queued builds if they are in a paused definition queue and have a status of Queued.
            </summary>
            <param name="builds">The builds which should be started</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.StartQueuedBuildsNow(System.Int32[])">
            <summary>
            Starts the queued builds withd the provided IDs if they are in a paused definition queue and have a status of Queued.
            </summary>
            <param name="builds">The builds which should be started</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.StopBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDetail[])">
            <summary>
            Stops the provided builds. If a build is not currently in progress then no attempt is made to stop the
            build and no exception is thrown. Builds which no longer exist on the server cause an exception to be thrown.
            </summary>
            <param name="builds"></param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.StopBuilds(System.Uri[])">
            <summary>
            Stops all builds with the provided URIs. For builds which are not in progress the URIs are silently ignored
            by the server. URIs which do not exist on the server will cause an exception to be thrown.
            </summary>
            <param name="uris"></param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CancelBuilds(Microsoft.TeamFoundation.Build.Client.IQueuedBuild[])">
            <summary>
            Cancels the provided queued builds if they are currently in the active or postponed states.
            </summary>
            <param name="builds">The builds which should be canceled</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CancelBuilds(System.Int32[])">
            <summary>
            Cancels queued builds with the provided ids if they are currently in the active or postponed states.
            </summary>
            <param name="ids">The ids of queued builds which should be canceled</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetEnumValue(System.Type,System.String,System.Object)">
            <summary>
            Gets an enumeration value from corresponding localized display text.
            </summary>
            <param name="enumType">The type of the returned enumeration.</param>
            <param name="displayText">The localized display text.</param>
            <param name="defaultValue">The default value - returned if the display text cannot be converted.</param>
            <returns>The corresponding enumeration value, or defaultValue if the conversion is unsuccessful.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetDisplayText(System.Object)">
            <summary>
            Gets the localized display text for known enumeration values (and the ToString value for others).
            </summary>
            <param name="value">The value for which display text is returned.</param>
            <returns>The localized display text.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetDisplayTextValues(System.Type)">
            <summary>
            Gets an array of the localized display text values for a known enumeration (and the ToString values for others).
            </summary>
            <param name="enumType">The type of the enum.</param>
            <returns>The array of localized display text values.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetScheduleDaysFromDaysOfWeek(System.DayOfWeek[])">
            <summary>
            Takes an array of DayOfWeek enumeration values and returns a ScheduleDays value
            that can be used to set ISchedule.DaysToBuild.
            </summary>
            <param name="daysOfWeek">An array of DayOfWeek enumeration values.</param>
            <returns>The corresponding ScheduleDays value.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.CreateTeamProjectComponents(System.Uri,System.Collections.Generic.IEnumerable{Microsoft.TeamFoundation.Build.Client.BuildTeamProjectPermission})">
            <summary>
            Creates the team project components for build.
            </summary>
            <param name="projectUri">The project uri for the project being created.</param>
            <param name="permissions">The build permissions to set.</param>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServer.CompatibilityEnabled">
            <summary>
            Internal flag that controls whether or not compatibility with V1 should be enabled.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServer.GetUrisForBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDetail[])">
            <summary>
            Returns an array of Uris associated with the specified builds.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServerExtensions.CreateInitialSourceProvider(Microsoft.TeamFoundation.Build.Client.IBuildDefinition,System.String)">
            <summary>
            This extension method should no longer be used. It is here for backwards compatibility only.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServerExtensions.SetSourceProvider(Microsoft.TeamFoundation.Build.Client.IBuildDefinition,Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSourceProvider)">
            <summary>
            This extension method should no longer be used. It is here for backwards compatibility only.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServerExtensions.GetDefaultSourceProvider(Microsoft.TeamFoundation.Build.Client.IBuildDefinition)">
            <summary>
            This extension method for IBuildDefinition retuns the first source provider for the
            definition. If no source provider is listed, an empty TFVC provider is returned.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildService.GetService(System.Type)">
            <summary>
            Method which allows the deserialization logic in the automatically generated proxy
            to automatically assign the BuildServer object to types as they are deserialized.
            </summary>
            <param name="t">The type of build service to retrieve</param>
            <returns>An ITeamFoundationServerObject which implements the requested type</returns>
            <exception cref="T:System.NotSupportedException" />
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.AdministrationWebService.GetService(System.Type)">
            <summary>
            Method which allows the deserialization logic in the automatically generated proxy
            to automatically assign the BuildServer object to types as they are deserialized.
            </summary>
            <param name="t">The type of build service to retrieve</param>
            <returns>An ITeamFoundationServerObject which implements the requested type</returns>
            <exception cref="T:System.NotSupportedException" />
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildWebService.GetService(System.Type)">
            <summary>
            Method which allows the deserialization logic in the automatically generated proxy
            to automatically assign the BuildServer object to types as they are deserialized.
            </summary>
            <param name="t">The type of build service to retrieve</param>
            <returns>An ITeamFoundationServerObject which implements the requested type</returns>
            <exception cref="T:System.NotSupportedException" />
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildQueueWebService.GetService(System.Type)">
            <summary>
            Method which allows the deserialization logic in the automatically generated proxy
            to automatically assign the BuildServer object to types as they are deserialized.
            </summary>
            <param name="t">The type of build service to retrieve</param>
            <returns>An ITeamFoundationServerObject which implements the requested type</returns>
            <exception cref="T:System.NotSupportedException" />
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildServiceHost">
            <summary>
            Represents a build service host in a team project collection.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServiceHost.#ctor(Microsoft.TeamFoundation.Build.Client.BuildServer,System.Uri,Microsoft.TeamFoundation.Build.Client.IBuildController,System.String)">
            <summary>
            This constructor is for backward compatability use only.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServiceHost.AddBuildAgent(Microsoft.TeamFoundation.Build.Client.IBuildAgent)">
            <summary>
            Provides a mechanism by which agents may be added to the list during deserialization.
            </summary>
            <param name="buildAgent"></param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServiceHost.GetUpdateOptions">
            <summary>
            Gets a snapshot of the current updates pending on this service host.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServiceHost.SetUpdateOptions(Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdateOptions)">
            <summary>
            Updates the current snapshot to the provided values.
            </summary>
            <param name="options"></param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServiceHost.CompareSnapshots(Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdateOptions,Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdateOptions)">
            <summary>
            Compares two snapshots and determines the fields that have changed.
            </summary>
            <param name="originalValues">The original values</param>
            <param name="modifiedValues">The modified values</param>
            <returns>A enumeration value signifying the fields that are different between the two parameters</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildServiceHost.SetBuildController(Microsoft.TeamFoundation.Build.Client.IBuildController)">
            <summary>
            Provides a mechanism by which a controller may be added to this service host during deserialization.
            </summary>
            <param name="controller"></param>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHost.AcquiredOn">
            <summary>
            Gets or sets the date and time of registration with TFS if this service host is online,
            else returns DateTime.MinValue.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHost.BaseUrl">
            <summary>
            Gets or sets the base URL.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHost.ConnectedOn">
            <summary>
            Gets or sets the date and time of connection to the message queue if this service host is online,
            else returns DateTime.MinValue.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHost.IsVirtual">
            <summary>
            Gets a value indicating whether or not this service host is virtual.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHost.MessageQueueUrl">
            <summary>
            Gets the message queue address. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHost.Name">
            <summary>
            Gets or sets the display name.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHost.Status">
            <summary>
            Gets or sets the online status of the service host.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHost.StatusChangedOn">
            <summary>
            Gets or sets the date and time of the last online/offline status change of the service host.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHost.Uri">
            <summary>
            Gets the URI. This field is read-only.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildAgentSpec2008">
            <summary>
            Rather than providing a separate server method for querying build agents you simply
            need to provide a BuildAgentSpec when querying rather than the base BuildItemSpec if
            further filtering is desired (beyond the simple path filter).
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildAgent2010">
            <summary>
            Represents a build agent in a team project collection.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent2010.BuildDirectory">
            <summary>
            Gets or sets the build directory. Environment variables of the form $(variable) are allowed.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent2010.ControllerUri">
            <summary>
            Gets or sets the build controller URI.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent2010.DateCreated">
            <summary>
            Gets the date this build agent was created. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent2010.DateUpdated">
            <summary>
            Gets the date this build agent was last updated. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent2010.Description">
            <summary>
            Gets or sets the description.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent2010.Enabled">
            <summary>
            Gets or sets a value indicating the enabled state.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent2010.Name">
            <summary>
            Gets or sets the display name.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent2010.ReservedForBuild">
            <summary>
            Gets the URI of the build for which this build agent is currently reserved. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent2010.ServiceHostUri">
            <summary>
            Gets or sets the service host URI.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent2010.Status">
            <summary>
            Gets or sets the status. This field is reserved for system use only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent2010.StatusMessage">
            <summary>
            Gets or sets the status message. This field is reserved for system use only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent2010.Uri">
            <summary>
            Gets the URI. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgent2010.Url">
            <summary>
            Gets the physical address for the remote service. This field is read-only.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildAgentSpec2010">
            <summary>
            Provides properties for querying build agents within a team project collection.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentSpec2010.ControllerName">
            <summary>
            Gets or sets the build controller name filter. Wildcards are allowed.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentSpec2010.Name">
            <summary>
            Gets or sets the build agent name filter. Wildcards are allowed.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentSpec2010.ServiceHostName">
            <summary>
            Gets or sets the build service host name filter. Wildcards are allowed.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions2010">
            <summary>
            Provides properties which may be updated on an existing build agent.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions2010.BuildDirectory">
            <summary>
            Gets or sets the build directory. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.BuildDirectory" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions2010.ControllerUri">
            <summary>
            Gets or sets the build controller URI. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.ControllerUri" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions2010.Description">
            <summary>
            Gets or sets the description. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.Description" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions2010.Enabled">
            <summary>
            Gets or sets the enabled state. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.Enabled" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions2010.Fields">
            <summary>
            Gets or sets the fields which should be updated. Only values included here will be extracted from this
            object during an update.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions2010.Name">
            <summary>
            Gets or sets the display name. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.Name" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions2010.Status">
            <summary>
            Gets or sets the status. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.Status" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions2010.StatusMessage">
            <summary>
            Gets or sets the status message. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.StatusMessage" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions2010.Tags">
            <summary>
            Gets the list of tags. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.Tags" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions2010.Uri">
            <summary>
            Gets or sets the URI of the build agent to update.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildController2010">
            <summary>
            Represents a build controller in a team project collection.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController2010.CustomAssemblyPath">
            <summary>
            Gets or sets the version control folder containing custom assemblies.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController2010.DateCreated">
            <summary>
            Gets the date this build agent was created. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController2010.DateUpdated">
            <summary>
            Gets the date this build agent was last updated. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController2010.Description">
            <summary>
            Gets or sets the description.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController2010.Enabled">
            <summary>
            Gets or sets a value indicating the enabled state.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController2010.MaxConcurrentBuilds">
            <summary>
            Gets or sets the number of concurrent builds allowed to run in parallel.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController2010.Name">
            <summary>
            Gets or sets the display name.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController2010.QueueCount">
            <summary>
            Gets the current queue depth. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController2010.ServiceHostUri">
            <summary>
            Gets or sets the service host URI.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController2010.Status">
            <summary>
            Gets or sets the status. This field is reserved for system use only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController2010.StatusMessage">
            <summary>
            Gets or sets the status message. This field is reserved for system use only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController2010.Uri">
            <summary>
            Gets the URI. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildController2010.Url">
            <summary>
            Gets the physical address for the remote service. This field is read-only.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildControllerSpec2010">
            <summary>
            Provides properties for querying build controllers within a team project collection.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerSpec2010.IncludeAgents">
            <summary>
            Gets or sets a value indicating whether or not the associated build agents should be returned.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerSpec2010.Name">
            <summary>
            Gets or sets the build controller name filter. Wildcards are allowed.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerSpec2010.ServiceHostName">
            <summary>
            Gets or sets the build service host name filter. Wildcards are allowed.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions2010">
            <summary>
            Provides properties which may be updated on an existing build controller.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions2010.CustomAssemblyPath">
            <summary>
            Gets or sets the custom assembly URI. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.CustomAssemblyPath" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions2010.Description">
            <summary>
            Gets or sets the description. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.Description" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions2010.Enabled">
            <summary>
            Gets or sets the enabled state. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.Enabled" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions2010.Fields">
            <summary>
            Gets or sets the fields which should be updated. Only values included here will be extracted from this
            object during an update.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions2010.MaxConcurrentBuilds">
            <summary>
            Gets or sets the number of maximum concurrent builds. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.MaxConcurrentBuilds" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions2010.Name">
            <summary>
            Gets or sets the display name. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.Name" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions2010.Status">
            <summary>
            Gets or sets the status. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.Status" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions2010.StatusMessage">
            <summary>
            Gets or sets the status message. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.StatusMessage" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions2010.Uri">
            <summary>
            Gets or sets the URI of the build controller to update.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition2010.BuildControllerUri">
            <summary>
            Gets or sets the URI of the default build controller.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition2010.ContinuousIntegrationQuietPeriod">
            <summary>
            Gets or sets the minimum quiet period between builds when using the ContinuousIntegrationType.Batch trigger.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition2010.ContinuousIntegrationType">
            <summary>
            Gets or sets the trigger used for system builds. Multiple values are not allowed.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition2010.DefaultDropLocation">
            <summary>
            Gets or sets the UNC path of the default drop location.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition2010.Description">
            <summary>
            Gets or sets the description.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition2010.Enabled">
            <summary>
            Gets or sets the enabled state.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition2010.LastBuildUri">
            <summary>
            Gets the URI of the last build. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition2010.LastGoodBuildLabel">
            <summary>
            Gets the label created for the last good build. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition2010.LastGoodBuildUri">
            <summary>
            Gets the URI of the last good build. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition2010.Process">
            <summary>
            Gets or sets the associated process template.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition2010.ProcessParameters">
            <summary>
            Gets or sets the process parameters. This string should be a XAML serialized
            Dictionary&lt;String, Object&gt; and should match the parameters of the associated process template.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition2010.RetentionPolicies">
            <summary>
            Gets the retention policies. Specifies automatic build deletion policies.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition2010.Schedules">
            <summary>
            Gets the schedules. Specifies the days and time that a build definition should automatically start a build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinition2010.WorkspaceTemplate">
            <summary>
            Gets or sets the workspace template used to create a workspace on a build agent.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildDetail2010">
            <summary>
            Represents a build that has transitioned out of the build queue.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.BuildControllerUri">
            <summary>
            Gets the URI of the build controller used for this build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.BuildDefinitionUri">
            <summary>
            Gets the URI of the build definition to which this build belongs.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.BuildNumber">
            <summary>
            Gets the build number.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.CompilationStatus">
            <summary>
            Gets the compilation status.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.DropLocation">
            <summary>
            Gets the drop location for build outputs.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.DropLocationRoot">
            <summary>
            Gets the drop location root for build outputs. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.FinishTime">
            <summary>
            Gets the finish time.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.InternalInformation">
            <summary>
            Gets the build information node hierarchy.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.IsDeleted">
            <summary>
            Gets a value indicating whether or not this build has been deleted.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.KeepForever">
            <summary>
            Gets a value indicating whether or not this build is included in retention policy calculations.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.LabelName">
            <summary>
            Gets the version control label created for this build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.LastChangedBy">
            <summary>
            Gets the domain user name of the user who last changed the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.LastChangedOn">
            <summary>
            Gets the date and time of the last modification.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.LogLocation">
            <summary>
            Gets the log location.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.ProcessParameters">
            <summary>
            Gets the parameters used.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.Quality">
            <summary>
            Gets the quality.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.Reason">
            <summary>
            Gets the reason this build started.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.RequestedBy">
            <summary>
            Gets the domain user name of the user that requested the build. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.RequestedFor">
            <summary>
            Gets the domain user name of the user this build was requested for. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.ShelvesetName">
            <summary>
            Gets the shelveset included in this build, if any.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.SourceGetVersion">
            <summary>
            Gets the version of sources to included in the build. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.StartTime">
            <summary>
            Gets the start time.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.Status">
            <summary>
            Gets the status.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.TeamProject">
            <summary>
            Gets the team project to which this build belongs. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.TestStatus">
            <summary>
            Gets the test status.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetail2010.Uri">
            <summary>
            Gets the URI. This field is read-only.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec2010">
            <summary>
            Provides properties for querying builds within a team project collection.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec2010.BuildNumber">
            <summary>
            Gets or sets the build number filter. Wildcards are allowed.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec2010.InformationTypes">
            <summary>
            Gets the information types to return. A single element with the value '*' indicates all information.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec2010.MaxBuildsPerDefinition">
            <summary>
            Gets or sets the maximum number of builds to return per build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec2010.MaxFinishTime">
            <summary>
            Gets or sets the maximum finish time filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec2010.MinChangedTime">
            <summary>
            Gets or sets the minimum changed time filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec2010.MinFinishTime">
            <summary>
            Gets or sets the minimum finish time filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec2010.Quality">
            <summary>
            Gets or sets the build quality filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec2010.QueryDeletedOption">
            <summary>
            Gets or sets the behavior for returning deleted builds.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec2010.QueryOptions">
            <summary>
            Gets or sets the options used to control the amount of data returned.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec2010.QueryOrder">
            <summary>
            Gets or sets the desired order of the builds returned.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec2010.Reason">
            <summary>
            Gets or sets the build reason filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec2010.RequestedFor">
            <summary>
            Gets or sets the requested for filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDetailSpec2010.Status">
            <summary>
            Gets or sets the build status filter.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildGroupItem2010">
            <summary>
            Represents a build group item in the TFS Build server.
            </summary>
            <summary>
            Represents an item identified by a group hierarchy.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildGroupItem2010.#ctor">
            <summary>
            Parameterless constructor for deserialization.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildGroupItem2010.#ctor(System.String)">
            <summary>
            Creates a new build group item owned by the given team project.
            </summary>
            <param name="teamProject">The team project that owns this build group item.</param>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildGroupItem2010.Name">
            <summary>
            The Name of the build group item.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildGroupItem2010.TeamProject">
            <summary>
            The team project that owns this build group item.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildGroupItem2010.FullPath">
            <summary>
            The full path of this build group item.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildGroupItem2010.Uri">
            <summary>
            Gets or sets the URI of the item.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildGroupItemSpec2010.Name">
            <summary>
            The Name of the build group item.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildGroupItemSpec2010.TeamProject">
            <summary>
            The team project that owns this build group item.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildGroupItemSpec2010.FullPath">
            <summary>
            The full path of this build group item.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildDefinitionSpec2010">
            <summary>
            Provides properties for querying build definitions within a team project collection.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinitionSpec2010.ContinuousIntegrationType">
            <summary>
            Gets or sets the continuous integration type filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinitionSpec2010.Options">
            <summary>
            Gets or sets the options used to control the amount of data returned.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildQueueSpec2010">
            <summary>
            Provides properties for querying the build queue within a team project collection.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildQueueSpec2010.QueryOptions">
            <summary>
            Gets or sets the options used to control the amount of data returned.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildQueueSpec2010.RequestedFor">
            <summary>
            Gets or sets the requested for filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildQueueSpec2010.Status">
            <summary>
            Gets or sets the build status filter.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildRequest2010">
            <summary>
            Specifies parameters for queuing a build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest2010.BuildAgentUri">
            <summary>
            This property should not be used.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest2010.BuildControllerUri">
            <summary>
            Gets or sets the build controller to use for the build. A null value indicates the default build controller
            of the build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest2010.BuildDefinitionUri">
            <summary>
            Gets or sets the target build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest2010.CustomGetVersion">
            <summary>
            Gets or sets the version of sources to download for the build. GetOption.Custom must be specified.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest2010.DropLocation">
            <summary>
            Gets or sets the drop location to use for the build. A null value indicates the default drop location of
            the build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest2010.GatedCheckInTicket">
            <summary>
            Gets or sets the check-in ticket generated by the server to use for this build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest2010.GetOption">
            <summary>
            Gets or sets the desired option for determing the version of sources to download for the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest2010.MaxQueuePosition">
            <summary>
            Gets or sets a value indicating the maximum queue depth allowed for this build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest2010.Postponed">
            <summary>
            Gets or sets a value indicating whether or not the queued build is active immediately.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest2010.Priority">
            <summary>
            Gets or sets the priority of the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest2010.ProcessParameters">
            <summary>
            Gets or sets the process parameters to use for the build. Parameters which are not explicitly overridden
            by the build will inherit values from the build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest2010.Reason">
            <summary>
            Gets or sets the reason this build was queued.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest2010.RequestedFor">
            <summary>
            Gets or sets the domain user name of the user this build was requested for.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildRequest2010.ShelvesetName">
            <summary>
            Gets or sets the name of the shelveset to incorporate in this build.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildServiceHost2010">
            <summary>
            Represents a build service host in a team project collection.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHost2010.BaseUrl">
            <summary>
            Gets or sets the base URL.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHost2010.Name">
            <summary>
            Gets or sets the display name.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHost2010.Uri">
            <summary>
            Gets the URI. This field is read-only.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdateOptions2010">
            <summary>
            Provides properties which may be updated on an existing build service host.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdateOptions2010.BaseUrl">
            <summary>
            Gets or sets the base URL. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdate.BaseUrl" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdateOptions2010.Fields">
            <summary>
            Gets or sets the fields which should be updated. Only values included here will be extracted from this
            object during an update.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdateOptions2010.Name">
            <summary>
            Gets or sets the display name. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdate.Name" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdateOptions2010.Uri">
            <summary>
            Gets or sets the URI of the build service host to update.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildTeamProjectPermission2010">
            <summary>
            Represents a build prject permission for a particular user.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildTeamProjectPermission2010.Allows">
            <summary>
            Gets the list of permissions that are allowed.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildTeamProjectPermission2010.Denies">
            <summary>
            Gets the list of permissions that are denied.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildTeamProjectPermission2010.IdentityName">
            <summary>
            Gets or sets the identity this permissions affects.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions2010">
            <summary>
            Provides properties which may be updated on an existing build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions2010.BuildNumber">
            <summary>
            Gets or sets the build number. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.BuildNumber" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions2010.CompilationStatus">
            <summary>
            Gets or sets the compilation status. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.CompilationStatus" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions2010.DropLocation">
            <summary>
            Gets or sets the drop location. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.DropLocation" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions2010.Fields">
            <summary>
            Gets or sets the fields which should be updated. Only values included here will be extracted from this
            object during an update.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions2010.KeepForever">
            <summary>
            Gets or sets the keep forever flag. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.KeepForever" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions2010.LabelName">
            <summary>
            Gets or sets the label name. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.LabelName" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions2010.LogLocation">
            <summary>
            Gets or sets the log location. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.LogLocation" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions2010.Quality">
            <summary>
            Gets or sets the quality. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.Quality" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions2010.SourceGetVersion">
            <summary>
            Gets or sets the source get version. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.SourceGetVersion" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions2010.Status">
            <summary>
            Gets or sets the status. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.Status" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions2010.TestStatus">
            <summary>
            Gets or sets the test status. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.TestStatus" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions2010.Uri">
            <summary>
            Gets or sets the URI of the build to update.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.ProcessTemplate2010">
            <summary>
            Represents a process template in a team project.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ProcessTemplate2010.Description">
            <summary>
            Gets or sets the description.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ProcessTemplate2010.FileExists">
            <summary>
            Gets or sets a value indicating the existence of the file in version control.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ProcessTemplate2010.Id">
            <summary>
            Gets the ID. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ProcessTemplate2010.Parameters">
            <summary>
            Gets or sets the parameters defined in the process.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ProcessTemplate2010.ServerPath">
            <summary>
            Gets or sets the version control server location of the process template XAML file.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ProcessTemplate2010.SupportedReasons">
            <summary>
            Gets or sets the reasons that the template supports.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ProcessTemplate2010.TeamProject">
            <summary>
            Gets or sets the team project to which this template belongs.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ProcessTemplate2010.TemplateType">
            <summary>
            Gets or sets the type of this template.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.QueuedBuild2010">
            <summary>
            Represents an entry in the build queue.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild2010.Build">
            <summary>
            Gets the build created for this queue entry. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild2010.BuildControllerUri">
            <summary>
            Gets the URI of the build controller. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild2010.BuildDefinitionUri">
            <summary>
            Gets the URI of the build definition. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild2010.CustomGetVersion">
            <summary>
            Gets the version of sources to download for the build if GetOption.Custom is specified. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild2010.DropLocation">
            <summary>
            Gets the drop location to use for the build. A null value indicates the default drop location of the build
            definition. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild2010.GetOption">
            <summary>
            Gets the desired option for determing the version of sources to download for the build. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild2010.Id">
            <summary>
            Gets the ID. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild2010.Priority">
            <summary>
            Gets the priority in the queue. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild2010.ProcessParameters">
            <summary>
            Gets the process parameters to use for the build. Parameters which are not explicitly overridden
            by the build will inherit values from the build definition. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild2010.QueuePosition">
            <summary>
            Gets the current queue depth. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild2010.QueueTime">
            <summary>
            Gets the date and time this entry was created. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild2010.Reason">
            <summary>
            Gets the reason this build was queued. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild2010.RequestedBy">
            <summary>
            Gets the domain user name of the user that requested the build. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild2010.RequestedFor">
            <summary>
            Gets the domain user name of the user this build was requested for. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild2010.ShelvesetName">
            <summary>
            Gets the name of the shelveset to incorporate in this build. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild2010.Status">
            <summary>
            Gets the current status. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild2010.TeamProject">
            <summary>
            Gets the team project. This field is read-only.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdateOptions2010">
            <summary>
            Provides properties which may be updated on an existing queued build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdateOptions2010.Fields">
            <summary>
            Gets or sets the fields which should be updated. Only values included here will be extracted from this
            object during an update.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdateOptions2010.Postponed">
            <summary>
            Gets or sets the postponed state.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdateOptions2010.Priority">
            <summary>
            Gets or sets the priority.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdateOptions2010.QueueId">
            <summary>
            Gets or sets the ID of the target queued build.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.RetentionPolicy2010">
            <summary>
            Represents an automatic deletion policy for a build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.RetentionPolicy2010.BuildReason">
            <summary>
            Gets or sets the reasons to which this policy applies.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.RetentionPolicy2010.BuildStatus">
            <summary>
            Gets or sets the status to which this policy applies.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.RetentionPolicy2010.DeleteOptions">
            <summary>
            Gets or sets the data that should be deleted.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.RetentionPolicy2010.NumberToKeep">
            <summary>
            Gets or sets the number of builds to retain.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.Schedule2010">
            <summary>
            Represents a build definition schedule.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.Schedule2010.UtcDaysToBuild">
            <summary>
            Gets or sets the days, in UTC, that the schedule should run.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.Schedule2010.UtcStartTime">
            <summary>
            Gets or sets the offset past midnight, in seconds, that the schedule should run.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.WorkspaceTemplate2010">
            <summary>
            Represents a workspace template for a build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.WorkspaceTemplate2010.DefinitionUri">
            <summary>
            Gets the URI of the definition to which this template belongs.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.WorkspaceTemplate2010.InternalMappings">
            <summary>
            Gets the mappings for the template.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.WorkspaceTemplate2010.LastModifiedBy">
            <summary>
            Gets the domain user name of the user that last modified the template. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.WorkspaceTemplate2010.LastModifiedDate">
            <summary>
            Gets the date and time the template was last modified. This field is read-only.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.ConfigurationSummary.GetTopLevelProjects(Microsoft.TeamFoundation.Build.Client.IBuildInformation)">
            <summary>
            Recursively locates the top-level project nodes in the information node tree that match our
            platform and flavor.
            </summary>
            <param name="buildInformation">The collection of nodes to search.</param>
            <returns>The list of top-level project nodes that match our platform and flavor.</returns>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.CustomActivitiesAndExtensions">
            <summary>
            Represents a helper class for reading CustomActivitiesAndExtensions.xml file.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.CustomActivitiesAndExtensions.#ctor(System.String,Microsoft.TeamFoundation.Build.Client.HostEnvironmentOption)">
            <summary>
            Constructor
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.CustomActivitiesAndExtensions.ReadFile(System.Boolean)">
            <summary>
            Read CustomActivitiesAndExtensions.xml file and create internal structures
            Throws an exception if case the file is not the correct xml file
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.CustomActivitiesAndExtensions.GetBool(System.Xml.XPath.XPathNavigator,System.String,System.Boolean)">
            <summary>
            Read bool
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.CustomActivitiesAndExtensions.GetHostOption(System.Xml.XPath.XPathNavigator,Microsoft.TeamFoundation.Build.Client.HostEnvironmentOption)">
            <summary>
            Read HostEnvironmentOption
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.CustomActivitiesAndExtensions.XmlAssembly">
            <summary>
            Represents an assembly
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.CustomSummaryInformation.SectionName">
            <summary>
            Gets or sets the Section name which uniquely identifies the section
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.CustomSummaryInformation.SectionHeader">
            <summary>
            Gets or sets the Section header which is the string displayed at the top of the section
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.CustomSummaryInformation.SectionPriority">
            <summary>
            Gets or sets the Section priority which is used to determine the order of the sections
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.DeploymentEnvironment">
            <summary>
            This class contains all the deployment enviornment metadata
            and also the secret environment properties. This class does not
            serialize the secret values, those are fetched from the client on demand.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.DeploymentEnvironment.EnvironmentMetadata">
            <summary>
            The deployment enviornment metadata which includes the name (ID), connectedServiceName, friendly name, description, kind, TeamProject and ProjectId
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.DeploymentEnvironmentCreationData.EnvironmentMetadata">
            <summary>
            The deployment enviornment metadata which includes the name (ID), connectedServiceName, friendly name, description, kind, TeamProject and ProjectId
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.DeploymentService.CreateDeploymentEnvironment(System.String,System.String,System.String,Microsoft.TeamFoundation.Build.Client.DeploymentEnvironmentKind,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Create a new Deployment Environment
            </summary>
            <param name="name">the name of the environment</param>
            <param name="environmentKind">The kind of the environment</param>
            <param name="friendlyName">An optional friendly name for the environment</param>
            <param name="description">An optional description for the environment</param>
            <param name="apiEndpoint">Required, the Url of the API endpoint for the environment</param>
            <param name="credentialsXml">Required, crentials that allow access to the environment, in a publishsettings XML format</param>
            <param name="environmentProperties">Any environment specific properties</param>
            <returns>The DeploymentEnvironmentMetadata for the new enviornment</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.DeploymentService.QueryDeploymentEnvironments(System.String)">
            <summary>
            List the deployment environments
            </summary>
            <returns></returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.DeploymentService.GetDeploymentEnvironment(System.String,System.String)">
            <summary>
            Get all of the data for a particular deployment environment
            </summary>
            <param name="name"></param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.DeploymentService.DeleteDeploymentEnvironment(System.String,System.String)">
            <summary>
            Delete a deployment environment.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.DeploymentService.ConnectAzureWebsite(System.String,System.String,System.String,System.String)">
            <summary>
            Connect an AzureWebSite to a Team Project. This method creates a deployment enviroment for the given Azure WebSite and then
            creates a Continuous Integration build definition for deploying builds to that site.
            </summary>
            <param name="teamProject">The name of the team project with which to connect</param>
            <param name="subscriptionId">The subscription Id of the azure web site. Corresponds to the name of a connected service.</param>
            <param name="webspace">The webspace of the Azure web site.</param>
            <param name="website">The azure web site name.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.DeploymentService.DisconnectAzureWebsite(System.String,System.String)">
            <summary>
            Deletes DeploymentEnvironment for deploying to the given Azure WebSite and disables
            the associated build defintion.
            </summary>
            <param name="teamProject">The name of the team project with which to disconnect</param>
            <param name="website">The azure web site name.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.DeploymentService.BeginCreateBuildDeployment(System.Uri,System.Uri,System.String,System.AsyncCallback,System.Object)">
            <summary>
            Mark build as a deployment and the associated build being deployed.
            </summary>
            <param name="deploymentUri">The build Uri that runs the deployment.</param>
            <param name="sourceUri">The build Uri for the build being deployed.</param>
            <param name="callback">The method to call when this operation has completed.</param>
            <param name="state">An object that saves variable information for an instance of an asynchronous activity.</param>
            <returns>IAsyncResult that saves variable information for this async call.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.DeploymentService.EndCreateBuildDeployment(System.IAsyncResult)">
            <summary>
            Returns BuildDeployment created during this async operation.
            </summary>
            <param name="result">IAsyncResult that saved variable information from the corresponding Begin call.</param>
            <returns>A BuildDeployment containing basic information on the deployment build and the source build.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.DeploymentService.CreateBuildDeployment(System.Uri,System.Uri,System.String)">
            <summary>
            Mark build as a deployment and the associated build being deployed.
            </summary>
            <param name="deploymentUri">The build Uri that runs the deployment.</param>
            <param name="sourceUri">The build Uri for the build being deployed.</param>
            <returns>A BuildDeployment containing basic information on the deployment build and the source build.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.DeploymentService.BeginAddBuildDeploymentProperty(System.Uri,System.String,System.String,System.AsyncCallback,System.Object)">
            <summary>
            Adds a property to the specified deployment
            </summary>
            <param name="deploymentUri">The build Uri that runs the deployment.</param>
            <param name="key">The key of the property</param>
            <param name="value">The value of the property</param>
            <param name="callback">The method to call when this operation has completed.</param>
            <param name="state">An object that saves variable information for an instance of an asynchronous activity.</param>
            <returns>IAsyncResult that saves variable information for this async call.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.DeploymentService.EndAddBuildDeploymentProperty(System.IAsyncResult)">
            <summary>
            End the async operation BeginAddBuildDeploymentProperty
            </summary>
            <param name="result">IAsyncResult that saved variable information from the corresponding Begin call.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.DeploymentService.AddBuildDeploymentProperty(System.Uri,System.String,System.String)">
            <summary>
            Adds a property to the specified deployment
            </summary>
            <param name="deploymentUri">The build Uri that runs the deployment.</param>
            <param name="key">The key of the property</param>
            <param name="value">The value of the property</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.DeploymentService.QueryDeployments(Microsoft.TeamFoundation.Build.Client.BuildDeploymentSpec)">
            <summary>
            Query the list of deployments
            </summary>
            <param name="spec">The parameters to query on.</param>
            <returns>An array of BuildDeployment[], each containing basic information on the deployment build and the source build.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.DeploymentService.QueryDeploymentsByUri(System.Uri[])">
            <summary>
            Gets a list of deployments that match the passed in deployment URIs.
            </summary>
            <param name="deploymentUris">An array of deployment URIs to query</param>
            <returns>An array of BuildDeployment[] that is the same length as the passed in deploymentUris array.
            If an associated deployment could not be found a null will be in the returned array.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.DeploymentService.Redeploy(System.Uri)">
            <summary>
            Redeploy a previous successful deployment
            </summary>
            <param name="deploymentUri">The build uri for the deployment</param>
            <returns>List of queued builds</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.DeploymentService.Redeploy(System.Uri,Microsoft.TeamFoundation.Build.Common.AzureDeploymentSlot)">
            <summary>
            Redeploy a previous successful deployment
            </summary>
            <param name="deploymentUri">The build uri for the deployment</param>
            <param name="deploymentSlot">Indicates Azure slot to redeploy</param>
            <returns>List of queued builds</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.DeploymentService.Redeploy(System.Uri,Microsoft.TeamFoundation.Build.Common.AzureDeploymentSlot,System.Boolean)">
            <summary>
            Redeploy a previous successful deployment
            </summary>
            <param name="deploymentUri">The build uri for the deployment</param>
            <param name="deploymentSlot">Indicates Azure slot to redeploy</param>
            <returns>List of queued builds</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.DeploymentService.DisconnectAzureCloudApp(System.String,System.String)">
            <summary>
            Deletes DeploymentEnvironment for deploying to the given Azure hosted service and disables
            the associated build defintion.
            </summary>
            <param name="teamProject">The name of the team project with which to disconnect</param>
            <param name="hostedServiceName">The name of the hosted service to disconnect</param>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.Failure">
            <summary>
            Represents a failure that occurred during a bulk query.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.Failure.Code">
            <summary>
            Gets or sets a code. Typically this is the name of the exception.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.Failure.Message">
            <summary>
            Gets or sets the message. Typically this is the message of the exception.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.GitAssemblyDownloader.MoveFolder(System.String,System.String)">
            <summary>
            This method will move all contents of the sourceFolder to the destinationFolder recursively and then
            remove the source folder. If any folder path doesn't exist, it is created. If any move fails a copy
            and then delete is attempted. Failed deletes are ignored
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters">
            <summary>
            The InformationNodeConverters class can be used to add IBuildInformationNodes of various
            types to an IBuildDetail, or get IBuildInformationNodes of various types from an
            IBuildDetail. In both cases, return values of the various static methods will typically
            be helper interface types, such as IBuildStep or IConfigurationSummary. These types
            serve to simplify access to the underlying IBuildInformationNode objects.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddAssociatedChangesets(Microsoft.TeamFoundation.Build.Client.IBuildDetail,Microsoft.TeamFoundation.VersionControl.Client.Changeset[])">
            <summary>
            Associates summaries of changesets with a build. Saves to the server.
            </summary>
            <param name="build">The build.</param>
            <param name="changesets">The changesets to be associated.</param>
            <returns>The associated changeset summaries.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddAssociatedChangesets(Microsoft.TeamFoundation.Build.Client.IBuildInformation,Microsoft.TeamFoundation.VersionControl.Client.Changeset[])">
            <summary>
            Associates summaries of changesets with a build. Does not save to the server.
            </summary>
            <param name="build">The build information.</param>
            <param name="changesets">The changesets to be associated.</param>
            <returns>The associated changeset summaries.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddAssociatedChangesets(Microsoft.TeamFoundation.Build.Client.IBuildInformation,Microsoft.TeamFoundation.VersionControl.Client.Changeset[],System.Boolean)">
            <summary>
            Associates summaries of changesets with a build.
            </summary>
            <param name="build">The build information.</param>
            <param name="changesets">The changesets to be associated.</param>
            <param name="saveToServer">Whether added node should be saved to the server.</param>
            <returns>The associated changeset summaries.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetAssociatedChangesets(Microsoft.TeamFoundation.Build.Client.IBuildDetail)">
            <summary>
            Get all the associated changeset summaries from a build.
            </summary>
            <param name="build">The build.</param>
            <returns>The associated changeset summaries.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetAssociatedChangesets(Microsoft.TeamFoundation.Build.Client.IBuildInformation)">
            <summary>
            Get all the associated changeset summaries from a build.
            </summary>
            <param name="buildInformation">The build information.</param>
            <returns>The associated changeset summaries.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildStep(Microsoft.TeamFoundation.Build.Client.IBuildDetail,System.String,System.String)">
            <summary>
            Adds a top-level build step to a build with a start time of DateTime.Now. Saves to the server. Note that build steps
            are no longer used after TFS 2008 and have been replaced with various new information node types, including
            IBuildMessage, IBuildError, IBuildWarning, and IActivityTracking. As such, when adding information nodes to builds
            which will primarily be viewed from 2010 clients (and later), these new types are preferable to IBuildSteps.
            </summary>
            <param name="build">The build.</param>
            <param name="name">The name of the build step to be added.</param>
            <param name="message">The message of the build step to be added.</param>
            <returns>The added build step.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildStep(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.String)">
            <summary>
            Adds a top-level build step to a build with a start time of DateTime.Now. Does not save to the server. Note that build steps
            are no longer used after TFS 2008 and have been replaced with various new information node types, including
            IBuildMessage, IBuildError, IBuildWarning, and IActivityTracking. As such, when adding information nodes to builds
            which will primarily be viewed from 2010 clients (and later), these new types are preferable to IBuildSteps.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="name">The name of the build step to be added.</param>
            <param name="message">The message of the build step to be added.</param>
            <returns>The added build step.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildStep(Microsoft.TeamFoundation.Build.Client.IBuildDetail,System.String,System.String,System.DateTime)">
            <summary>
            Adds a top-level build step to a build. Saves to the server. Note that build steps
            are no longer used after TFS 2008 and have been replaced with various new information node types, including
            IBuildMessage, IBuildError, IBuildWarning, and IActivityTracking. As such, when adding information nodes to builds
            which will primarily be viewed from 2010 clients (and later), these new types are preferable to IBuildSteps.
            </summary>
            <param name="build">The build.</param>
            <param name="name">The name of the build step to be added.</param>
            <param name="message">The message of the build step to be added.</param>
            <param name="startTime">The start time of the build step to be added.</param>
            <returns>The added build step.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildStep(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.String,System.DateTime)">
            <summary>
            Adds a top-level build step to a build. Does not save to the server. Note that build steps
            are no longer used after TFS 2008 and have been replaced with various new information node types, including
            IBuildMessage, IBuildError, IBuildWarning, and IActivityTracking. As such, when adding information nodes to builds
            which will primarily be viewed from 2010 clients (and later), these new types are preferable to IBuildSteps.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="name">The name of the build step to be added.</param>
            <param name="message">The message of the build step to be added.</param>
            <param name="startTime">The start time of the build step to be added.</param>
            <returns>The added build step.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildStep(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.String,System.DateTime,System.Boolean)">
            <summary>
            Adds a top-level build step to a build. Note that build steps
            are no longer used after TFS 2008 and have been replaced with various new information node types, including
            IBuildMessage, IBuildError, IBuildWarning, and IActivityTracking. As such, when adding information nodes to builds
            which will primarily be viewed from 2010 clients (and later), these new types are preferable to IBuildSteps.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="name">The name of the build step to be added.</param>
            <param name="message">The message of the build step to be added.</param>
            <param name="startTime">The start time of the build step to be added.</param>
            <param name="saveToServer">Whether added node should be saved to the server.</param>
            <returns>The added build step.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildStep(Microsoft.TeamFoundation.Build.Client.IBuildDetail,System.String,System.String,System.DateTime,Microsoft.TeamFoundation.Build.Client.BuildStepStatus)">
            <summary>
            Adds a top-level build step to a build. Saves to the server. Note that build steps
            are no longer used after TFS 2008 and have been replaced with various new information node types, including
            IBuildMessage, IBuildError, IBuildWarning, and IActivityTracking. As such, when adding information nodes to builds
            which will primarily be viewed from 2010 clients (and later), these new types are preferable to IBuildSteps.
            </summary>
            <param name="build">The build.</param>
            <param name="name">The name of the build step to be added.</param>
            <param name="message">The message of the build step to be added.</param>
            <param name="time">The start and finish time of the build step to be added.</param>
            <param name="status">The status of the build step to be added.</param>
            <returns>The added build step.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildStep(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.String,System.DateTime,Microsoft.TeamFoundation.Build.Client.BuildStepStatus)">
            <summary>
            Adds a top-level build step to a build. Does not save to the server. Note that build steps
            are no longer used after TFS 2008 and have been replaced with various new information node types, including
            IBuildMessage, IBuildError, IBuildWarning, and IActivityTracking. As such, when adding information nodes to builds
            which will primarily be viewed from 2010 clients (and later), these new types are preferable to IBuildSteps.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="name">The name of the build step to be added.</param>
            <param name="message">The message of the build step to be added.</param>
            <param name="time">The start and finish time of the build step to be added.</param>
            <param name="status">The status of the build step to be added.</param>
            <returns>The added build step.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildStep(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.String,System.DateTime,Microsoft.TeamFoundation.Build.Client.BuildStepStatus,System.Boolean)">
            <summary>
            Adds a top-level build step to a build. Note that build steps
            are no longer used after TFS 2008 and have been replaced with various new information node types, including
            IBuildMessage, IBuildError, IBuildWarning, and IActivityTracking. As such, when adding information nodes to builds
            which will primarily be viewed from 2010 clients (and later), these new types are preferable to IBuildSteps.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="name">The name of the build step to be added.</param>
            <param name="message">The message of the build step to be added.</param>
            <param name="time">The start and finish time of the build step to be added.</param>
            <param name="status">The status of the build step to be added.</param>
            <param name="saveToServer">Whether added node should be saved to the server.</param>
            <returns>The added build step.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetBuildSteps(Microsoft.TeamFoundation.Build.Client.IBuildDetail)">
            <summary>
            Gets a sorted list of all the build steps from a build. Note that build steps
            are no longer used after TFS 2008 and have been replaced with various new information node types, including
            IBuildMessage, IBuildError, IBuildWarning, and IActivityTracking. As a result, this method will typically return
            an empty list when talking to a 2010 server or later (the server version can be determined from the IBuildServer.BuildServerVersion
            property).
            </summary>
            <param name="build">The build.</param>
            <returns>The sorted list of build steps. Sorting is done first by hierarchy, then
            by start time, and finally by ID.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetBuildSteps(Microsoft.TeamFoundation.Build.Client.IBuildInformation)">
            <summary>
            Gets a sorted list of all the build steps from a build. Note that build steps
            are no longer used after TFS 2008 and have been replaced with various new information node types, including
            IBuildMessage, IBuildError, IBuildWarning, and IActivityTracking. As a result, this method will typically return
            an empty list when talking to a 2010 server or later (the server version can be determined from the IBuildServer.BuildServerVersion
            property).
            </summary>
            <param name="buildInformation">The build information.</param>
            <returns>The sorted list of build steps. Sorting is done first by hierarchy, then
            by start time, and finally by ID.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddAssociatedWorkItems(Microsoft.TeamFoundation.Build.Client.IBuildDetail,Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItem[])">
            <summary>
            Associates summaries of work items with a build. Saves to the server.
            </summary>
            <param name="build">The build.</param>
            <param name="workItems">The work items to be associated.</param>
            <returns>The associated work item summaries.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddAssociatedWorkItems(Microsoft.TeamFoundation.Build.Client.IBuildInformation,Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItem[])">
            <summary>
            Associates summaries of work items with a build. Does not save to the server.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="workItems">The work items to be associated.</param>
            <returns>The associated work item summaries.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetAssociatedWorkItems(Microsoft.TeamFoundation.Build.Client.IBuildDetail)">
            <summary>
            Gets all the associated work item summaries from a build.
            </summary>
            <param name="build">The build.</param>
            <returns>The associated work item summaries.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetAssociatedWorkItems(Microsoft.TeamFoundation.Build.Client.IBuildInformation)">
            <summary>
            Gets all the associated work item summaries from a build.
            </summary>
            <param name="buildInformation">The build information.</param>
            <returns>The associated work item summaries.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddConfigurationSummary(Microsoft.TeamFoundation.Build.Client.IBuildDetail,System.String,System.String,System.String)">
            <summary>
            Adds a configuration summary to a build. Saves to the server.
            </summary>
            <param name="build">The build.</param>
            <param name="flavor">The flavor of the configuration (e.g. "Debug" or "Release").</param>
            <param name="platform">The platform of the configuration (e.g. "Any CPU" or "x86").</param>
            <param name="logFile">The full path to the errors/warnings log file for the
            configuration.</param>
            <returns>The added configuration summary.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddConfigurationSummary(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.String)">
            <summary>
            Adds a configuration summary to a build. Does not save to the server.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="flavor">The flavor of the configuration (e.g. "Debug" or "Release").</param>
            <param name="platform">The platform of the configuration (e.g. "Any CPU" or "x86").</param>
            <returns>The added configuration summary.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddConfigurationSummary(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.String,System.Boolean)">
            <summary>
            Adds a configuration summary to a build.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="flavor">The flavor of the configuration (e.g. "Debug" or "Release").</param>
            <param name="platform">The platform of the configuration (e.g. "Any CPU" or "x86").</param>
            <param name="saveToServer">Whether the added node should be saved to the server.</param>
            <returns>The added configuration summary.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetConfigurationSummary(Microsoft.TeamFoundation.Build.Client.IBuildDetail,System.String,System.String)">
            <summary>
            Gets a configuration summary from a build.
            </summary>
            <param name="build">The build.</param>
            <param name="flavor">The flavor of the desired configuration (e.g. "Debug" or "Release").</param>
            <param name="platform">The platform of the desired configuration (e.g. "Any CPU" or "x86").</param>
            <returns>The configuration summary, or null if none was found for the given platform
            and flavor.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetConfigurationSummary(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.String)">
            <summary>
            Gets a configuration summary from a build.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="flavor">The flavor of the desired configuration (e.g. "Debug" or "Release").</param>
            <param name="platform">The platform of the desired configuration (e.g. "Any CPU" or "x86").</param>
            <returns>The configuration summary, or null if none was found for the given platform
            and flavor.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetConfigurationSummary(Microsoft.TeamFoundation.Build.Client.IBuildInformationNode)">
            <summary>
            Gets a configuration summary from a build information node.
            </summary>
            <param name="buildInformation">The build information node.</param>
            <returns>The configuration summary.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetChangesetId(Microsoft.TeamFoundation.Build.Client.IBuildInformation)">
            <summary>
            Gets a changesetId from the build
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetChangesetId(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.Int32)">
            <summary>
            Gets a changesetId from the build for a particular request
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetChangesetId(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.Int32,System.Boolean)">
            <summary>
            Gets a changesetId from the build for a particular request, if
            returnFirstIfNotFound is specified, it returns the first changeset in the list if
            the one specified is not present.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetChangesetsInfo(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.Int32@,System.Int32@)">
            <summary>
            Gets a number of changesets from the build
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetConfigurationSummaries(Microsoft.TeamFoundation.Build.Client.IBuildDetail)">
            <summary>
            Gets all the configuration summaries from a build.
            </summary>
            <param name="build">The build.</param>
            <returns>The list of configuration summaries.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetConfigurationSummaries(Microsoft.TeamFoundation.Build.Client.IBuildInformation)">
            <summary>
            Gets all the configuration summaries from a build.
            </summary>
            <param name="buildInformation">The build information.</param>
            <returns>The list of configuration summaries.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddOpenedWorkItems(Microsoft.TeamFoundation.Build.Client.IBuildDetail,Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItem[])">
            <summary>
            Associates summaries of opened work items with a build. Saves to the server.
            </summary>
            <param name="build">The build.</param>
            <param name="workItems">The opened work items to be associated with the build.</param>
            <returns>The associated opened work item summaries.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddOpenedWorkItems(Microsoft.TeamFoundation.Build.Client.IBuildInformation,Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItem[])">
            <summary>
            Associates summaries of opened work items with a build. Does not save to the server.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="workItems">The opened work items to be associated with the build.</param>
            <returns>The associated opened work item summaries.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetOpenedWorkItems(Microsoft.TeamFoundation.Build.Client.IBuildDetail)">
            <summary>
            Gets all the associated opened work item summaries for a build.
            </summary>
            <param name="build">The build.</param>
            <returns>The associated opened work item summaries.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetOpenedWorkItems(Microsoft.TeamFoundation.Build.Client.IBuildInformation)">
            <summary>
            Gets all the associated opened work item summaries for a build.
            </summary>
            <param name="buildInformation">The build information.</param>
            <returns>The associated opened work item summaries.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddActivityTracking(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.String,System.String)">
            <summary>
            Adds an activity tracking node to a build. Does not save to the server.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="qualifiedName">The qualified name of the workflow activity.</param>
            <param name="context">The context ID of the workflow activity instance.</param>
            <param name="activityType">The full type of the activity.</param>
            <param name="displayText">The display text of the activity.</param>
            <returns>The activity tracking node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddAgentScopeActivityTracking(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.String,System.String)">
            <summary>
            Adds an agent scope activity tracking node to a build. Does not save to the server.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="qualifiedName">The qualified name of the agent scope activity.</param>
            <param name="context">The context ID of the agent scope activity instance.</param>
            <param name="activityType">The full type of the activity.</param>
            <param name="displayText">The display text of the activity.</param>
            <returns>The agent scope activity tracking node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetActivityTrackingNodes(Microsoft.TeamFoundation.Build.Client.IBuildDetail)">
            <summary>
            Gets all of the activity tracking nodes from a build.
            </summary>
            <param name="build">The build.</param>
            <returns>The activity tracking nodes.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetActivityTrackingNodes(Microsoft.TeamFoundation.Build.Client.IBuildInformation)">
            <summary>
            Gets all of the activity tracking nodes from a build information object.
            </summary>
            <param name="buildInformation">The build information.</param>
            <returns>The activity tracking nodes.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetActivityTracking(Microsoft.TeamFoundation.Build.Client.IBuildDetail,System.String)">
            <summary>
            Gets an activity tracking node from a build.
            </summary>
            <param name="build">The build.</param>
            <param name="activityInstanceId">The activity instance Id of the activity tracking node.</param>
            <returns>The matched activity tracking node, or null if none was found.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetActivityTracking(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String)">
            <summary>
            Gets an activity tracking node from a build.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="qualifiedName">The qualified name of the activity tracking node.</param>
            <param name="id">The context ID of the activity tracking node.</param>
            <returns>The matched activity tracking node, or null if none was found.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetActivityTracking(Microsoft.TeamFoundation.Build.Client.IBuildDetail,System.Int32)">
            <summary>
            Gets an activity tracking node from a build by Id.
            </summary>
            <param name="build">The build.</param>
            <param name="nodeId">The ID of the activity tracking node.</param>
            <returns>The matched activity tracking node, or null if none was found.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetCustomSummaryInformation(Microsoft.TeamFoundation.Build.Client.IBuildInformationNode)">
            <summary>
            Converts a single Information node of type CustomSummaryInformation into an ICustomSummaryInformation object.
            </summary>
            <param name="node">The build information node.</param>
            <returns>The Custom Summary Information node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetCustomSummaryInformationNodes(Microsoft.TeamFoundation.Build.Client.IBuildDetail)">
            <summary>
            Gets all of the Custom Summary Information nodes from a build.
            </summary>
            <param name="build">The build.</param>
            <returns>The Custom Summary Information nodes.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetCustomSummaryInformationNodes(Microsoft.TeamFoundation.Build.Client.IBuildInformation)">
            <summary>
            Gets all of the Custom Summary Information nodes from a build information object.
            </summary>
            <param name="buildInformation">The build information.</param>
            <returns>The Custom Summary Information nodes.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildError(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.DateTime)">
            <summary>
            Adds an error to a build. Does not save to the server.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="message">The error message.</param>
            <param name="timestamp">The time of the error.</param>
            <returns>The error node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildError(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.Int32,System.Int32,System.String,System.String,System.DateTime)">
            <summary>
            Adds an error to a build. Does not save to the server.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="file">The file in which the error occurred.</param>
            <param name="lineNumber">The line number on which the error began.</param>
            <param name="endLineNumber">The line number of which the error ended.</param>
            <param name="code">The error code.</param>
            <param name="message">The error message.</param>
            <param name="timestamp">The time of the error.</param>
            <returns>The error node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildError(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.String,System.Int32,System.Int32,System.String,System.String,System.DateTime)">
            <summary>
            Adds an error to a build. Does not save to the server.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="errorType">The type of the error.</param>
            <param name="file">The file in which the error occurred.</param>
            <param name="lineNumber">The line number on which the error began.</param>
            <param name="endLineNumber">The line number of which the error ended.</param>
            <param name="code">The error code.</param>
            <param name="message">The error message.</param>
            <param name="timestamp">The time of the error.</param>
            <returns>The error node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildError(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.String,System.DateTime)">
            <summary>
            Adds an error to a build. Does not save to the server.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="errorType">The type of the error.</param>
            <param name="file">The file in which the error occurred.</param>
            <param name="serverPath">The server path in version control for the file.</param>
            <param name="lineNumber">The line number on which the error began.</param>
            <param name="endLineNumber">The line number of which the error ended.</param>
            <param name="code">The error code.</param>
            <param name="message">The error message.</param>
            <param name="timestamp">The time of the error.</param>
            <returns>The error node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetBuildError(Microsoft.TeamFoundation.Build.Client.IBuildInformationNode)">
            <summary>
            Converts a single Information node of type BuildError into an IBuildError object.
            </summary>
            <param name="node">The build information node.</param>
            <returns>The build error node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetBuildErrors(Microsoft.TeamFoundation.Build.Client.IBuildDetail)">
            <summary>
            Gets all of the build error nodes from a build.
            </summary>
            <param name="build">The build.</param>
            <returns>The build error nodes.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetBuildErrors(Microsoft.TeamFoundation.Build.Client.IBuildInformation)">
            <summary>
            Gets all of the build error nodes from a build information object.
            </summary>
            <param name="buildInformation">The build information.</param>
            <returns>The build error nodes.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildWarning(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.DateTime)">
            <summary>
            Adds a warning to a build. Does not save to the server.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="message">The warning message.</param>
            <param name="timestamp">The time of the warning.</param>
            <returns>The warning node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildWarning(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.Int32,System.Int32,System.String,System.String,System.DateTime)">
            <summary>
            Adds a warning to a build. Does not save to the server.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="file">The file in which the warning occurred.</param>
            <param name="lineNumber">The line number on which the warning began.</param>
            <param name="endLineNumber">The line number on which the warning ended.</param>
            <param name="code">The warning code.</param>
            <param name="message">The warning message.</param>
            <param name="timestamp">The time of the warning.</param>
            <returns>The warning node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildWarning(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.Int32,System.Int32,System.String,System.String,System.DateTime,System.String)">
            <summary>
            Adds a warning to a build. Does not save to the server.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="file">The file in which the warning occurred.</param>
            <param name="lineNumber">The line number on which the warning began.</param>
            <param name="endLineNumber">The line number on which the warning ended.</param>
            <param name="code">The warning code.</param>
            <param name="message">The warning message.</param>
            <param name="timestamp">The time of the warning.</param>
            <param name="warningType">The type of the warning.</param>
            <returns>The warning node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildWarning(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.String,System.Int32,System.Int32,System.String,System.String,System.DateTime,System.String)">
            <summary>
            Adds a warning to a build. Does not save to the server.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="file">The file in which the warning occurred.</param>
            <param name="serverPath">The server path in version control for the file.</param>
            <param name="lineNumber">The line number on which the warning began.</param>
            <param name="endLineNumber">The line number on which the warning ended.</param>
            <param name="code">The warning code.</param>
            <param name="message">The warning message.</param>
            <param name="timestamp">The time of the warning.</param>
            <param name="warningType">The type of the warning.</param>
            <returns>The warning node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetBuildWarning(Microsoft.TeamFoundation.Build.Client.IBuildInformationNode)">
            <summary>
            Converts a single Information node of type BuildWarning into an IBuildWarning object.
            </summary>
            <param name="node">The build information node.</param>
            <returns>The build warning node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetBuildWarnings(Microsoft.TeamFoundation.Build.Client.IBuildDetail)">
            <summary>
            Gets all of the build warning nodes from a build.
            </summary>
            <param name="build">The build.</param>
            <returns>The build warning nodes.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetBuildWarnings(Microsoft.TeamFoundation.Build.Client.IBuildInformation)">
            <summary>
            Gets all of the build warning nodes from a build information object.
            </summary>
            <param name="buildInformation">The build information.</param>
            <returns>The build warning nodes.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildMessage(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,Microsoft.TeamFoundation.Build.Client.BuildMessageImportance,System.DateTime)">
            <summary>
            Adds a message to a build. Does not save to the server.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="message">The message.</param>
            <param name="importance">The importance of the message.</param>
            <param name="timestamp">The time of the message.</param>
            <returns>The message node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildProjectNode(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.String,System.String,System.String,System.DateTime,System.String)">
            <summary>
            Adds a project to a build. Does not save to the server.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="flavor">The flavor (configuration) the project was built for.</param>
            <param name="localPath">The local path of the project file.</param>
            <param name="platform">The platform the project was built for.</param>
            <param name="serverPath">The server path of the project file.</param>
            <param name="startTime">The time at which the project was built.</param>
            <param name="targetNames">The targets for which the project was built.</param>
            <returns>The project node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddBuildProjectNode(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.DateTime,System.String,System.String,System.String,System.String,System.DateTime,System.String)">
            <summary>
            Adds a project to a build. Does not save to the server.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="finishTime">The time at which the project finished building.</param>
            <param name="flavor">The flavor (configuration) the project was built for.</param>
            <param name="localPath">The local path of the project file.</param>
            <param name="platform">The platform the project was built for.</param>
            <param name="serverPath">The server path of the project file.</param>
            <param name="startTime">The time at which the project was built.</param>
            <param name="targetNames">The targets for which the project was built.</param>
            <returns>The project node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetBuildProjectNode(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.String)">
            <summary>
            Returns the project node with the corresponding local path, or null if none is found.
            </summary>
            <param name="buildInformation">The build information that is searched.</param>
            <param name="localPath">The desired local path.</param>
            <returns>The corresponding project node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetBuildProjectNodes(Microsoft.TeamFoundation.Build.Client.IBuildDetail)">
            <summary>
            Gets all of the build project nodes from a build.
            </summary>
            <param name="build">The build.</param>
            <returns>The build project nodes.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetBuildProjectNodes(Microsoft.TeamFoundation.Build.Client.IBuildInformation)">
            <summary>
            Gets all of the build project nodes from a build information object.
            </summary>
            <param name="buildInformation">The build information.</param>
            <returns>The build project nodes.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetTopLevelProjects(Microsoft.TeamFoundation.Build.Client.IBuildDetail)">
            <summary>
            Gets all of the top-level build project nodes from a build.
            </summary>
            <param name="build">The build.</param>
            <returns>The build project nodes.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.GetTopLevelProjects(Microsoft.TeamFoundation.Build.Client.IBuildInformation)">
            <summary>
            Gets all of the top-level build project nodes from a build information object.
            </summary>
            <param name="buildInformation">The build information.</param>
            <returns>The build project nodes.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.AddExternalLink(Microsoft.TeamFoundation.Build.Client.IBuildInformation,System.String,System.Uri)">
            <summary>
            Adds an external link to a build. Does not save to the server.
            </summary>
            <param name="buildInformation">The build information.</param>
            <param name="displayText">The display text for the link.</param>
            <param name="url">The URL for the link.</param>
            <returns>The link node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.InformationNodeConverters.BulkUpdateInformationNodes(Microsoft.TeamFoundation.Build.Client.BuildDetail,System.Collections.Generic.List{Microsoft.TeamFoundation.Build.Client.InformationChangeRequest})">
            <summary>
            Call BuildService.UpdateBuildInformation with a list of requests and update the node IDs for any adds.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IActivityProperties">
            <summary>
            IActivityProperties is a helper interface for IBuildInformationNodes of type "ActivityProperties". To obtain
            an IActivityProperties, use the InformationNodeConverters class.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IActivityProperties.Properties">
            <summary>
            The properties of the activity and their values.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IActivityProperties.Node">
            <summary>
            The underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IActivityProperties.Save">
            <summary>
            Saves the build step to the server.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IActivityTracking">
            <summary>
            IActivityTracking is a helper interface for IBuildInformationNodes of type "ActivityTracking". To obtain
            an IActivityTracking, use the InformationNodeConverters class.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IActivityTracking.ActivityInstanceId">
            <summary>
            The instance ID of the tracked activity.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IActivityTracking.ActivityType">
            <summary>
            The type of the tracked activity.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IActivityTracking.DisplayName">
            <summary>
            The display name of the tracked activity.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IActivityTracking.State">
            <summary>
            The State of the tracked activity - Executing, Closed, Canceled, or Faulted.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IActivityTracking.StartTime">
            <summary>
            The time at which the tracked activity began execution.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IActivityTracking.FinishTime">
            <summary>
            The time at which the tracked activity completed execution.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IActivityTracking.Node">
            <summary>
            The underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IActivityTracking.InitialPropertyValues">
            <summary>
            The properties and their values when the tracked activity began execution.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IActivityTracking.FinalPropertyValues">
            <summary>
            The properties and their values when the tracked activity completed execution.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IActivityTracking.AddActivityTracking(System.String,System.String,System.String)">
            <summary>
            Helper method to add a child activity tracking node.
            </summary>
            <param name="activityInstanceId">The instance ID of the child activity to be tracked.</param>
            <param name="activityType">The type of the child activity to be tracked.</param>
            <param name="displayText">The display name of the child activity.</param>
            <returns>The child activity tracking node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IActivityTracking.AddAgentScopeActivityTracking(System.String,System.String,System.String)">
            <summary>
            Helper method to add a child activity tracking node for an AgentScope activity.
            </summary>
            <param name="activityInstanceId">The instance ID of the child activity to be tracked.</param>
            <param name="activityType">The type of the child activity to be tracked.</param>
            <param name="displayText">The display name of the child activity.</param>
            <returns>The child agent scope activity tracking node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IActivityTracking.AddPropertyValues(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Helper method to add a child activity properties node. This method is typically called twice -
            once to add the initial values of the activity's Arguments, and once to add the final values.
            These will be displayed in the build details view when logging verbosity for the build is diagnostic.
            </summary>
            <param name="properties">The property names and values.</param>
            <returns>The child activity properties node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IActivityTracking.Save">
            <summary>
            Saves the underlying information node.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.AgentReservationStatus">
            <summary>
            The states of an agent reservation - not started, requested, reserved, and released.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IAgentScopeActivityTracking">
            <summary>
            IAgentScopeActivityTracking is a helper interface for IBuildInformationNodes of type "AgentScopeActivityTracking". To obtain
            an IAgentScopeActivityTracking, use the InformationNodeConverters class.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IAgentScopeActivityTracking.ReservationStatus">
            <summary>
            The status of the reservation for the tracked AgentScope activity.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IAgentScopeActivityTracking.ReservedAgentName">
            <summary>
            The name of the reserved agent for the tracked AgentScope activity.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IAgentScopeActivityTracking.ReservedAgentUri">
            <summary>
            The Uri of the reserved agent for the tracked AgentScope activity.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildAgent">
            <summary>
            Represents a build agent in the TFS Build server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgent.ServiceHost">
            <summary>
            The service host in which this build agent resides.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgent.Controller">
            <summary>
            The build controller that owns this build agent.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgent.BuildDirectory">
            <summary>
            The working directory for the build agent.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgent.Description">
            <summary>
            The description of the build agent.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgent.Status">
            <summary>
            The status of the build agent - when Offline it will not be reached by AT, when Unavailable AT will attempt to fix, when Available it's working.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgent.Enabled">
            <summary>
            The Enabled/Disabled flag of the build agent - when not Enabled, the build agent cannot queue or start any new builds.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgent.StatusMessage">
            <summary>
            A displayable message from the server regarding the agent's status. (May be empty)
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgent.Url">
            <summary>
            The URL which may be used to communicate with the build agent.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgent.MessageQueueUrl">
            <summary>
            Gets the message queue address. This field is for system use only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgent.Tags">
            <summary>
            The tags defined for this build agent.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgent.DateCreated">
            <summary>
            The date and time at which this agent was created.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgent.DateUpdated">
            <summary>
            The date and time at which this agent was updated last.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgent.IsReserved">
            <summary>
            Gets a value indicating whether or not this agent is currently in use by a build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgent.ReservedForBuild">
            <summary>
            Gets the identifier of the build which is currently using this agent or null if not currently in use.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgent.AttachedProperties">
            <summary>
            Attached properties
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildAgent.Delete">
            <summary>
            Deletes the build agent from the build server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildAgent.GetExpandedBuildDirectory(Microsoft.TeamFoundation.Build.Client.IBuildDefinition)">
            <summary>
            Returns the BuildDirectory for the build agent with all variable expansions evaluated according to the
            given build definition.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildAgent.Save">
            <summary>
            Saves any changes made to the build agent to the build server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildAgent.Refresh(System.String[])">
            <summary>
            Refresh this build agent by getting updated property values from the server.
            </summary>
            <param name="propertyNameFilters">The property names to get.</param>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildAgentSpec">
            <summary>
            A build agent specification, which can be used to query for build agents.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgentSpec.ServiceHostName">
            <summary>
            The service host name of the desired build agent(s). Wildcards supported.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgentSpec.Name">
            <summary>
            The name of the desired build agent(s). Wildcards supported.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgentSpec.Tags">
            <summary>
            The tags defined for the desired build agent(s).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgentSpec.PropertyNameFilters">
            <summary>
            The property names to be returned from the query/queries. A "*" will retrieve all
            property names, an empty array will retrieve none, and any other array will match
            types verbatim.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildController">
            <summary>
            Represents a build controller in the TFS Build server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildController.ServiceHost">
            <summary>
            The service host in which this controller resides.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildController.Agents">
            <summary>
            The build agents owned by this controller.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildController.CustomAssemblyPath">
            <summary>
            The version control path where custom assemblies are stored.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildController.Description">
            <summary>
            The description of the build controller.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildController.Name">
            <summary>
            The name of the build controller.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildController.MaxConcurrentBuilds">
            <summary>
            The maximum number of builds that may run concurrently on this controller.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildController.QueueCount">
            <summary>
            The current queue count (all queue statuses included) for the controller.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildController.Status">
            <summary>
            The status of the build controller - when Offline it will not be reached by AT, when Unavailable AT will attempt to fix, when Available it's working.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildController.Enabled">
            <summary>
            The Enabled/Disabled flag of the build controller - when not Enabled, the build controller cannot queue or start any new builds.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildController.StatusMessage">
            <summary>
            A displayable message from the server regarding the controller's status. (May be empty)
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildController.AttachedProperties">
            <summary>
            Attached properties
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildController.Tags">
            <summary>
            The union of the tags for all the controller's agents.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildController.Uri">
            <summary>
            The Uri of the build controller.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildController.Url">
            <summary>
            The URL of the build controller.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildController.MessageQueueUrl">
            <summary>
            Gets the message queue address. This field is for system use only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildController.DateCreated">
            <summary>
            The date and time at which this controller was created.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildController.DateUpdated">
            <summary>
            The date and time at which this controller was updated last.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildController.AddBuildAgent(Microsoft.TeamFoundation.Build.Client.IBuildAgent)">
            <summary>
            Adds a build agent to this controller.
            </summary>
            <param name="agent">The agent to be added.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildController.Delete">
            <summary>
            Deletes the build controller.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildController.LoadCustomActivities(System.String,Microsoft.TeamFoundation.VersionControl.Client.RecursionType,Microsoft.TeamFoundation.Build.Client.HostEnvironmentOption,System.Collections.Generic.List{System.Type}@,System.Collections.Generic.List{Microsoft.TeamFoundation.Build.Client.IFailure}@)">
            <summary>
            Downloads all assemblies from the CustomAssemblyLocation to the local path, loads the assemblies containing custom activity types,
            and returns a list of the custom activity types.
            </summary>
            <param name="localPath">The local path to which custom assemblies are downloaded.</param>
            <param name="recursionType">The recursion type for the custom assembly download.</param>
            <param name="activityOptions">Constrains the activities which are loaded to those marked with the BuildActivityAttribute and specifying
            a matched BuildActivityOption value - Agent and/or Controller.</param>
            <param name="activityTypes">The custom activity types found in the custom assemblies.</param>
            <returns>A list of assemblies that were loaded.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildController.LoadCustomActivitiesAndExtensions(System.String,Microsoft.TeamFoundation.VersionControl.Client.RecursionType,Microsoft.TeamFoundation.Build.Client.HostEnvironmentOption,System.Collections.Generic.List{System.Type}@,System.Collections.Generic.List{System.Type}@,System.Collections.Generic.List{Microsoft.TeamFoundation.Build.Client.IFailure}@)">
            <summary>
            Downloads all assemblies from the CustomAssemblyLocation to the local path, loads the assemblies containing custom activity types
            and/or extensions, and returns lists of the custom activity types and custom extension types.
            </summary>
            <param name="localPath">The local path to which custom assemblies are downloaded.</param>
            <param name="recursionType">The recursion type for the custom assembly download.</param>
            <param name="activityOptions">Constrains the activities which are loaded to those marked with the BuildActivityAttribute and specifying
            a matched BuildActivityOption value - Agent and/or Controller.</param>
            <param name="activityTypes">The custom activity types found in the custom assemblies.</param>
            <param name="extensionOptions">Constrains the extensions which are loaded to those marked with the BuildExtensionAttribute and specifying
            a matched BuildServiceOption value - Agent and/or Controller.</param>
            <param name="extensionTypes">The custom extension types found in the custom assemblies.</param>
            <returns>A list of assemblies that were loaded.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildController.Refresh(System.Boolean)">
            <summary>
            Refreshes the build controller by getting current property values from the build server.
            </summary>
            <param name="refreshAgentList">If true, agents are requested from the server and the list of agents is replaced.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildController.Refresh(System.String[],System.Boolean)">
            <summary>
            Refreshes the build controller by getting current property values from the build server.
            </summary>
            <param name="propertyNameFilters">The property names to get.</param>
            <param name="refreshAgentList">If true, agents are requested from the server and the list of agents is replaced.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildController.RemoveBuildAgent(Microsoft.TeamFoundation.Build.Client.IBuildAgent)">
            <summary>
            Removes a build agent from this controller.
            </summary>
            <param name="agent">The agent to be removed.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildController.Save">
            <summary>
            Saves any changes made to the build controller to the build server.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildControllerSpec">
            <summary>
            A build controller specification, which can be used to query for build controllers.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildControllerSpec.ServiceHostName">
            <summary>
            The service host name of the desired build controller(s). Wildcards supported.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildControllerSpec.IncludeAgents">
            <summary>
            Whether or not to include agents in the result set.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildControllerSpec.Name">
            <summary>
            The name of the desired build controller(s). Wildcards supported.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildControllerSpec.PropertyNameFilters">
            <summary>
            The property names to be returned from the query/queries. A "*" will retrieve all
            property names, an empty array will retrieve none, and any other array will match
            types verbatim.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildDefinition">
            <summary>
            Represents a build definition in the TFS Build server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.BatchSize">
            <summary>
            The maximum batch size for queued builds when using the Gated continuous integration type.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.BuildController">
            <summary>
            The build controller that builds this build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.BuildControllerUri">
            <summary>
            The Uri of the build controller that builds this build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.Description">
            <summary>
            The description of the definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.DefaultDropLocation">
            <summary>
            The default location to drop the output of builds generated by the definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.Enabled">
            <summary>
            The enabled status of the build definition - when false, no new builds can be generated
            for the definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.QueueStatus">
            <summary>
            The queue status of the build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.Id">
            <summary>
            The Id portion of the build definition's Uri.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.RetentionPolicyList">
            <summary>
            A list of the retention policies for the definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.Schedules">
            <summary>
            A list of schedules for the definition
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.SourceProviders">
            <summary>
            A list of source providers for the definition
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.Workspace">
            <summary>
            The workspace template for the definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.LastBuildUri">
            <summary>
            Gets the URI of the last build completed for this build definition regardless of status.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.LastGoodBuildUri">
            <summary>
            Gets the URI of the last build completed for this build definition with a successful compilation and test status.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.LastGoodBuildLabel">
            <summary>
            The name of the label of the last build generated for the build definition for which
            compilation and tests were successful.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.Process">
            <summary>
            The build process template for the definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.ProcessParameters">
            <summary>
            The default process parameters, used to initialize new build processes.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.AttachedProperties">
            <summary>
            Attached properties
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.TriggerType">
            <summary>
            Gets or sets the definition system trigger.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.DateCreated">
            <summary>
            The date and time at which this build definition was created.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.ContinuousIntegrationQuietPeriod">
            <summary>
            The quiet period associated with a 'Batch' continuous integration type. New builds will
            not be queued for changesets which are encountered during the quiet period. Instead a
            single build will be queued for all changesets which occurred during the quiet period
            once it has lapsed. This value is used as an offset (in minutes) from the starting time
            of the last queued build for Continuous Integration.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.AddRetentionPolicy(Microsoft.TeamFoundation.Build.Client.BuildReason,Microsoft.TeamFoundation.Build.Client.BuildStatus,System.Int32,Microsoft.TeamFoundation.Build.Client.DeleteOptions)">
            <summary>
            Adds a retention policy to the list of retention policies for the build definition.
            </summary>
            <param name="reason">The reason of the retention policy.</param>
            <param name="status">The status of the retention policy.</param>
            <param name="numberToKeep">The number to keep of the retention policy.</param>
            <param name="deleteOptions">The parts of the build to delete.</param>
            <returns>The added retention policy.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.AddSchedule">
            <summary>
            Adds a schedule to the list of schedules for the build definition.
            The schedule has no affect if the ContinuousIntegrationType is not Schedule.
            Only one schedule is allowed in the list.
            </summary>
            <returns>The schedule that was added.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.CopyFrom(Microsoft.TeamFoundation.Build.Client.IBuildDefinition)">
            <summary>
            Updates the current build definition instance in place using the property values in the provided
            build definition.
            </summary>
            <param name="buildDefinition">The build definition from which properties should be copied</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.CreateBuildRequest">
            <summary>
            Creates an IBuildRequest from the build definition with values for BuildAgent and
            DropLocation set to DefaultBuildAgent and DefaultDropLocation.
            </summary>
            <returns>The new build request, which can be used to Queue a build.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.CreateManualBuild(System.String)">
            <summary>
            Creates a BuildDetail record in the TFS Build database.
            Build Information and other changes can be made to the IBuildDetail object
            returned.
            </summary>
            <param name="buildNumber">Build number to assign to the new build.</param>
            <returns>The new IBuildDetail object that now exists in the database.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.CreateManualBuild(System.String,System.String)">
            <summary>
            Creates a BuildDetail record in the TFS Build database.
            Build Information and other changes can be made to the IBuildDetail object
            returned.
            </summary>
            <param name="buildNumber">Build number to assign to the new build.</param>
            <param name="dropLocation">Location of the binary files created by the manual build.</param>
            <returns>The new IBuildDetail object that now exists in the database.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.CreateManualBuild(System.String,System.String,Microsoft.TeamFoundation.Build.Client.BuildStatus,Microsoft.TeamFoundation.Build.Client.IBuildController,System.String)">
            <summary>
            Creates a BuildDetail record in the TFS Build database.
            Build Information and other changes can be made to the IBuildDetail object
            returned.
            </summary>
            <param name="buildNumber">Build number to assign to the new build.</param>
            <param name="dropLocation">Location of the binary files created by the manual build.</param>
            <param name="buildStatus">The status that you want the build to have. PartiallySucceeded is not supported.</param>
            <param name="agent">Agent used to create the build.</param>
            <param name="requestedFor">The user that requested the build.</param>
            <returns>The new IBuildDetail object that now exists in the database.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.Delete">
            <summary>
            Deletes this build definition from the server.
            Note: this will throw if there are builds pending or existing for this definition.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.Save">
            <summary>
            Saves any changes made to the object to the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.CreateSpec">
            <summary>
            Creates a new build definition specification for this definition.
            </summary>
            <returns>The new build definition specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.QueryBuilds">
            <summary>
            Gets all of the builds for this build definition.
            </summary>
            <returns>The builds for this build definition.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.Refresh(System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Refresh this build definition by getting updated property values from the server.
            </summary>
            <param name="propertyNameFilters">The property names to get.</param>
            <param name="queryOptions">The query options.</param>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.BuildServer">
            <summary>
            Gets the server that owns the build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.ContinuousIntegrationType">
            <summary>
            The ContinuousIntegrationType of the definition. Individual ensures that a new build
            is queued for every check in made to version control which contains files that affect
            the workspace associated with the definition. For more information regarding the Batch
            type, see <see cref="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinition.ContinuousIntegrationQuietPeriod"/>.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSourceProvider">
            <summary>
            Represents a source provider used by a Build Definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSourceProvider.Name">
            <summary>
            Gets or sets the Source provider that should be used for the definition
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSourceProvider.SupportedTriggerTypes">
            <summary>
            Gets the trigger types supported by this provider.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSourceProvider.Fields">
            <summary>
            Gets a dictionary of Fields that are used by the Source Provider.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec">
            <summary>
            A build definition specification, which can be used to query for build definitions.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec.FullPath">
            <summary>
            The full path to the desired build definition(s), of the form \TeamProject\Name.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec.Name">
            <summary>
            The name of the desired build definition(s). Wildcards supported.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec.TeamProject">
            <summary>
            The team project of the desired build definition(s).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec.Options">
            <summary>
            Query options used to determine whether or not supporting objects are returned from the query.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec.TriggerType">
            <summary>
            An optional filter to control the type of build definitions returned from the query.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec.ContinuousIntegrationType">
            <summary>
            An optional filter to control the type of build definitions returned from the query.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec.PropertyNameFilters">
            <summary>
            The property names to be returned from the query/queries. A "*" will retrieve all
            property names, an empty array will retrieve none, and any other array will match
            types verbatim.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildDeletionResult">
            <summary>
            Represents the success or failure of deleting a build from the Team Foundation Server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDeletionResult.Successful">
            <summary>
            Gets a value indicating the complete or partial success of the deletion. If false, other
            properties should be examined for the source of the failure.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDeletionResult.LabelFailure">
            <summary>
            Gets the failure associated with label deletion (if one occurred).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDeletionResult.SymbolsFailure">
            <summary>
            Gets the failure associated with symbols deletion (if one occurred).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDeletionResult.TestResultFailure">
            <summary>
            Gets the failure associated with test result deletion (if one occurred).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDeletionResult.DropLocationFailure">
            <summary>
            Gets the failure associated with drop location deletion (if one occurred).
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildDetail">
            <summary>
            Represents a build in the TFS Build server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.BuildNumber">
            <summary>
            The Number used to identify the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.CompilationStatus">
            <summary>
            The status of the compilation phase of the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.DropLocation">
            <summary>
            The location of the output of the build - typically DropLocationRoot\BuildDefinition.Name\BuildNumber.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.DropLocationRoot">
            <summary>
            The root drop location of the build - either the DefaultDropLocation from its
            IBuildDefinition, or the overridden DropLocation from its IBuildRequest.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.LabelName">
            <summary>
            The name of the label created for the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.KeepForever">
            <summary>
            Specifies whether the build participates in its definition's retention policy or
            should be kept forever.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.LogLocation">
            <summary>
            The location of the log file for the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.Quality">
            <summary>
            The quality of the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.Status">
            <summary>
            The overall status of the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.TestStatus">
            <summary>
            The status of the test phase of the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.BuildController">
            <summary>
            The IBuildController used to perform the build. (May be null)
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.BuildControllerUri">
            <summary>
            The Uri of the IBuildController used to perform the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.BuildDefinition">
            <summary>
            The IBuildDefinition that owns the build. (May be null)
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.BuildDefinitionUri">
            <summary>
            The Uri of the IBuildDefinition used to perform the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.BuildFinished">
            <summary>
            Indicates whether or not the build has finished.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.BuildServer">
            <summary>
            The server that owns the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.Information">
            <summary>
            The collection of information nodes for the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.LastChangedBy">
            <summary>
            Gets the account name of the last user to change the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.LastChangedByDisplayName">
            <summary>
            Gets the display name of the last user to change the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.LastChangedOn">
            <summary>
            The date and time of the last change to the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.ProcessParameters">
            <summary>
            The process parameters used for this build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.Reason">
            <summary>
            The reason the build exists.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.RequestIds">
            <summary>
            The request Ids that started this build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.Requests">
            <summary>
            The requests that started this build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.IsDeleted">
            <summary>
            The flag that indicates that the build has been deleted
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.SourceGetVersion">
            <summary>
            The version specification for which the sources were retrieved for the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.StartTime">
            <summary>
            The time that the build actually started
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.FinishTime">
            <summary>
            The time that the build finished.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.Uri">
            <summary>
            The URI of the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.TeamProject">
            <summary>
            Gets the team project that owns the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.ContainerId">
            <summary>
            Gets the ContainerId for the container associated with this BuildDetail
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDetail.Connect(System.Int32,System.Int32,System.ComponentModel.ISynchronizeInvoke)">
            <summary>
            Starts polling, using the specified interval, timeout and ISynchronizeInvoke object.
            When the StatusChanging, StatusChanged, or PollingCompleted events are handled by a
            visual Windows Forms component, that component should be passed in as the
            synchronizingObject so that the event handlers are called on the same thread on
            which the component was created.
            </summary>
            <param name="pollingInterval">The polling interval, in milliseconds.</param>
            <param name="timeout">The timeout, in milliseconds.</param>
            <param name="synchronizingObject">The object used to synchronize polling events. If
            null, events will be fired on a thread pool thread.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDetail.Connect(System.Int32,System.ComponentModel.ISynchronizeInvoke)">
            <summary>
            Starts polling, using the specified interval and ISynchronizeInvoke object. When the
            StatusChanging, StatusChanged, or PollingCompleted events are handled by a visual
            Windows Forms component, that component should be passed in as the synchronizingObject
            so that the event handlers are called on the same thread on which the component was
            created.
            </summary>
            <param name="pollingInterval">The polling interval, in milliseconds.</param>
            <param name="synchronizingObject">The object used to synchronize polling events. If
            null, events will be fired on a thread pool thread.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDetail.Connect">
            <summary>
            Starts polling, using the default interval of five seconds and no synchronization object.
            Events will be fired on a thread pool thread. When events are handled by a visual
            Windows Forms component, the other overload should be used for this method and that
            component should be passed in as the synchronizingObject so that the event handlers are
            called on the same thread on which the component was created.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDetail.Delete">
            <summary>
            Deletes the build, and all associated data, from the server and drop location.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDetail.Delete(Microsoft.TeamFoundation.Build.Client.DeleteOptions)">
            <summary>
            Delete the build and only the associated information you specify.
            </summary>
            <param name="options">The parts of the build to delete.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDetail.Disconnect">
            <summary>
            Stops polling.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDetail.FinalizeStatus">
            <summary>
            Notifies the server that the build is complete.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDetail.FinalizeStatus(Microsoft.TeamFoundation.Build.Client.BuildStatus)">
            <summary>
            Notifies the server that the build is complete and sets the status accordingly.
            </summary>
            <param name="status">The final status of the completed build</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDetail.RefreshMinimalDetails">
            <summary>
            Retrieves the latest build data from the server with no details.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDetail.RefreshAllDetails">
            <summary>
            Retrieves the latest build data from the server with all details.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDetail.Refresh(System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Retrieves the latest build data from the server with the given query options and
            information types.
            </summary>
            <param name="informationTypes">The information types which should be retrieved. Valid types include "*", meaning all types, and
            the members of Microsoft.TeamFoundation.Build.Common.InformationTypes.</param>
            <param name="queryOptions">The query options to use for the Refresh.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDetail.Save">
            <summary>
            Saves any changes made to the build to the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDetail.Stop">
            <summary>
            Stops the build.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDetail.Wait">
            <summary>
            Blocks until the build is finished.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDetail.Wait(System.TimeSpan,System.TimeSpan)">
            <summary>
            Blocks the calling thread until the build finishes or the timeout expires.
            </summary>
            <param name="pollingInterval">The interval of time between server polling</param>
            <param name="timeout">The overall timeout of the blocking call</param>
            <returns>True if the build finished within the specified timeout, false otherwise</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDetail.Wait(System.TimeSpan,System.TimeSpan,System.ComponentModel.ISynchronizeInvoke)">
            <summary>
            Blocks the calling thread until the build finishes or the timeout expires.
            </summary>
            <param name="pollingInterval">The interval of time between server polling</param>
            <param name="timeout">The overall timeout of the blocking call</param>
            <param name="syncronizingObject">The object used to synchronize polling events</param>
            <returns>True if the build finished within the specified timeout, false otherwise</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildDetail.RequestIntermediateLogs">
            <summary>
            Requests the intermediate diagnostics logs of an in-progress build.
            </summary>
            <returns>The request identifier</returns>
        </member>
        <member name="E:Microsoft.TeamFoundation.Build.Client.IBuildDetail.StatusChanging">
            <summary>
            Raised when any change in the build is discovered on the server. Note: to receive
            these events you must call the Connect method, which causes the server to be polled
            on a regular basis until the build is finished. This event is fired just before the
            build is updated.
            </summary>
        </member>
        <member name="E:Microsoft.TeamFoundation.Build.Client.IBuildDetail.StatusChanged">
            <summary>
            Raised when any change in the build is discovered on the server. Note: to receive
            these events you must call the Connect method, which causes the server to be polled
            on a regular basis until the build is finished. This event is fired just after the
            build is updated.
            </summary>
        </member>
        <member name="E:Microsoft.TeamFoundation.Build.Client.IBuildDetail.PollingCompleted">
            <summary>
            Raised when polling completes. Note: to receive this event you must call the Connect
            method. This event is fired when polling completes, either because the build finished
            or because an unrecoverable error was encountered (e.g. the build was deleted).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.RequestedBy">
            <summary>
            The user that requested the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.RequestedFor">
            <summary>
            The user for whom the build was requested.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetail.ShelvesetName">
            <summary>
            The shelveset that was built.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec">
            <summary>
            A build detail specification which can be used to query for builds on the Build Server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec.BuildNumber">
            <summary>
            The number of the desired build(s). Wildcards supported.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec.DefinitionSpec">
            <summary>
            The specification of the definition of the desired build(s).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec.DefinitionUris">
            <summary>
            The specification of the definition of the desired build(s).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec.QueryOptions">
            <summary>
            The additional data to be returned from the query/queries.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec.QueryOrder">
            <summary>
            The ordering which should be used when selecting a max number of builds.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec.RequestedFor">
            <summary>
            The user for whom the build was requested.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec.MaxBuildsPerDefinition">
            <summary>
            The maximum number of builds which should be returned per definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec.Reason">
            <summary>
            The reason(s) of the desired build(s).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec.Status">
            <summary>
            The status(es) of the desired build(s).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec.Quality">
            <summary>
            The quality of the desired build(s).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec.InformationTypes">
            <summary>
            The information types to be returned from the query/queries. A "*" will retrieve all
            information types, an empty array will retrieve none, and any other array will match
            types verbatim. Valid types include the members of Microsoft.TeamFoundation.Build.Common.InformationTypes.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec.MinFinishTime">
            <summary>
            The beginning of the finish time range of the desired build(s).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec.MaxFinishTime">
            <summary>
            The end of the finish time range of the desired build(s).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec.MinChangedTime">
            <summary>
            The minimum last changed on value of the desired build(s).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec.QueryDeletedOption">
            <summary>
            Specifies whether to query deleted builds or not.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildErrorBase">
            <summary>
            IBuildErrorBase is a helper interface for IBuildInformationNodes of type "BuildError" or "BuildWarning". To obtain
            an IBuildError or IBuildWarning, use the InformationNodeConverters class.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildErrorBase.Code">
            <summary>
            The code associated with the error or warning.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildErrorBase.EndLineNumber">
            <summary>
            The ending line number of the error or warning.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildErrorBase.File">
            <summary>
            The file of the error or warning.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildErrorBase.ServerPath">
            <summary>
            The server path of the file, if it could be determined.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildErrorBase.LineNumber">
            <summary>
            The beginning line number of the error or warning.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildErrorBase.Message">
            <summary>
            The message of the error or warning.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildErrorBase.Timestamp">
            <summary>
            The time at which the error or warning occurred.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildErrorBase.Node">
            <summary>
            The underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildErrorBase.Save">
            <summary>
            Saves the build error to the server.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildError">
            <summary>
            IBuildError is a helper interface for IBuildInformationNodes of type "BuildError". To obtain
            an IBuildError, use the InformationNodeConverters class.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildError.ErrorType">
            <summary>
            The type of the error.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildWarning">
            <summary>
            IBuildWarning is a helper interface for IBuildInformationNodes of type "BuildWarning". To obtain
            an IBuildWarning, use the InformationNodeConverters class.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildWarning.WarningType">
            <summary>
            The type of the warning.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildGroupItem">
            <summary>
            Represents a build group item in the TFS Build server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildGroupItem.Uri">
            <summary>
            The URI of the build group item.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildGroupItem.Name">
            <summary>
            The name of the build group item.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildGroupItem.TeamProject">
            <summary>
            The team project that owns the build group item.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildGroupItem.FullPath">
            <summary>
            The full path of this build group item.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildGroupItem.Refresh">
            <summary>
            Refreshes the build group item by getting current property values from the build server.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildInformationNode">
            <summary>
            Represents a single piece of (hierarchical) information about a build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildInformationNode.Children">
            <summary>
            The children of the information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildInformationNode.Fields">
            <summary>
            The custom name / value pairs associated with the information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildInformationNode.Id">
            <summary>
            The unique identifier of the information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildInformationNode.LastModifiedBy">
            <summary>
            The user who last modified the information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildInformationNode.LastModifiedDate">
            <summary>
            The date at which the information node was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildInformationNode.Parent">
            <summary>
            The parent of the information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildInformationNode.Type">
            <summary>
            The type of the information node.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildInformationNode.Delete">
            <summary>
            Deletes the information node from the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildInformationNode.Save">
            <summary>
            Persists any changes to the information node (and its children) to the server.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildInformation">
            <summary>
            Represents a collection of information about a build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildInformation.Nodes">
            <summary>
            The information nodes in the collection.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildInformation.GetNode(System.Int32)">
            <summary>
            Returns the information node with the given Id.
            </summary>
            <param name="Id">The Id of the node to get.</param>
            <returns>The node with the given Id, or null if no node was found.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildInformation.GetNodesByType(System.String)">
            <summary>
            Returns the information nodes in Nodes (non-recursive) with the given type.
            </summary>
            <param name="type">The type for which nodes are returned.</param>
            <returns>The list of nodes in Nodes with the given type.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildInformation.GetNodesByType(System.String,System.Boolean)">
            <summary>
            Returns the information nodes in Nodes with the given type and recursion type.
            </summary>
            <param name="type">The type for which nodes are returned.</param>
            <returns>The list of nodes in Nodes with the given type.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildInformation.GetNodesByTypes(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Returns the information nodes in Nodes (non-recursive) with the given type(s).
            </summary>
            <param name="types">The type(s) for which nodes are returned.</param>
            <returns>The list of nodes in Nodes with the given type(s).</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildInformation.GetNodesByTypes(System.Collections.Generic.IEnumerable{System.String},System.Boolean)">
            <summary>
            Returns the information nodes in Nodes with the given type(s) and recursion type.
            </summary>
            <param name="types">The type(s) for which nodes are returned.</param>
            <returns>The list of nodes in Nodes with the given type(s).</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildInformation.GetSortedNodesByType(System.String,System.Collections.Generic.IComparer{Microsoft.TeamFoundation.Build.Client.IBuildInformationNode})">
            <summary>
            Returns a sorted list of the information nodes in Nodes and all subtrees (recursive) with the given type.
            Sorting will be first by hierarchy, and then by the given comparer.
            </summary>
            <param name="type">The type for which nodes are returned.</param>
            <param name="comparer">The comparison used to sort nodes at the same level in the hierarchy.</param>
            <returns>A sorted list of the information nodes in Nodes and all subtrees with the given type.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildInformation.GetSortedNodesByTypes(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IComparer{Microsoft.TeamFoundation.Build.Client.IBuildInformationNode})">
            <summary>
            Returns a sorted list of the information nodes in Nodes and all subtrees (recursive) with the given type(s).
            Sorting will be first by hierarchy, and then by the given comparer.
            </summary>
            <param name="types">The type(s) for which nodes are returned.</param>
            <param name="comparer">The comparison used to sort nodes at the same level in the hierarchy.</param>
            <returns>A sorted list of the information nodes in Nodes and all subtrees with the given type(s).</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildInformation.GetSortedNodes(System.Collections.Generic.IComparer{Microsoft.TeamFoundation.Build.Client.IBuildInformationNode})">
            <summary>
            Returns a sorted list of the information nodes in Nodes and all subtrees (recursive). Sorting will
            be first by hierarchy, and then by the given comparer.
            </summary>
            <param name="comparer">The comparison used to sort nodes at the same level in the hierarchy.</param>
            <returns>A sorted list of the information nodes in Nodes and all subtrees.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildInformation.CreateNode">
            <summary>
            Adds an information node to the collection.
            </summary>
            <returns>The new information node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildInformation.Delete">
            <summary>
            Deletes the collection of information nodes from the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildInformation.Save">
            <summary>
            Persists any changes to the collection of information nodes (and all subtrees) to the server.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildMessageImportance">
            <summary>
            The importance of a message - low, normal, or high.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildMessage">
            <summary>
            IBuildMessage is a helper interface for IBuildInformationNodes of type "BuildMessage". To obtain
            an IBuildMessage, use the InformationNodeConverters class.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildMessage.Message">
            <summary>
            The message.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildMessage.Importance">
            <summary>
            The importance of the message, which determines what verbosity levels the message is logged for.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildMessage.Timestamp">
            <summary>
            The time at which the message was logged.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildMessage.Node">
            <summary>
            The underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildMessage.Save">
            <summary>
            Saves the build message to the server.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode">
            <summary>
            IBuildProjectNode is a helper interface for IBuildInformationNodes of type "BuildProjectNode". To obtain
            an IBuildProjectNode, use the InformationNodeConverters class.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.Children">
            <summary>
            The project node children of this project node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.CompilationErrors">
            <summary>
            The number of compilation errors encountered for this project.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.CompilationWarnings">
            <summary>
            The number of compilation warnings encountered for this project.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.Flavor">
            <summary>
            The flavor for which this project was built.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.LocalPath">
            <summary>
            The local path of the project.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.LogFile">
            <summary>
            The log file for this project.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.Parent">
            <summary>
            The project node parent of this compilation summary. (May be null)
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.Platform">
            <summary>
            The platform for which this project was built.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.ServerPath">
            <summary>
            The server path of the project.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.StaticAnalysisErrors">
            <summary>
            The number of static analysis errors encountered for this project.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.StaticAnalysisWarnings">
            <summary>
            The number of static analysis warnings encountered for this project.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.TargetNames">
            <summary>
            The targets on which the project was invoked.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.StartTime">
            <summary>
            The time at which the project was invoked.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.FinishTime">
            <summary>
            The time at which the invocation of the project completed.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.Node">
            <summary>
            The underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.AddBuildProjectNode">
            <summary>
            Adds a child project node to the project node.
            </summary>
            <returns>The added project node.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.GetErrors(System.String)">
            <summary>
            Gets all the errors for this project and all its children.
            </summary>
            <param name="errorType">The type of errors to be retrieved (typically values from ErrorWarningTypes).</param>
            <returns>The errors.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.GetWarnings(System.String)">
            <summary>
            Gets all the warnings for this project and all its children.
            </summary>
            <param name="errorType">The type of warnings to be retrieved (typically values from ErrorWarningTypes).</param>
            <returns>The warnings.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildProjectNode.Save">
            <summary>
            Saves the build project to the server.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IQueuedBuildSpec">
            <summary>
            A build queue specification, which can be used to query for queued builds.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuildSpec.ControllerSpec">
            <summary>
            Gets the controller spec for this build queue specification.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuildSpec.DefinitionSpec">
            <summary>
            Gets the definition spec for this build queue specification.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuildSpec.DefinitionUris">
            <summary>
            Gets the definitioin URIs for this build queue specification.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuildSpec.QueryOptions">
            <summary>
            Gets or sets the query options used for this queue query.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuildSpec.RequestedFor">
            <summary>
            The user for whom the build was requested.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuildSpec.Status">
            <summary>
            Gets or sets the status filter used for this queue query.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuildSpec.CompletedWindow">
            <summary>
            Gets or sets the window used to query for completed builds. Queued builds that have been completed
            for a greater duration than the window specified will not be included in the query results.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildRequest">
            <summary>
            Represents a build request in the TFS Build server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildRequest.BatchId">
            <summary>
            The batch ID for the request.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildRequest.BuildController">
            <summary>
            The build controller on which the requested build should be started.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildRequest.BuildControllerUri">
            <summary>
            The Uri of the build controller on which the requested build should be started.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildRequest.BuildDefinition">
            <summary>
            The build definition for which the requested build should be started. Provides default
            values for BuildController and DropLocation.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildRequest.BuildDefinitionUri">
            <summary>
            The Uri of the build definition for which the requested build should be started.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildRequest.CustomGetVersion">
            <summary>
            If GetOption is Custom, the version spec for which sources should be retrieved for the
            requested build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildRequest.DropLocation">
            <summary>
            The location to drop the outputs of the requested build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildRequest.GetOption">
            <summary>
            Specifies how sources should be retrieved for the requested build - either
            LatestOnQueue - get the latest sources as of the time the build was queued,
            LatestOnBuild - get the latest sources as of the time the build starts,
            or Custom - If you set this to custom, you must specify a valid VersionSpec
            in the CustomGetVersion field.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildRequest.MaxQueuePosition">
            <summary>
            The maximum position in the queue for the requested build at queue time. If the build
            request falls below this position in a call to QueueBuild an exception will be thrown.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildRequest.Postponed">
            <summary>
            Determines whether or not the request will be submitted with a postponed status.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildRequest.Priority">
            <summary>
            The priority for the requested build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildRequest.ProcessParameters">
            <summary>
            The process parameters used to initialize the build process.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildRequest.RequestedFor">
            <summary>
            The user for whom the build is being requested.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildRequest.Reason">
            <summary>
            The reason to be used for the build request.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildRequest.ShelvesetName">
            <summary>
            Optional shelveset to be built.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildRequest.GatedCheckInTicket">
            <summary>
            Optional ticket issued by the server for gated check-in submissions. When a check-in is rejected due to
            Gated Check-in a <see cref="T:Microsoft.TeamFoundation.VersionControl.Client.GatedCheckinException">GatedCheckinException</see>
            is thrown. The gated check-in ticket is available on the exception and should be used when submitting the
            build request to the build system. Setting this property from the exception allows a rejected check-in to
            be queued by a user who does not have the appropriate permissions to perform the action under normal
            circumstances.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildRequest.BuildServer">
            <summary>
            Gets the build server from which this build request was created.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildServer">
            <summary>
            The main entry point for the TFS Build object model.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildServer.BuildServerVersion">
            <summary>
            The version (V1 or V2) of the build server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildServer.NoCICheckInComment">
            <summary>
            The comment string which signals the continuous integration system to ignore a
            check-in. Any check-in with this string at any point in the comment will be
            ignored (i.e. will not trigger a new build).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildServer.TeamProjectCollection">
            <summary>
            The Team Project Collection object that created this IBuildServer.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildDefinition(System.String)">
            <summary>
            Create a new build definition owned by the build server.
            </summary>
            <param name="teamProject">The team project under which the build definition will be created.</param>
            <returns>The new build definition.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateQueuedBuildsView">
            <summary>
            Create a queued builds view.
            </summary>
            <returns>The new view.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateQueuedBuildsView(System.String)">
            <summary>
            Create a queued builds view filtered by team project.
            </summary>
            <param name="teamProject">The team project whose queued builds can be included in the view.</param>
            <returns>The new view.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateQueuedBuildsView(System.Collections.Generic.IEnumerable{System.Uri})">
            <summary>
            Create a queued builds view filtered by the provided definitions.
            </summary>
            <param name="definitionUris">The definitions whose queued builds can be included in the view.</param>
            <returns>The new view.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildDetailSpec(System.String)">
            <summary>
            Creates a new build detail specification that can be used to query builds for a particular team project.
            </summary>
            <param name="teamProject">The team project for which builds can be queried.</param>
            <returns>The new build detail specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildDetailSpec(System.String,System.String)">
            <summary>
            Creates a new build detail specification that can be used to query builds for a particular team project and definition.
            </summary>
            <param name="teamProject">The team project for which builds can be queried.</param>
            <param name="definitionName">The build definition for which builds can be queried. Wildcards supported.</param>
            <returns>The new build detail specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildDetailSpec(Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec)">
            <summary>
            Creates a new build detail specification that can be used to query builds for a particular team project and definition.
            </summary>
            <param name="definitionSpec">A build definition specification that includes the team project and definition for which builds can be queried.</param>
            <returns>The new build detail specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildDetailSpec(Microsoft.TeamFoundation.Build.Client.IBuildDefinition)">
            <summary>
            Creates a new build detail specification that can be used to query builds for a particular definition.
            </summary>
            <param name="definition">The build definition for which builds can be queried.</param>
            <returns>The new build detail specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildDetailSpec(System.Collections.Generic.IEnumerable{System.Uri})">
            <summary>
            Creates a new build detail specification that can be used to query builds for the specified definitions.
            </summary>
            <param name="definitionUris">The build definitions for which builds can be queried.</param>
            <returns>The new build detail specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildAgentSpec">
            <summary>
            Creates a new build agent specification that can be used to query build agents.
            </summary>
            <returns>The new build agent specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildAgentSpec(System.String,System.String,System.Collections.Generic.List{System.String})">
            <summary>
            Creates a new build agent specification that can be used to query build agents.
            </summary>
            <param name="name">The agent name to query - supports wildcards.</param>
            <param name="computer">The computer to query - null/empty means "don't care".</param>
            <param name="tags">The tags to query - null/empty means "don't care".</param>
            <returns>The new build agent specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildAgentSpec(System.String,System.String,System.String[],System.Collections.Generic.List{System.String})">
            <summary>
            Creates a new build agent specification that can be used to query build agents.
            </summary>
            <param name="name">The agent name to query - supports wildcards.</param>
            <param name="computer">The computer to query - null/empty means "don't care".</param>
            <param name="propertyNameFilters">Property name filters</param>
            <param name="tags">The tags to query - null/empty means "don't care".</param>
            <returns>The new build agent specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildAgentSpec(Microsoft.TeamFoundation.Build.Client.IBuildAgent)">
            <summary>
            Creates a new build agent specification that can be used to query build agents.
            </summary>
            <param name="agent">The agent for which a specification is created.</param>
            <returns>The new build agent specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildControllerSpec">
            <summary>
            Creates a new build controller specification that can be used to query build controllers.
            </summary>
            <returns>The new build controller specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildControllerSpec(System.String,System.String)">
            <summary>
            Creates a new build controller specification that can be used to query build controllers.
            </summary>
            <param name="name">The controller name to query - supports wildcards.</param>
            <param name="computer">The computer to query - null/empty means "don't care".</param>
            <returns>The new build controller specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildControllerSpec(System.String,System.String,System.String[],System.Boolean)">
            <summary>
            Creates a new build controller specification that can be used to query build controllers.
            </summary>
            <param name="name">The controller name to query - supports wildcards.</param>
            <param name="computer">The computer to query - null/empty means "don't care".</param>
            <param name="propertyNameFilters">Property name filters</param>
            <param name="includeAgents">Include agents into the query or not</param>
            <returns>The new build controller specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildDefinitionSpec(Microsoft.TeamFoundation.Build.Client.IBuildDefinition)">
            <summary>
            Creates a new build definition specification that can be used to query build definitions.
            </summary>
            <param name="definition">The definition for which a specification is created.</param>
            <returns>The new build definition specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildDefinitionSpec(System.String)">
            <summary>
            Creates a new build definition specification that can be used to query build definitions.
            </summary>
            <param name="teamProject">The team project for which definitions can be queried.</param>
            <returns>The new build definition specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildDefinitionSpec(System.String,System.String)">
            <summary>
            Creates a new build definition specification that can be used to query build definitions.
            </summary>
            <param name="teamProject">The team project for which definitions can be queried.</param>
            <param name="definitionName">The definition name to query - supports wildcards.</param>
            <returns>The new build definition specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildDefinitionSpec(System.String,System.String,System.String[])">
            <summary>
            Creates a new build definition specification that can be used to query build definitions.
            </summary>
            <param name="teamProject">The team project for which definitions can be queried.</param>
            <param name="definitionName">The definition name to query - supports wildcards.</param>
            <param name="propertyNameFilters">Property name filters</param>
            <returns>The new build definition specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildQueueSpec(System.String)">
            <summary>
            Creates a new build queue specification that can be used to query queued builds.
            </summary>
            <param name="teamProject">The team project for which queued builds can be queried.</param>
            <returns>The new build queue specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildQueueSpec(System.String,System.String)">
            <summary>
            Creates a new build queue specification that can be used to query queued builds.
            </summary>
            <param name="teamProject">The team project for which queued builds can be queried.</param>
            <param name="definitionName">The definition name to query - supports wildcards.</param>
            <returns>The new build queue specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildQueueSpec(System.Collections.Generic.IEnumerable{System.Uri})">
            <summary>
            Creates a new build queue specification that can be used to query queued builds.
            </summary>
            <param name="definitionUris">The definitions to query.</param>
            <returns>A new build queue specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildRequest(System.Uri)">
            <summary>
            Creates a new build request for the specified build definition.
            </summary>
            <param name="buildDefinitionUri">The build definition</param>
            <returns>A new build request</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildRequest(System.Uri,System.Uri)">
            <summary>
            Creates a new build request for the specified build definition and controller.
            </summary>
            <param name="buildDefinitionUri">The build definiton</param>
            <param name="buildControllerUri">The build controller</param>
            <returns>A new build request</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildServiceHost(System.String,System.String,System.String,System.Int32)">
            <summary>
            Creates a new service host with the specified name, and with a base URL consisting of the specified scheme,
            host, and port and the default path (Build/v3.0/Services).
            </summary>
            <param name="name">The name of the service host.</param>
            <param name="scheme">The scheme of the base URL of the service host.</param>
            <param name="host">The host of the base URL of the service host.</param>
            <param name="port">The port of the base URL of the service host.</param>
            <returns>The new service host.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateBuildServiceHost(System.String,System.Uri)">
            <summary>
            Creates a new service host with the specified name and base URL.
            </summary>
            <param name="name">The name of the service host</param>
            <param name="baseUrl">The base URL of the service host.</param>
            <returns>The new service host.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetAffectedBuildDefinitions(System.String[])">
            <summary>
            Gets a list of all build definitions which are affected by the provided TFS Version Control
            server paths.
            </summary>
            <param name="serverItems">An array of TFS Version Control server paths</param>
            <returns>An array of build definitions</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetAffectedBuildDefinitions(System.String[],Microsoft.TeamFoundation.Build.Client.ContinuousIntegrationType)">
            <summary>
            Gets a list of all build definitions which are affected by the provided TFS Version Control
            server paths and are configured with a trigger supplied in the filter.
            </summary>
            <param name="serverItems">An array of TFS Version Control server paths</param>
            <param name="continuousIntegrationType">The type of trigger(s) which should be queried</param>
            <returns>An array of build definitions</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetAffectedBuildDefinitions(System.String[],Microsoft.TeamFoundation.Build.Client.DefinitionTriggerType)">
            <summary>
            Gets a list of all build definitions which are affected by the provided TFS Version Control
            server paths and are configured with a trigger supplied in the filter.
            </summary>
            <param name="serverItems">An array of TFS Version Control server paths</param>
            <param name="triggerType">The type of trigger(s) which should be queried</param>
            <returns>An array of build definitions</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetMinimalBuildDetails(System.Uri)">
            <summary>
            Gets a single build with no agent, definition, or information nodes.
            </summary>
            <param name="buildUri">The URI of the build.</param>
            <returns>The build with the given URI, without any details.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetAllBuildDetails(System.Uri)">
            <summary>
            Gets a single build with agent, definition, and all information nodes.
            </summary>
            <param name="buildUri">The URI of the build.</param>
            <returns>The build with the given Uri, with all details.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetBuild(System.Uri)">
            <summary>
            Gets a single build with all information types and query options.
            </summary>
            <param name="buildUri">The URI of the build.</param>
            <returns>The build with the given URI.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetBuild(System.Uri,System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets a single build.
            </summary>
            <param name="buildId">The URI of the build.</param>
            <param name="informationTypes">The information types which should be retrieved. Valid types include "*", meaning all types, and
            the members of Microsoft.TeamFoundation.Build.Common.InformationTypes.</param>
            <param name="queryOptions">The query options.</param>
            <returns>The build with the given URI.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetBuild(System.Uri,System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions,Microsoft.TeamFoundation.Build.Client.QueryDeletedOption)">
            <summary>
            Gets a single build by Uri.
            </summary>
            <param name="buildUri">The Uri of the build to get.</param>
            <param name="informationTypes">The information types which should be retrieved.</param>
            <param name="queryOptions">The query options.</param>
            <param name="queryDeletedOption">The deleted options.</param>
            <returns>The build with the given Uri.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetBuild(Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec,System.String,System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets a single build.
            </summary>
            <param name="buildDefinitionSpec">The specification of the build definition that owns the build.</param>
            <param name="buildNumber">The number of the build.</param>
            <param name="informationTypes">The information types which should be retrieved. Valid types include "*", meaning all types, and
            the members of Microsoft.TeamFoundation.Build.Common.InformationTypes.</param>
            <param name="queryOptions">The query options.</param>
            <returns>The build with the given build definition path and number.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildsByUri(System.Uri[],System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets the builds that match the given URIs.
            </summary>
            <param name="buildIds">The build URIs.</param>
            <param name="informationTypes">The information types which should be retrieved. Valid types include "*", meaning all types, and
            the members of Microsoft.TeamFoundation.Build.Common.InformationTypes.</param>
            <param name="queryOptions">The query options.</param>
            <returns>The builds matching the given URIs. For unmatched URIs, corresponding
            indices will be null.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildsByUri(System.Uri[],System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions,Microsoft.TeamFoundation.Build.Client.QueryDeletedOption)">
            <summary>
            Gets the builds that match the given URIs.
            </summary>
            <param name="buildIds">The build URIs.</param>
            <param name="informationTypes">The information types which should be retrieved. Valid types include "*", meaning all types, and
            the members of Microsoft.TeamFoundation.Build.Common.InformationTypes.</param>
            <param name="queryOptions">The query options.</param>
            <param name="queryDeletedOption">Specify whether to include deleted builds in the query.</param>
            <returns>The builds matching the given URIs. For unmatched URIs, corresponding
            indices will be null.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.BeginQueryBuildsByUri(System.Uri[],System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions,Microsoft.TeamFoundation.Build.Client.QueryDeletedOption,System.AsyncCallback,System.Object)">
            <summary>
            Gets the builds that match the given URIs.
            </summary>
            <param name="buildIds">The build URIs.</param>
            <param name="informationTypes">The information types which should be retrieved. Valid types include "*", meaning all types, and
            the members of Microsoft.TeamFoundation.Build.Common.InformationTypes.</param>
            <param name="queryOptions">The query options.</param>
            <param name="queryDeletedOption">Specify whether to include deleted builds in the query.</param>
            <param name="callback">
            The <c>System.AsyncCallback</c> delegate that receives notification that the operation is complete.
            </param>
            <param name="state">
            An object, specified by the caller, that contains state information associated with the
            asynchronous operation.
            </param>
            <returns>The asynchronous operation</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.EndQueryBuildsByUri(System.IAsyncResult)">
            <summary>
             
            </summary>
            <param name="result"></param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuilds(System.String)">
            <summary>
            Gets all of the builds for a team project.
            </summary>
            <param name="teamProject">The team project for which builds are retrieved.</param>
            <returns>The builds for the given team project.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuilds(System.String,System.String)">
            <summary>
            Gets all of the builds for a team project and definition.
            </summary>
            <param name="teamProject">The team project for which builds are retrieved.</param>
            <param name="definitionName">The definition for which builds are retrieved.</param>
            <returns>The builds for the given team project and definition.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec)">
            <summary>
            Gets all of the builds for a build definition specification.
            </summary>
            <param name="definitionSpec">The build definition specification for which builds are retrieved.</param>
            <returns>The builds for the given build definition specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDefinition)">
            <summary>
            Gets all of the builds for a build definition.
            </summary>
            <param name="definition">The build definition for which builds are retrieved.</param>
            <returns>The builds for the given build definition.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec)">
            <summary>
            Gets a single build query result for a given build specification.
            </summary>
            <param name="buildDetailSpec">The build specification.</param>
            <returns>The build query result for the given specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec[])">
            <summary>
            Gets the build query results for a given array of build specifications.
            </summary>
            <param name="buildDetailSpec">The build specifications.</param>
            <returns>The build query results for the given specifications.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.BeginQueryBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec[],System.AsyncCallback,System.Object)">
            <summary>
            Begins an asynchronous operation to query builds using an array of specifications.
            </summary>
            <param name="specs">The build query specifications</param>
            <param name="callback">
            The <c>System.AsyncCallback</c> delegate that receives notification that the operation is complete.
            </param>
            <param name="state">
            An object, specified by the caller, that contains state information associated with the
            asynchronous operation.
            </param>
            <returns>The asynchronous operation</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.EndQueryBuilds(System.IAsyncResult)">
            <summary>
            Ends an asynchronous operation to query builds.
            </summary>
            <param name="result">The asynchronous operation</param>
            <returns>The build query results for the given specifications</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.DeleteBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDetail[])">
            <summary>
            Deletes builds from the server. All parts of the build are deleted.
            </summary>
            <param name="builds">The builds to be deleted.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.DeleteBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDetail[],Microsoft.TeamFoundation.Build.Client.DeleteOptions)">
            <summary>
            Deletes builds from the server.
            </summary>
            <param name="builds">The builds to be deleted.</param>
            <param name="options">The parts of the build to delete.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.DeleteBuilds(System.Uri[])">
            <summary>
            Deletes builds from the server. All parts of the build are deleted.
            </summary>
            <param name="buildUris">The URIs of the builds to be deleted.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.DeleteBuilds(System.Uri[],Microsoft.TeamFoundation.Build.Client.DeleteOptions)">
            <summary>
            Deletes builds from the server.
            </summary>
            <param name="buildUris">The URIs of the builds to be deleted.</param>
            <param name="options">The parts of the build to delete.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.DestroyBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDetail[])">
            <summary>
            Destroys builds from the server.
            </summary>
            <param name="builds">The builds to be deleted.</param>
            <remarks>
            Unlike DeleteBuilds, this method will remove the build records from
            the database completely. This method will not delete build artifacts
            such as the drop location and test results.
            </remarks>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.DestroyBuilds(System.Uri[])">
            <summary>
            Destroys builds from the server.
            </summary>
            <param name="buildUris">The URIs of the builds to be deleted.</param>
            <remarks>
            Unlike DeleteBuilds, this method will remove the build records from
            the database completely. This method will not delete build artifacts
            such as the drop location and test results.
            </remarks>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.SaveBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDetail[])">
            <summary>
            Saves any changes made to the builds to the server.
            </summary>
            <param name="builds">The builds to be saved.</param>
            <returns>The saved builds.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetBuildDefinition(System.Uri)">
            <summary>
            Gets a single build definition.
            </summary>
            <param name="buildDefinitionUri">The URI of the build definition.</param>
            <returns>The build definition with the given URI.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetBuildDefinition(System.Uri,Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets a single build definition using the specified options to control the amount of data retrieved.
            </summary>
            <param name="buildDefinitionUri">The URI fo the build definition</param>
            <param name="options">The options to use when querying for data</param>
            <returns>The build definition with the given URI.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetBuildDefinition(System.Uri,System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets a single build definition using the specified options to control the amount of data retrieved.
            </summary>
            <param name="buildDefinitionUri">The URI fo the build definition</param>
            <param name="propertyNameFilters">Property names to query</param>
            <param name="options">The options to use when querying for data</param>
            <returns>The build definition with the given URI.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetBuildDefinition(System.String,System.String)">
            <summary>
            Gets a single build definition.
            </summary>
            <param name="teamProject">The team project that owns the build definition.</param>
            <param name="name">The name of the build definition.</param>
            <returns>The build definition with the given name in the given team project.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetBuildDefinition(System.String,System.String,Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets a single build definition using the specified options to control the amount of data retrieved.
            </summary>
            <param name="teamProject">The team project that owns the build definition</param>
            <param name="name">The name of the build definition</param>
            <param name="options">The options to use when querying for data</param>
            <returns>The build definition with the given name in the given team project</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildDefinitionsByUri(System.Uri[])">
            <summary>
            Gets the build definitions that match the given URIs.
            </summary>
            <param name="buildDefinitionUris">The build definition URIs.</param>
            <returns>The build definitions. For unmatched URIs, corresponding indices will
            be null.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildDefinitionsByUri(System.Uri[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets the build definitions that match the given URIs. The specified query options determine the amount
            of data that is retrieved in the query.
            </summary>
            <param name="buildDefinitionUris">The build definition URIs.</param>
            <param name="options">The options to use when querying for data</param>
            <returns>The build definitions. For unmatched URIs, corresponding indices will be null.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildDefinitionsByUri(System.Uri[],System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets the build definitions that match the given URIs. The specified query options determine the amount
            of data that is retrieved in the query.
            </summary>
            <param name="buildDefinitionUris">The build definition URIs.</param>
            <param name="propertyNameFilters">Property names to query</param>
            <param name="options">The options to use when querying for data</param>
            <returns>The build definitions. For unmatched URIs, corresponding indices will be null.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.BeginQueryBuildDefinitionsByUri(System.Uri[],System.String[],Microsoft.TeamFoundation.Build.Client.QueryOptions,System.AsyncCallback,System.Object)">
            <summary>
            Begins an asynchronous operation to query build definitions by uniform resource identifier.
            </summary>
            <param name="uris">The build definition URIs</param>
            <param name="propertyNameFilters">An optional array of property names to query</param>
            <param name="options">The options to use when querying for data</param>
            <param name="callback">
            The <c>System.AsyncCallback</c> delegate that receives notification that the operation is complete.
            </param>
            <param name="state">
            An object, specified by the caller, that contains state information associated with the
            asynchronous operation.
            </param>
            <returns>The asynchronous operation</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.EndQueryBuildDefinitionsByUri(System.IAsyncResult)">
            <summary>
            Ends an asynchronous operation to query build definitions.
            </summary>
            <param name="result">The asynchronous operation</param>
            <returns>The matching build definitions. For unmatched URIs, the corresonding indices will be null</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildDefinitions(System.String)">
            <summary>
            Gets the build definitions for the given team project.
            </summary>
            <param name="teamProject">The team project for which build definitions are retrieved.</param>
            <returns>The build definitions for the given team project.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildDefinitions(System.String,Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets the build definitions for the given team project. The specified query options determine the amount
            of data that is retrieved in the query.
            </summary>
            <param name="teamProject">The team project for which build definitions are retrieved</param>
            <param name="options">The options to use when querying for data</param>
            <returns>The build definitions for the given team project.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildDefinitions(System.String,Microsoft.TeamFoundation.Build.Client.QueryOptions,System.Boolean)">
            <summary>
            Gets the build definitions for the given team project. The specified query options determine the amount
            of data that is retrieved in the query.
            </summary>
            <param name="teamProject">The team project for which build definitions are retrieved</param>
            <param name="options">The options to use when querying for data</param>
            <param name="strict">True to strictly adhere to the specified query options; otherwise, false</param>
            <returns>The build definitions for the given team project.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildDefinitions(Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec)">
            <summary>
            Gets a single build definition query result for a given build definition specification.
            </summary>
            <param name="buildDefinitionSpec">The build definition specification.</param>
            <returns>The build definition query result for the given specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildDefinitions(Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec,System.Boolean)">
            <summary>
            Gets a single build definition query result for a given build definition specification.
            </summary>
            <param name="buildDefinitionSpec">The build definition specification.</param>
            <param name="strict">True to strictly adhere to the specified query options; otherwise, false</param>
            <returns>The build definition query result for the given specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildDefinitions(Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec[])">
            <summary>
            Gets the build definition query results for a given array of build definition
            specifications.
            </summary>
            <param name="teamProject">The build definition specifications.</param>
            <returns>The build definition query results for the given specifications</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildDefinitions(Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec[],System.Boolean)">
            <summary>
            Gets the build definition query results for a given array of build definition
            specifications.
            </summary>
            <param name="teamProject">The build definition specifications.</param>
            <param name="strict">True to strictly adhere to the specified query options; otherwise, false</param>
            <returns>The build definition query results for the given specifications</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.BeginQueryBuildDefinitions(Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec[],System.AsyncCallback,System.Object)">
            <summary>
            Gets the build definition query results for a given array of build definition specifications.
            </summary>
            <param name="specs">The build definition specifications</param>
            <param name="callback">
            The <c>System.AsyncCallback</c> delegate that receives notification that the operation is complete.
            </param>
            <param name="state">
            An object, specified by the caller, that contains state information associated with the
            asynchronous operation.
            </param>
            <returns>The asynchronous operation</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.BeginQueryBuildDefinitions(Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec[],System.Boolean,System.AsyncCallback,System.Object)">
            <summary>
            Gets the build definition query results for a given array of build definition specifications.
            </summary>
            <param name="specs">The build definition specifications</param>
            <param name="strict">True to strictly adhere to the specified query options; otherwise, false</param>
            <param name="callback">
            The <c>System.AsyncCallback</c> delegate that receives notification that the operation is complete.
            </param>
            <param name="state">
            An object, specified by the caller, that contains state information associated with the
            asynchronous operation.
            </param>
            <returns>The asynchronous operation</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.EndQueryBuildDefinitions(System.IAsyncResult)">
            <summary>
            Ends an asynchronous operation to query build definitions.
            </summary>
            <param name="result">The asynchronous operation</param>
            <returns>The build definition query results for the given specifications</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.DeleteBuildDefinitions(Microsoft.TeamFoundation.Build.Client.IBuildDefinition[])">
            <summary>
            Deletes build definitions from the server.
            </summary>
            <param name="definitions">The definitions to be deleted.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.DeleteBuildDefinitions(System.Uri[])">
            <summary>
            Deletes build definitions from the server.
            </summary>
            <param name="definitionUris">The URIs of the definitions to be deleted.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.SaveBuildDefinitions(Microsoft.TeamFoundation.Build.Client.IBuildDefinition[])">
            <summary>
            Saves any changes made to the build definitions to the server.
            </summary>
            <param name="definitions">The definitions to be saved.</param>
            <returns>The saved definitions.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.DeleteBuildServiceHost(System.Uri)">
            <summary>
            Deletes the service host and all associated services from the server.
            </summary>
            <param name="serviceHostUri">The URI of the service host to delete</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetBuildServiceHost(System.String)">
            <summary>
            Gets the service host that matches the given name.
            </summary>
            <param name="serviceHostName">The name of the service host</param>
            <returns>The build service host for the given name</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetBuildServiceHost(System.Uri)">
            <summary>
            Gets the service host that matches the given URI.
            </summary>
            <param name="buildServiceHostUri">The URI of the build service host</param>
            <returns>The build service host for the given URI</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildServiceHosts(System.String)">
            <summary>
            Queries for the list of all build service hosts that are hosted on the specified computers.
            </summary>
            <param name="serviceHostName">The name of the service host to match (may contain wild cards)</param>
            <returns>A list of build service hosts that are hosted by computers matching the input</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildServiceHostsByUri(System.Uri[])">
            <summary>
            Gets the build service hosts that match the given URIs.
            </summary>
            <param name="buildServiceHostUris">The URIs of the build service hosts</param>
            <returns>The build service hosts for the given URIs</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.SaveBuildServiceHost(Microsoft.TeamFoundation.Build.Client.IBuildServiceHost)">
            <summary>
            Saves the service host changes to the server.
            </summary>
            <param name="serviceHost">The service host which should be saved</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.TestConnectionsForBuildMachine(Microsoft.TeamFoundation.Build.Client.IBuildServiceHost)">
            <summary>
            Tells AT to test connection for build machine resources and updates resources statuses/status messages
            </summary>
            <param name="host">BuildServiceHost to be tested.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.TestConnectionForBuildAgent(Microsoft.TeamFoundation.Build.Client.IBuildAgent)">
            <summary>
            Tells AT to test connection for build agent and updates the agent status/status message
            </summary>
            <param name="agent">BuildAgent to be tested.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.TestConnectionForBuildController(Microsoft.TeamFoundation.Build.Client.IBuildController)">
            <summary>
            Tells AT to test connection for build controller and updates the controller status/status message
            </summary>
            <param name="controller">BuildController to be tested.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetBuildAgent(System.Uri)">
            <summary>
            Gets a single build agent.
            </summary>
            <param name="buildAgentUri">The URI of the build agent.</param>
            <returns>The build agent with the given URI.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetBuildAgent(System.Uri,System.String[])">
            <summary>
            Gets a single build agent.
            </summary>
            <param name="buildAgentUri">The URI of the build agent.</param>
            <param name="propertyNameFilters">The property names to get.</param>
            <returns>The build agent with the given URI.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildAgentsByUri(System.Uri[])">
            <summary>
            Gets the build agents that match the given URIs.
            </summary>
            <param name="buildAgentUris">The URIs of the build agents.</param>
            <returns>The build agents with the given URIs.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildAgentsByUri(System.Uri[],System.String[])">
            <summary>
            Gets the build agents that match the given URIs.
            </summary>
            <param name="buildAgentUris">The URIs of the build agents.</param>
            <param name="propertyNameFilters">The property names to get.</param>
            <returns>The build agents with the given URIs.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildAgents(Microsoft.TeamFoundation.Build.Client.IBuildAgentSpec)">
            <summary>
            Gets a single build agent query result for a given build agent specification.
            </summary>
            <param name="buildAgentSpec">The build agent specification.</param>
            <returns>The build agent query result for the given specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildAgents(Microsoft.TeamFoundation.Build.Client.IBuildAgentSpec[])">
            <summary>
            Gets the build agent query results for the given build agent specifications.
            </summary>
            <param name="teamProject">The build agent specifications.</param>
            <returns>The build agent query results for the given specifications.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.DeleteBuildAgents(Microsoft.TeamFoundation.Build.Client.IBuildAgent[])">
            <summary>
            Deletes build agents from the server.
            </summary>
            <param name="agents">The agents to be deleted.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.DeleteBuildAgents(System.Uri[])">
            <summary>
            Deletes build agents from the server.
            </summary>
            <param name="agentUris">The URIs of the agents to be deleted.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.SaveBuildAgents(Microsoft.TeamFoundation.Build.Client.IBuildAgent[])">
            <summary>
            Saves any changes made to the build agents to the server.
            </summary>
            <param name="agents">The agents to be saved.</param>
            <returns>The saved build agents.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetBuildController(System.Uri,System.Boolean)">
            <summary>
            Gets a single build controller.
            </summary>
            <param name="buildControllerUri">The URI of the build controller.</param>
            <returns>The build controller with the given URI.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetBuildController(System.Uri,System.String[],System.Boolean)">
            <summary>
            Gets a single build controller.
            </summary>
            <param name="buildControllerUri">The URI of the build controller.</param>
            <param name="propertyNameFilters">The property names to get.</param>
            <returns>The build controller with the given URI.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetBuildController(System.String)">
            <summary>
            Retrieves a single build controller using the specified display name. A wild card may be specified, but
            if more than one controller is matched than an exception is thrown.
            </summary>
            <param name="name">The display name of the build controller (wild cards allowed)</param>
            <returns>The discovered build controller</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildControllers">
            <summary>
            Gets all build controllers and their associated agents.
            </summary>
            <returns>All of the build controllers.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildControllers(System.Boolean)">
            <summary>
            Gets all build controllers.
            </summary>
            <returns>All of the build controllers.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildControllersByUri(System.Uri[],System.Boolean)">
            <summary>
            Gets the build controllers that match the given URIs.
            </summary>
            <param name="buildControllerUris">The URIs of the build controllers.</param>
            <returns>The build controllers with the given URIs.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildControllersByUri(System.Uri[],System.String[],System.Boolean)">
            <summary>
            Gets the build controllers that match the given URIs.
            </summary>
            <param name="buildControllerUris">The URIs of the build controllers.</param>
            <param name="propertyNameFilters">The property names to get.</param>
            <returns>The build controllers with the given URIs.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildControllers(Microsoft.TeamFoundation.Build.Client.IBuildControllerSpec)">
            <summary>
            Gets a single build controller query result for a given build controller specification.
            </summary>
            <param name="buildControllerSpec">The build controller specification.</param>
            <returns>The build controller query result for the given specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryBuildControllers(Microsoft.TeamFoundation.Build.Client.IBuildControllerSpec[])">
            <summary>
            Gets the build controller query results for the given build controller specifications.
            </summary>
            <param name="buildControllerSpecs">The build controller specifications.</param>
            <returns>The build controller query results for the given specifications.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.DeleteBuildControllers(Microsoft.TeamFoundation.Build.Client.IBuildController[])">
            <summary>
            Deletes build controllers from the server.
            </summary>
            <param name="Controllers">The controllers to be deleted.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.DeleteBuildControllers(System.Uri[])">
            <summary>
            Deletes build controllers from the server.
            </summary>
            <param name="ControllerUris">The URIs of the controllers to be deleted.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.SaveBuildControllers(Microsoft.TeamFoundation.Build.Client.IBuildController[])">
            <summary>
            Saves any changes made to the build controllers to the server.
            </summary>
            <param name="Controllers">The controllers to be saved.</param>
            <returns>The saved build controllers.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetQueuedBuild(System.Int32,Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets a single queued build for a given ID.
            </summary>
            <param name="queuedBuildId">The ID.</param>
            <param name="queryOptions">Options specifying the additional data to be returned.</param>
            <returns>The queued build for the given ID.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetQueuedBuild(System.Int32[],Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Gets the queued builds for the given IDs.
            </summary>
            <param name="queuedBuildIds">The IDs.</param>
            <param name="queryOptions">Options specifying the additional data to be returned.</param>
            <returns>The queued builds for the given IDs.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryQueuedBuilds(Microsoft.TeamFoundation.Build.Client.IQueuedBuildSpec)">
            <summary>
            Queries the build queue.
            </summary>
            <param name="spec">The build queue query specification</param>
            <returns>The queued build query result for the given specification.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryQueuedBuilds(Microsoft.TeamFoundation.Build.Client.IQueuedBuildSpec[])">
            <summary>
            Queries the build queue.
            </summary>
            <param name="specs">The build queue query specifications</param>
            <returns>The build queue query results for the given specifications</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.BeginQueryQueuedBuilds(Microsoft.TeamFoundation.Build.Client.IQueuedBuildSpec[],System.AsyncCallback,System.Object)">
            <summary>
            Begins an asynchronous operation to query the build queue.
            </summary>
            <param name="specs">The build queue query specifications</param>
            <returns>The asynchronous operation</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.EndQueryQueuedBuilds(System.IAsyncResult)">
            <summary>
            Ends an asynchronous operation to query the build queue.
            </summary>
            <param name="result">The asynchronous operation</param>
            <returns>The build queue query results for the given specifications</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.RetryQueuedBuilds(Microsoft.TeamFoundation.Build.Client.IQueuedBuild[])">
            <summary>
            Retries the specified builds and places them into a batch together.
            </summary>
            <param name="queuedBuilds">The queued builds to be retried in a batch.</param>
            <returns>The updated queued builds.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.RetryQueuedBuilds(Microsoft.TeamFoundation.Build.Client.IQueuedBuild[],System.Guid)">
            <summary>
            Retries the specified builds and places them into a batch together.
            </summary>
            <param name="queuedBuilds">The queued builds to be retried in a batch.</param>
            <param name="batchId">The ID of the newly created batch.</param>
            <returns>The updated queued builds.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.RetryQueuedBuilds(Microsoft.TeamFoundation.Build.Client.IQueuedBuild[],System.Guid,Microsoft.TeamFoundation.Build.Client.QueuedBuildRetryOption)">
            <summary>
            Retries the specified builds with the specific retry option and places all specified builds into a batch together.
            </summary>
            <param name="queuedBuilds">The queued builds to be retried in a batch.</param>
            <param name="batchId">The ID of the newly created batch.</param>
            <param name="retryOption">Option to retry a completed or an in progress build</param>
            <returns>The updated queued builds.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.SaveQueuedBuilds(Microsoft.TeamFoundation.Build.Client.IQueuedBuild[])">
            <summary>
            Saves any changes made to the queued builds to the server.
            </summary>
            <param name="queuedBuilds">The queued builds to be saved.</param>
            <returns>The saved queued builds.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.AddBuildQuality(System.String,System.String)">
            <summary>
            Adds the build quality to the specified team project.
            </summary>
            <param name="teamProject">The target team project</param>
            <param name="quality">The quality which should be added</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.AddBuildQuality(System.String,System.String[])">
            <summary>
            Adds the list of build qualities to the specified team project.
            </summary>
            <param name="teamProject">The target team project</param>
            <param name="qualities">The list of qualities which should be added</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.DeleteBuildQuality(System.String,System.String)">
            <summary>
            Deletes the specified build quality from the target team project.
            </summary>
            <param name="teamProject">The target team project</param>
            <param name="quality">The quality which should be removed</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.DeleteBuildQuality(System.String,System.String[])">
            <summary>
            Deletes the specified list of build qualities from the target team project.
            </summary>
            <param name="teamProject">The target team project</param>
            <param name="qualities">The list of qualities which should be removed</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetBuildQualities(System.String)">
            <summary>
            Retrieves the list of defined build qualities for the target team project.
            </summary>
            <param name="teamProject">The target team project</param>
            <returns>The list of qualities currently defined</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateProcessTemplate(System.String,System.String)">
            <summary>
            Creates a new build process template, to be used by build definitions.
            </summary>
            <param name="teamProject">The Team Project for which a process template is created.</param>
            <param name="serverPath">The version control path of the build process XAML file.</param>
            <returns>The new buildprocess template.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryProcessTemplates(System.String)">
            <summary>
            Gets all build process templates for a Team Project.
            </summary>
            <param name="teamProject">The Team Project for which to query for process templates.</param>
            <returns>An array of the build process templates.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueryProcessTemplates(System.String,Microsoft.TeamFoundation.Build.Client.ProcessTemplateType[])">
            <summary>
            Gets all build process templates for a Team Project of a specified type or types.
            </summary>
            <param name="teamProject">The Team Project for which to query for process templates.</param>
            <param name="types">An array of ProcessTemplateType to query for.</param>
            <returns>An array of the build process templates.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.SaveProcessTemplates(Microsoft.TeamFoundation.Build.Client.IProcessTemplate[])">
            <summary>
            Saves any changes made to the build process templates to the server.
            </summary>
            <param name="processTemplates">The build process templates to be saved.</param>
            <returns>The build process templates.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.DeleteProcessTemplates(Microsoft.TeamFoundation.Build.Client.IProcessTemplate[])">
            <summary>
            Deletes the build process templates from the server.
            </summary>
            <param name="processTemplates">The build process templates to be deleted.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueueBuild(Microsoft.TeamFoundation.Build.Client.IBuildDefinition)">
            <summary>
            Queues a build for the given build definition with all default options. Equivalent to
            calling QueueBuild(definition.CreateBuildRequest()).
            </summary>
            <param name="definition">The definition for which a build is queued.</param>
            <returns>The queued build.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueueBuild(Microsoft.TeamFoundation.Build.Client.IBuildRequest)">
            <summary>
            Queues a build for the given build request with default QueueOptions.
            </summary>
            <param name="request">The parameters used in queuing the build, including the BuildDefinition and BuildAgent.</param>
            <returns>The queued build.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueueBuild(Microsoft.TeamFoundation.Build.Client.IBuildRequest,Microsoft.TeamFoundation.Build.Client.QueueOptions)">
            <summary>
            Queues a build for the given build request.
            </summary>
            <param name="request">The parameters used in queuing the build, including the BuildDefinition and BuildAgent.</param>
            <param name="options">The options for the queuing of the build, including whether or not to preview the queue position.</param>
            <returns>The queued build.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.QueueBuild(System.Collections.Generic.IEnumerable{Microsoft.TeamFoundation.Build.Client.IBuildRequest},Microsoft.TeamFoundation.Build.Client.QueueOptions)">
            <summary>
            Queues builds for the given build requests.
            </summary>
            <param name="request">The parameters used in queuing the build, including the BuildDefinition and BuildAgent.</param>
            <param name="options">The options for the queuing of the build, including whether or not to preview the queue position.</param>
            <returns>The queued build.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.StopBuilds(Microsoft.TeamFoundation.Build.Client.IBuildDetail[])">
            <summary>
            Stops the provided builds. If a build is not currently in progress then no attempt is made to stop the
            build and no exception is thrown. Builds which no longer exist on the server cause an exception to be thrown.
            </summary>
            <param name="builds"></param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.StopBuilds(System.Uri[])">
            <summary>
            Stops all builds with the provided URIs. For builds which are not in progress the URIs are silently ignored
            by the server. URIs which do not exist on the server will cause an exception to be thrown.
            </summary>
            <param name="uris"></param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CancelBuilds(Microsoft.TeamFoundation.Build.Client.IQueuedBuild[])">
            <summary>
            Cancels the provided queued builds if they are currently in the active or postponed states.
            </summary>
            <param name="builds">The builds which should be canceled</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CancelBuilds(System.Int32[])">
            <summary>
            Cancels queued builds with the provided IDs if they are currently in the active or postponed states.
            </summary>
            <param name="ids">The IDs of queued builds which should be canceled</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.StartQueuedBuildsNow(Microsoft.TeamFoundation.Build.Client.IQueuedBuild[])">
            <summary>
            Starts the provided queued builds if they are in a paused definition queue and have a status of Queued.
            </summary>
            <param name="builds">The builds which should be started</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.StartQueuedBuildsNow(System.Int32[])">
            <summary>
            Starts queued builds with the provided IDs if they are in a paused definition queue and have a status of Queued.
            </summary>
            <param name="builds">The builds which should be started</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.CreateTeamProjectComponents(System.Uri,System.Collections.Generic.IEnumerable{Microsoft.TeamFoundation.Build.Client.BuildTeamProjectPermission})">
            <summary>
            Creates the build components that are needed for creating a TeamProject.
            </summary>
            <param name="projectUri">The Uri for the project.</param>
            <param name="permissions">The permissions to set.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetDisplayText(System.Object)">
            <summary>
            Gets the localized display text for known enumeration values (and the ToString value for others).
            </summary>
            <param name="value">The value for which display text is returned.</param>
            <returns>The localized display text.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetDisplayTextValues(System.Type)">
            <summary>
            Gets an array of the localized display text values for a known enumeration (and the ToString values for others).
            </summary>
            <param name="enumType">The type of the enum.</param>
            <returns>The array of localized display text values.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetEnumValue(System.Type,System.String,System.Object)">
            <summary>
            Gets an enumeration value from corresponding localized display text.
            </summary>
            <param name="enumType">The type of the returned enumeration.</param>
            <param name="displayText">The localized display text.</param>
            <param name="defaultValue">The default value - returned if the display text cannot be converted.</param>
            <returns>The corresponding enumeration value, or defaultValue if the conversion is unsuccessful.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServer.GetScheduleDaysFromDaysOfWeek(System.DayOfWeek[])">
            <summary>
            Takes an array of DayOfWeek enumeration values and returns a ScheduleDays value
            that can be used to set ISchedule.DaysToBuild.
            </summary>
            <param name="daysOfWeek">An array of DayOfWeek enumeration values.</param>
            <returns>The corresponding ScheduleDays value.</returns>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost">
            <summary>
            Represents a build service in the TFS Build server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.BuildServer">
            <summary>
            The build server for this service host.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.IsVirtual">
            <summary>
            Gets a value indicating whether or not this service host is virtual. A virtual service host is dynamically
            allocated to machines on demand rather than statically at install time.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.Uri">
            <summary>
            Gets the URI for this service host
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.Name">
            <summary>
            Gets or sets the name for this service host
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.BaseUrl">
            <summary>
            Gets or sets the base URL for this service host
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.MessageQueueUrl">
            <summary>
            Gets the message queue address. This field is for system use only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.RequireClientCertificates">
            <summary>
            Gets or sets a value indicating if the service host requires
            client certificates for incoming calls.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.Status">
            <summary>
            Gets the online status of the service host.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.StatusChangedOn">
            <summary>
            Gets the date and time of the last online/offline status change of the service host.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.AcquiredOn">
            <summary>
            Gets the date and time of registration with TFS if this service host is online,
            else returns DateTime.MinValue.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.ConnectedOn">
            <summary>
            Gets the date and time of connection to the message queue if this service host is online,
            else returns DateTime.MinValue.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.Controller">
            <summary>
            Gets the build controller associated with this service host
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.Agents">
            <summary>
            Gets the list of agents associated with this service host
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.CreateBuildController(System.String)">
            <summary>
            Creates a build controller associated with the current service host. Only one build controller may be
            associated with a given service host.
            </summary>
            <param name="displayName">The name by which the controller should be referenced</param>
            <returns>An IBuildController implementation</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.CreateBuildAgent(System.String,System.String)">
            <summary>
            Creates a build agent associated with the current service host and adds it to the list of agents.
            </summary>
            <param name="name">The name by which the agent should be referenced</param>
            <param name="buildDirectory"></param>
            <returns>An IBuildAgent implementation</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.CreateBuildAgent(System.String,System.String,Microsoft.TeamFoundation.Build.Client.IBuildController)">
            <summary>
            Creates a build agent associated with the current service host and adds it to the list of agents.
            </summary>
            <param name="name">The name by which the agent should be referenced</param>
            <param name="buildDirectory">The build directory to use when running builds on the agent</param>
            <param name="buildController">The build controller to associate the agent with</param>
            <returns>An IBuildAgent implementation</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.Delete">
            <summary>
            Deletes the service host along with all associated controllers and agents.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.Save">
            <summary>
            Saves any changes made since the last time the save method was called.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.DeleteBuildController">
            <summary>
            Delete BuildController
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.DeleteBuildAgent(Microsoft.TeamFoundation.Build.Client.IBuildAgent)">
            <summary>
            Delete BuildAgent
            </summary>
            <param name="agent"></param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.FindBuildAgent(System.String,System.String)">
            <summary>
            Find BuildAgent
            </summary>
            <param name="controller"></param>
            <param name="name"></param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.TakeOwnership">
            <summary>
            Takes ownership of the service host.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.ReleaseOwnership">
            <summary>
            Releases ownership of the service host.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.SetBuildControllerStatus(Microsoft.TeamFoundation.Build.Client.ControllerStatus,System.String)">
            <summary>
            Set build controller status
            </summary>
            <param name="status"></param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.SetBuildAgentStatus(Microsoft.TeamFoundation.Build.Client.IBuildAgent,Microsoft.TeamFoundation.Build.Client.AgentStatus,System.String)">
            <summary>
            Set build agent status
            </summary>
            <param name="agent"></param>
            <param name="status"></param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.AddBuildAgent(Microsoft.TeamFoundation.Build.Client.IBuildAgent)">
            <summary>
            Provides a mechanism by which agents may be added to the list during deserialization.
            </summary>
            <param name="buildAgent"></param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildServiceHost.SetBuildController(Microsoft.TeamFoundation.Build.Client.IBuildController)">
            <summary>
            Provides a mechanism by which a controller may be added to this service host during deserialization.
            </summary>
            <param name="controller"></param>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildStep">
            <summary>
            IBuildStep is a helper interface for IBuildInformationNodes of type "BuildStep". To obtain
            an IBuildStep, use the InformationNodeConverters class. Note that build steps
            are no longer used after TFS 2008 and have been replaced with various new information node types, including
            IBuildMessage, IBuildError, IBuildWarning, and IActivityTracking.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildStep.FinishTime">
            <summary>
            The time that the build step finished.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildStep.Id">
            <summary>
            The ID of the build step's underlying information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildStep.Message">
            <summary>
            The Message of the build step - this is the text typically displayed to users.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildStep.Name">
            <summary>
            The Name of the build step.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildStep.StartTime">
            <summary>
            The time that the build step started.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildStep.Status">
            <summary>
            The status of the build step.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildStep.Node">
            <summary>
            The underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildStep.Add(System.String,System.String,System.DateTime)">
            <summary>
            Adds a child build step to the build step (build steps can be hierarchical).
            </summary>
            <param name="name">The Name of the added build step.</param>
            <param name="message">The Message of the added build step.</param>
            <param name="startTime">The StartTime of the added build step.</param>
            <returns>The added build step.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildStep.Add(System.String,System.String,System.DateTime,Microsoft.TeamFoundation.Build.Client.BuildStepStatus)">
            <summary>
            Adds a child build step to the build step (build steps can be hierarchical).
            </summary>
            <param name="name">The Name of the added build step.</param>
            <param name="message">The Message of the added build step.</param>
            <param name="time">The start and finish time of the added build step.</param>
            <param name="status">The status of the added build step.</param>
            <returns>The added build step.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IBuildStep.Save">
            <summary>
            Saves the build step to the server.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IChangesetSummary">
            <summary>
            IChangesetSummary is a helper interface for IBuildInformationNodes of type "ChangesetSummary".
            To obtain an IChangesetSummary, use the InformationNodeConverters class.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IChangesetSummary.ChangesetId">
            <summary>
            The ID of the changeset.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IChangesetSummary.ChangesetUri">
            <summary>
            The URI of the changeset.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IChangesetSummary.CheckedInBy">
            <summary>
            The user that checked in the changeset.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IChangesetSummary.Comment">
            <summary>
            The comment for the changeset.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IChangesetSummary.Id">
            <summary>
            The ID of the changeset summary's underyling information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IChangesetSummary.Node">
            <summary>
            The underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IChangesetSummary.Save">
            <summary>
            Saves the changeset summary to the server.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.ICodeCoverageSummary">
            <summary>
            ICodeCoverageSummary is a helper interface for IBuildInformationNodes of type
            "CodeCoverageSummary". To obtain an ICodeCoverageSummary, use the
            InformationNodeConverters class.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICodeCoverageSummary.BlocksCovered">
            <summary>
            The number of blocks covered by the code coverage run.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICodeCoverageSummary.BlocksNotCovered">
            <summary>
            The number of blocks not covered by the code coverage run.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICodeCoverageSummary.Id">
            <summary>
            The ID of the code coverage summary's underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICodeCoverageSummary.IsBuildCoverageProcessing">
            <summary>
            A boolean indicating whether the code coverage run is currently processing.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICodeCoverageSummary.LinesCovered">
            <summary>
            The number of lines covered by the code coverage run.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICodeCoverageSummary.LinesNotCovered">
            <summary>
            The number of lines not covered by the code coverage run.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICodeCoverageSummary.LinesPartiallyCovered">
            <summary>
            The number of lines partially covered by the code coverage run.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICodeCoverageSummary.Name">
            <summary>
            The name of the code coverage run.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICodeCoverageSummary.RunId">
            <summary>
            The ID of the code coverage run.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICodeCoverageSummary.RunUser">
            <summary>
            The user that initiated the code coverage run.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICodeCoverageSummary.Node">
            <summary>
            The underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.ICodeCoverageSummary.Save">
            <summary>
            Saves the code coverage summary to the server.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.ICompilationSummary">
            <summary>
            ICompilationSummary is a helper interface for IBuildInformationNodes of type
            "CompilationSummary". To obtain an ICompilationSummary, use the InformationNodeConverters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICompilationSummary.Children">
            <summary>
            The compilation summary children of this compilation summary.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICompilationSummary.CompilationErrors">
            <summary>
            The number of compilation errors encountered for this project.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICompilationSummary.CompilationWarnings">
            <summary>
            The number of compilation warnings encountered for this project.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICompilationSummary.Id">
            <summary>
            The ID of the compilation summary's underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICompilationSummary.Parent">
            <summary>
            The compilation summary parent of this compilation summary. (May be null)
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICompilationSummary.ProjectFile">
            <summary>
            The project whose compilation is summarized by this compilation summary.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICompilationSummary.StaticAnalysisErrors">
            <summary>
            The number of static analysis errors encountered for this project.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICompilationSummary.StaticAnalysisWarnings">
            <summary>
            The number of static analysis warnings encountered for this project.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.ICompilationSummary.AddCompilationSummary">
            <summary>
            Adds a child compilation summary to the compilation summary.
            </summary>
            <returns>The added compilation summary.</returns>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICompilationSummary.Node">
            <summary>
            The underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.ICompilationSummary.Save">
            <summary>
            Saves the compilation summary to the server.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary">
            <summary>
            IConfigurationSummary is a helper interface for IBuildInformationNodes of type
            "ConfigurationSummary". To obtain an IConfigurationSummary, use the
            InformationNodeConverters class.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary.CodeCoverageSummaries">
            <summary>
            The code coverage summaries associated with this configuration.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary.CompilationSummaries">
            <summary>
            The top-level compilation summaries associated with this configuration.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary.Flavor">
            <summary>
            The flavor of this configuration.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary.FullName">
            <summary>
            The full name of this configuration, including platform and flavor.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary.Id">
            <summary>
            The ID of the configuration summary's underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary.LogFile">
            <summary>
            The full path to the errors/warnings log file for this configuration.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary.Platform">
            <summary>
            The platform of this configuration.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary.TestSummaries">
            <summary>
            The test summaries associated with this configuration.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary.TotalCompilationErrors">
            <summary>
            The total number of compilation errors encountered for this configuration.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary.TotalCompilationWarnings">
            <summary>
            The total number of compilation warnings encountered for this configuration.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary.TotalStaticAnalysisErrors">
            <summary>
            The total number of static analysis errors encountered for this configuration.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary.TotalStaticAnalysisWarnings">
            <summary>
            The total number of static analysis warnings encountered for this configuration.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary.AddCompilationSummary">
            <summary>
            Adds a child compilation summary to this configuration summary.
            </summary>
            <returns>The added compilation summary.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary.AddTestSummary">
            <summary>
            Adds a child test summary to this configuration summary.
            </summary>
            <returns>The added test summary.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary.AddCodeCoverageSummary">
            <summary>
            Adds a child code coverate summary to this configuration summary.
            </summary>
            <returns>The added code coverage summary.</returns>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary.Node">
            <summary>
            The underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary.GetTopLevelProjects">
            <summary>
            Returns the top-level projects for this configuration.
            </summary>
            <returns>The top-level IBuildProjectNode nodes for this configuration.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IConfigurationSummary.Save">
            <summary>
            Saves the configuration summary to the server.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.ICustomSummaryInformation">
            <summary>
            ICustomSummaryInformation is a helper interface for IBuildInformationNodes of type "CustomSummaryInformation". To obtain
            an ICustomSummaryInformation, use the InformationNodeConverters class.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICustomSummaryInformation.Message">
            <summary>
            The message.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICustomSummaryInformation.SectionName">
            <summary>
            Gets or sets the Section name which uniquely identifies the section
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICustomSummaryInformation.SectionHeader">
            <summary>
            Gets or sets the Section header which is the string displayed at the top of the section
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICustomSummaryInformation.SectionPriority">
            <summary>
            Gets or sets the Section priority which is used to determine the order of the sections
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ICustomSummaryInformation.Node">
            <summary>
            The underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.ICustomSummaryInformation.Save">
            <summary>
            Saves the custom summary information to the server.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IExternalLink">
            <summary>
            IExternalLink is a helper interface for IBuildInformationNodes of type "ExternalLink". To obtain
            an IExternalLink, use the InformationNodeConverters class.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IExternalLink.DisplayText">
            <summary>
            The text to display for the external link.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IExternalLink.Url">
            <summary>
            The external link.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IExternalLink.Node">
            <summary>
            The underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IExternalLink.Save">
            <summary>
            Saves the build project to the server.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IProcessTemplate">
            <summary>
            Represents the process template information for a definition on the Build server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IProcessTemplate.Id">
            <summary>
            Gets the identifier for this process template.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IProcessTemplate.TeamProject">
            <summary>
            The Team Project for this process template.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IProcessTemplate.ServerPath">
            <summary>
            The version control path of the build process file.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IProcessTemplate.TemplateType">
            <summary>
            The type of the build process template. This property is for system use and should be set to
            ProcessTemplateType.Custom for all user defined templates.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IProcessTemplate.Description">
            <summary>
            The description of the build process template.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IProcessTemplate.SupportedReasons">
            <summary>
            The valid build reasons that are supported by this build process template.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IProcessTemplate.Parameters">
            <summary>
            The process templates parameters. This property is the root DynamicActivity of the build process
            along with all top-level arguments and properties serialized as XAML.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IProcessTemplate.Version">
            <summary>
            Gets the version of this process template.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IProcessTemplate.Download">
            <summary>
            Downloads the latest version of the build process template. The build process is downloaded to a temporary
            file and deleted after reading the file contents.
            </summary>
            <returns>The entire build process template as a string.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IProcessTemplate.Download(System.String)">
            <summary>
            Downloads the build process template at the version specified by version control version specifier. The
            build process is downloaded to a temporary file and deleted after reading the file contents.
            </summary>
            <param name="versionSpec">Any valid version control version specifier in string form.</param>
            <returns>The entire build process template as a string.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IProcessTemplate.Save">
            <summary>
            Saves the build process template to the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IProcessTemplate.Delete">
            <summary>
            Deletes the build process template from the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IProcessTemplate.CopyFrom(Microsoft.TeamFoundation.Build.Client.IProcessTemplate)">
            <summary>
            Copies properties from a source process template to this instance.
            </summary>
            <param name="source">Template to copy from</param>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IProjectFile">
            <summary>
            Represents a TFS Build project file (TfsBuild.proj).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IProjectFile.Configurations">
            <summary>
            The list of configurations to build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IProjectFile.MetadataFiles">
            <summary>
            The list of metadata files (containing test lists to be run).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IProjectFile.TestContainers">
            <summary>
            The list of test assemblies (containing tests to be run).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IProjectFile.RunCodeAnalysis">
            <summary>
            The code analysis run type - always, default, or never.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IProjectFile.RunTest">
            <summary>
            The status of tests - if true, all tests (specified in MetadataFiles) will be run; if false, no tests
            will be run.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IProjectFile.Solutions">
            <summary>
            The list of solutions (or projects) to be built.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IProjectFile.AddConfigurationToBuild">
            <summary>
            Adds a configuration to build to Configurations.
            </summary>
            <returns>The new configuration.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IProjectFile.AddMetadataFile">
            <summary>
            Adds a metadata file to MetadataFiles.
            </summary>
            <returns>The new metadata file.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IProjectFile.AddTestContainer">
            <summary>
            Adds a test container assembly file to TestContainers.
            </summary>
            <returns>The new TestContainer item.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IProjectFile.AddSolutionToBuild">
            <summary>
            Adds a new solution-to-build to Solutions.
            </summary>
            <returns>The new solution.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IProjectFile.Save(System.String)">
            <summary>
            Generates the project file and saves it to the specified version control path. Also generates an empty
            TfsBuild.rsp file in the same location.
            </summary>
            <param name="serverPath">The location in Version Control to which the project file is saved.</param>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.CodeAnalysisRunType">
            <summary>
            The code analysis run type. Default causes code analysis to be performed according to individual project
            settings; Always causes code analysis to always be performed; Never causes code analysis to never be
            performed.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IConfigurationToBuild">
            <summary>
            Represents a ConfigurationToBuild item within TfsBuild.proj.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IConfigurationToBuild.Flavor">
            <summary>
            The Flavor of the configuration.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IConfigurationToBuild.Platform">
            <summary>
            The Platform of the configuration.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IMetadataFile">
            <summary>
            Represents a MetadataFile item within TfsBuild.proj.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IMetadataFile.FilePath">
            <summary>
            The version control server path of the metadata file.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IMetadataFile.TestList">
            <summary>
            The semi-colon separated test list(s) in the file to be run.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.ITestContainer">
            <summary>
            Represents a TestContainer item within TfsBuild.proj.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ITestContainer.FilePath">
            <summary>
            The path of the test container assembly file.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.ISolutionToBuild">
            <summary>
            Represents a SolutionToBuild item within TfsBuild.proj.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ISolutionToBuild.Properties">
            <summary>
            The custom properties for this solution.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ISolutionToBuild.SolutionPath">
            <summary>
            The path (relative to $(SolutionRoot)) of the solution.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ISolutionToBuild.Targets">
            <summary>
            The custom targets for this solution.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IFailure">
            <summary>
            Represents a failure that occurred during a server call.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IFailure.Code">
            <summary>
            The code associated with this failure - typically the type of the exception this Failure represents.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IFailure.Message">
            <summary>
            The message associated with this failure - typically the message of the exception this Failure represents.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildQueryResult">
            <summary>
            The result of a query for IBuildDetails.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildQueryResult.Builds">
            <summary>
            The array of builds for this query result.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildQueryResult.Failures">
            <summary>
            The array of failures for this query result.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IQueuedBuildQueryResult">
            <summary>
            The result of a query for IQueuedBuilds.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuildQueryResult.QueuedBuilds">
            <summary>
            The array of queued builds for this query result.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuildQueryResult.Failures">
            <summary>
            The array of failures for this query result.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildDefinitionQueryResult">
            <summary>
            The result of a query for IBuildDefinitions.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinitionQueryResult.Definitions">
            <summary>
            The array of build definitions for this query result.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildDefinitionQueryResult.Failures">
            <summary>
            The array of failures for this query result.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildAgentQueryResult">
            <summary>
            The result of a query for IBuildAgents.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgentQueryResult.Agents">
            <summary>
            The array of build agents for this query result.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildAgentQueryResult.Failures">
            <summary>
            The array of failures for this query result.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildControllerQueryResult">
            <summary>
            The result of a query for IBuildControllers.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildControllerQueryResult.Controllers">
            <summary>
            The array of build controllers for this query result.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IBuildControllerQueryResult.Failures">
            <summary>
            The array of failures for this query result.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IBuildServiceHostQueryResult">
            <summary>
            The result of a query for IBuildServiceHosts.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IQueuedBuild">
            <summary>
            Represents a queued build in the TFS Build server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Priority">
            <summary>
            The priority of the queued build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.BatchId">
            <summary>
            The batch ID of the queued build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Id">
            <summary>
            The unique Id of the queued build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.TeamProject">
            <summary>
            Gets the team project that owns the queued build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.BuildController">
            <summary>
            The build controller on which the queued build will be built.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.BuildControllerUri">
            <summary>
            The URI of the build controller on which the queued build will be built.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.BuildDefinition">
            <summary>
            The build definition for which the queued build will be built.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.BuildDefinitionUri">
            <summary>
            The URI of the build definition for which the queued build will be built.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Builds">
            <summary>
            Gets the collection of builds for this queue entry.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Build">
            <summary>
            Gets the currently active build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.BuildServer">
            <summary>
            The server that owns this queued build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.CustomGetVersion">
            <summary>
            If GetOption is CustomTime, the time for which sources should be retrieved for the queued build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.DropLocation">
            <summary>
            The location at which to drop the outputs of the queued build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.GetOption">
            <summary>
            The time for which sources should be retrieved for the queued build - either QueueTime, BuildTime,
            or CustomTime.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.QueueTime">
            <summary>
            The time at which the build was queued.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.ProcessParameters">
            <summary>
            The process parameters used for this build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.QueuePosition">
            <summary>
            The current position of the build in the queue.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Reason">
            <summary>
            The reason that the build was queued.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.RequestedBy">
            <summary>
            Gets the account name of the user who requested the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.RequestedByDisplayName">
            <summary>
            Gets the display name of the user who requested the build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.RequestedFor">
            <summary>
            Gets the account name of the user for whom the build was requested.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.RequestedForDisplayName">
            <summary>
            Gets the display name of the user for whom the build was requested.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.ShelvesetName">
            <summary>
            The shelveset that will be built.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Status">
            <summary>
            The status of the queued build.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Cancel">
            <summary>
            Removes the build from the queue.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Connect(System.Int32,System.Int32,System.ComponentModel.ISynchronizeInvoke)">
            <summary>
            Starts polling, using the specified interval and ISynchronizeInvoke object. When the
            StatusChanged, or PollingCompleted events are handled by a visual
            Windows Forms component, that component should be passed in as the synchronizingObject
            so that the event handlers are called on the same thread on which the component was
            created.
            </summary>
            <param name="pollingInterval">The polling interval, in milliseconds.</param>
            <param name="timeout">The timeout, in milliseconds.</param>
            <param name="synchronizingObject">The object used to synchronize polling events. If
            null, events will be fired on a thread pool thread.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Connect">
            <summary>
            Starts polling, using the default interval of five seconds and no synchronization object.
            Events will be fired on a thread pool thread. When events are handled by a visual
            Windows Forms component, the other overload should be used for this method and that
            component should be passed in as the synchronizingObject so that the event handlers are
            called on the same thread on which the component was created.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Copy(Microsoft.TeamFoundation.Build.Client.IQueuedBuild,Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Copies the data from the queued build into the current instance. The return value indicates whether
            or not anything in the queued build was actually updated that would effect state.
            </summary>
            <param name="build">The source of the copy operation</param>
            <param name="options">The options used to query the copy source</param>
            <returns>True if the build state changed, false otherwise</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Disconnect">
            <summary>
            Stops polling.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Postpone">
            <summary>
            Postpones the queued build.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Refresh(Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Retrieves the latest property values from the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Resume">
            <summary>
            Resumes the queued build.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Retry">
            <summary>
            Marks the build for retry without batching. If batching with other builds is desired see
            IBuildServer.RetryQueuedBuilds.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Retry(System.Guid)">
            <summary>
            Marks the build for retry and places it in the specified batch.
            </summary>
            <param name="batchId">The batch in which this build should be included</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Retry(System.Guid,Microsoft.TeamFoundation.Build.Client.QueuedBuildRetryOption)">
            <summary>
            Marks the build for retry and places it in the specified batch with the specified retry option.
            </summary>
            <param name="batchId">The batch in which this build should be included</param>
            <param name="retryOption">Option to retry a completed or an in progress build</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Save">
            <summary>
            Sends any changes made to the queued build to the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.StartNow">
            <summary>
            Starts the queued build if its definition is currently paused.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.Wait">
            <summary>
            Blocks until the queued build is complete.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.WaitForBuildStart">
            <summary>
            Blocks until the build begins, using the default polling interval of five seconds
            and an infinite timeout. When this method exits, the Build property will be non-null.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.WaitForBuildStart(System.Int32,System.Int32)">
            <summary>
            Blocks until the build begins, using the specified polling interval and timeout.
            </summary>
            <param name="pollingInterval">The polling interval, in milliseconds.</param>
            <param name="timeout">The timeout, in milliseconds.</param>
            <returns>True if the build was started within the timeout; false otherwise.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.WaitForBuildCompletion(System.TimeSpan,System.TimeSpan)">
            <summary>
            Blocks the calling thread until the build finishes or the timeout expires.
            </summary>
            <param name="pollingInterval">The interval of time between server polling</param>
            <param name="timeout">The overall timeout of the blocking call</param>
            <param name="syncronizingObject">The object used to synchronize polling events</param>
            <returns>True if the build finished within the specified timeout, false otherwise</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.WaitForBuildCompletion(System.TimeSpan,System.TimeSpan,System.ComponentModel.ISynchronizeInvoke)">
            <summary>
            Blocks the calling thread until the build finishes or the timeout expires.
            </summary>
            <param name="pollingInterval">The interval of time between server polling</param>
            <param name="timeout">The overall timeout of the blocking call</param>
            <param name="syncronizingObject">The object used to synchronize polling events</param>
            <returns>True if the build finished within the specified timeout, false otherwise</returns>
        </member>
        <member name="E:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.StatusChanged">
            <summary>
            Raised when any change in the queued build is discovered on the server. Note: to receive
            these events you must call the Connect method, which causes the server to be polled
            on a regular basis until the queued build is complete. This event is fired just after the
            queued build is updated.
            </summary>
        </member>
        <member name="E:Microsoft.TeamFoundation.Build.Client.IQueuedBuild.PollingCompleted">
            <summary>
            Raised when polling completes. Note: to receive this event you must call the Connect
            method. This event is fired when polling completes, either because the queued build finished
            or because an unrecoverable error was encountered (e.g. the queued build was deleted).
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IQueuedBuildsView">
            <summary>
            Represents a view of the queued builds in the TFS Build server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuildsView.ControllerFilter">
            <summary>
            The build controller whose queued builds are included in the QueuedBuilds property.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuildsView.CompletedWindow">
            <summary>
            The time span for which completed builds remain in the queue during polling.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuildsView.DefinitionFilter">
            <summary>
            The specification of the build definition(s) whose queued builds are included in the
            QueuedBuilds property.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuildsView.QueryOptions">
            <summary>
            The query options to use when querying the server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuildsView.RequestedForFilter">
            <summary>
            The requestor for which queued builds are included in the QueuedBuilds property.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuildsView.StatusFilter">
            <summary>
            The queue status(es) for which queued builds are included in the QueuedBuilds property.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuildsView.TeamProjectFilter">
            <summary>
            The team project whose queued builds are included in the QueuedBuilds property.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IQueuedBuildsView.QueuedBuilds">
            <summary>
            The queued builds in the team project which match the specified AgentFilter,
            DefinitionFilter, and StatusFilter. Both the array and the individual IQueuedBuild
            items are updated in place during polling and during manual refreshes.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuildsView.Connect(System.Int32,System.ComponentModel.ISynchronizeInvoke)">
            <summary>
            Starts polling, using the specified interval and ISynchronizeInvoke object. When the
            StatusChanging or StatusChanged events are handled by a visual Windows Forms component,
            that component should be passed in as the synchronizingObject so that the event
            handlers are called on the same thread on which the component was created.
            </summary>
            <param name="pollingInterval">The polling interval, in milliseconds.</param>
            <param name="synchronizingObject">The object used to synchronize polling events. If
            null, events will be fired on a thread pool thread.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuildsView.Connect">
            <summary>
            Starts polling, using the default interval of thirty seconds and no synchronization
            object. Events will be fired on a thread pool thread. When events are handled by a visual
            Windows Forms component, the other overload should be used for this method and that
            component should be passed in as the synchronizingObject so that the event handlers are
            called on the same thread on which the component was created.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuildsView.Disconnect">
            <summary>
            Stops polling.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IQueuedBuildsView.Refresh(System.Boolean)">
            <summary>
            Manually refreshes the view, and optionally removes completed builds from the view.
            </summary>
            <param name="useCompletedWindow">If false, all completed builds are removed from the
            view immediately. If true, only those completed builds outside of the completed window
            are removed from the view.</param>
        </member>
        <member name="E:Microsoft.TeamFoundation.Build.Client.IQueuedBuildsView.StatusChanging">
            <summary>
            Raised once for each polling interval. Note: to receive these events you must call the
            Connect method, which causes the server to be polled on a regular basis until the
            Disconnect method is called. This event is fired just before the contents of the view
            (and the queued builds themselves) are updated.
            </summary>
        </member>
        <member name="E:Microsoft.TeamFoundation.Build.Client.IQueuedBuildsView.StatusChanged">
            <summary>
            Raised once for each polling interval. Note: to receive these events you must call the
            Connect method, which causes the server to be polled on a regular basis until the
            Disconnect method is called. This event is fired just after the contents of the view
            (and the queued builds themselves) are updated.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IRetentionPolicy">
            <summary>
            Represents a retention policy in the TFS Build server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IRetentionPolicy.BuildDefinition">
            <summary>
            The build definition that owns the retention policy.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IRetentionPolicy.BuildReason">
            <summary>
            The reason(s) of builds to which the retention policy applies.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IRetentionPolicy.BuildStatus">
            <summary>
            The status(es) of builds to which the retention policy applies.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IRetentionPolicy.NumberToKeep">
            <summary>
            The number of builds to keep.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IRetentionPolicy.DeleteOptions">
            <summary>
            The parts of the build to delete.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.ISchedule">
            <summary>
            Represents a schedule for a Build Definition in the TFS Build server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ISchedule.BuildDefinition">
            <summary>
            The build definition that owns the schedule.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ISchedule.Type">
            <summary>
            The type of schedule (Weekly is the only supported type currently)
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ISchedule.StartTime">
            <summary>
            The time as seconds past midnight.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ISchedule.DaysToBuild">
            <summary>
            Specifies on which days of the week the schedule will trigger a build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ISchedule.TimeZone">
            <summary>
            Specifies the time zone for which daylight savings time rules should apply.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.ITestSummary">
            <summary>
            ITestSummary is a helper interface for IBuildInformationNodes of type "TestSummary".
            To obtain an ITestSummary, use the InformationNodeConverters class.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ITestSummary.Id">
            <summary>
            The ID of the test summary's underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ITestSummary.Name">
            <summary>
            The Name of the test run.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ITestSummary.RunId">
            <summary>
            The ID of the test run.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ITestSummary.RunPassed">
            <summary>
            The overall status of the test run - true if all tests passed, false otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ITestSummary.RunUser">
            <summary>
            The user that initiated the test run.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ITestSummary.TestsFailed">
            <summary>
            The number of tests that failed during the run.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ITestSummary.TestsInconclusive">
            <summary>
            The number of tests that were not marked as passed or failed during the run.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ITestSummary.TestsPassed">
            <summary>
            The number of tests that passed during the run.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ITestSummary.TestsTotal">
            <summary>
            The total number of tests.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ITestSummary.Node">
            <summary>
            The underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.ITestSummary.Save">
            <summary>
            Saves the test summary to the server.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IWorkItemSummary">
            <summary>
            IWorkItemSummary is a helper interface for IBuildInformationNodes of type
            "WorkItemSummary". To obtain an IWorkItemSummary, use the InformationNodeConverters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IWorkItemSummary.AssignedTo">
            <summary>
            The user to whom the work item is assigned.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IWorkItemSummary.Id">
            <summary>
            The ID of the work item summary's underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IWorkItemSummary.Status">
            <summary>
            The status of the work item.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IWorkItemSummary.Title">
            <summary>
            The title of the work item.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IWorkItemSummary.Type">
            <summary>
            The type of the work item.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IWorkItemSummary.WorkItemId">
            <summary>
            The ID of the work item.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IWorkItemSummary.WorkItemUri">
            <summary>
            The URI of the work item.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IWorkItemSummary.Node">
            <summary>
            The underlying IBuildInformationNode.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IWorkItemSummary.Save">
            <summary>
            Saves the work item summary to the server.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IWorkspaceTemplate">
            <summary>
            Represents a build definition's workspace in the TFS Build server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IWorkspaceTemplate.Mappings">
            <summary>
            The workspace mappings for the workspace.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IWorkspaceTemplate.LastModifiedDate">
            <summary>
            The date and time at which the workspace was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IWorkspaceTemplate.LastModifiedBy">
            <summary>
            The user who last modified the workspace.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IWorkspaceTemplate.AddMapping">
            <summary>
            Adds a workspace mapping to the workspace.
            </summary>
            <returns>The new workspace mapping.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IWorkspaceTemplate.Cloak(System.String)">
            <summary>
            Adds a cloak entry to the workspace for the specified server item.
            </summary>
            <param name="serverItem">The server item which should be cloaked.</param>
            <returns>A new workspace mapping.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IWorkspaceTemplate.Map(System.String,System.String)">
            <summary>
            Adds a workspace mapping with the provided server item and local item with
            WorkspaceMappingType.Map.
            </summary>
            <param name="serverItem">The server item to map.</param>
            <param name="localItem">The local item to map.</param>
            <returns>A new workspace mapping.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IWorkspaceTemplate.AddMapping(System.String,System.String,Microsoft.TeamFoundation.Build.Client.WorkspaceMappingType)">
            <summary>
            Adds a workspace mapping with the provided server item, local item, and mapping type with
            a depth of 120. If WorkspaceMappingType.Cloak is specified then the localItem is forced to null.
            </summary>
            <param name="serverItem">The server item for the mapping.</param>
            <param name="localItem">The local item path for the mapping.</param>
            <param name="type">The mapping type to create.</param>
            <returns>A new workspace mapping.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IWorkspaceTemplate.AddMapping(System.String,System.String,Microsoft.TeamFoundation.Build.Client.WorkspaceMappingType,Microsoft.TeamFoundation.Build.Client.WorkspaceMappingDepth)">
            <summary>
            Adds a workspace mapping with the provided server item, local item, mapping type, and depth.
            If WorkspaceMappingType.Cloak is specified then the localItem parameter is forced to null.
            </summary>
            <param name="serverItem">The server item for the mapping</param>
            <param name="localItem">The local item path for the mapping</param>
            <param name="type">The mapping type to create</param>
            <param name="depth">The depth of the mapping</param>
            <returns>A new workspace mapping</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IWorkspaceTemplate.RemoveMapping(Microsoft.TeamFoundation.Build.Client.IWorkspaceMapping)">
            <summary>
            Removes the workspace mapping from the workspace template.
            </summary>
            <param name="mapping">The mapping to be removed.</param>
            <returns>True if the mapping was removed, false otherwise.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IWorkspaceTemplate.RemoveMapping(System.String)">
            <summary>
            Removes the workspace mapping for the given server item from the workspace template.
            </summary>
            <param name="serverItem">The server item of the mapping to be removed.</param>
            <returns>True if the mapping was removed, false otherwise.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.IWorkspaceTemplate.CopyFrom(Microsoft.TeamFoundation.Build.Client.IWorkspaceTemplate)">
            <summary>
            Copies properties from a source workspace template to this one
            </summary>
            <param name="source">Template to copy from</param>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.IWorkspaceMapping">
            <summary>
            Represents a workspace mapping in the TFS Build server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IWorkspaceMapping.MappingType">
            <summary>
            The type of the mapping - Map or Cloak.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IWorkspaceMapping.LocalItem">
            <summary>
            The local item of the mapping.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IWorkspaceMapping.ServerItem">
            <summary>
            The server item of the mapping.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.IWorkspaceMapping.Depth">
            <summary>
            Gets or sets the depth of the mapping.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.PollingAlgorithm">
            <summary>
            Simple polling algorithm which calls it's IPollee once per specified interval.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.PollingAlgorithm.MethodInvoker">
            <summary>
            Represents a delegate that can execute any method in managed code that is
            declared void and takes no parameters. For use with Anonymous delegates.
            Copied from WinForms.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.PollingAlgorithm.Invoke(Microsoft.TeamFoundation.Build.Client.PollingAlgorithm,Microsoft.TeamFoundation.Build.Client.PollingAlgorithm.MethodInvoker)">
            <summary>
            Call this static invoke method if your polling object might be null.
            </summary>
            <param name="polling">PollingAlgorithm instance (can be null)</param>
            <param name="anonymousDelegate">method to execute</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.PollingAlgorithm.Refresh">
            <summary>
            The method that is polled.
            To do work on the same thread as the synchonizing object call
            PollingAlgorithm.Invoke.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.PollingAlgorithm.ShouldPollingContinue">
            <summary>
            The method that determines whether or not polling should continue.
            To do work on the same thread as the synchonizing object
            call PollingAlgorithm.Invoke.
            </summary>
            <returns>true if polling should continue, else false</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.PollingAlgorithm.#ctor(System.Int32,System.ComponentModel.ISynchronizeInvoke)">
            <summary>
            Creates a polling algorithm with the specified pollee and interval.
            </summary>
            <param name="pollee">The pollee to be called.</param>
            <param name="interval">The interval at which to call the pollee, in milliseconds.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.PollingAlgorithm.Start">
            <summary>
             Start polling.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.PollingAlgorithm.Stop">
            <summary>
            Stop polling.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.PollingAlgorithm.Wait">
            <summary>
            Block until polling is complete - either because Stop was called or because our Pollee returned false
            from IPollee.ShouldPollingContinue.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.PollingAlgorithm.Dispose">
            <summary>
            Free resources associated with this polling algorithm.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.ProcessTemplate">
            <summary>
            Represents a process template in a team project.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ProcessTemplate.Description">
            <summary>
            Gets or sets the description.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ProcessTemplate.ServerPath">
            <summary>
            Gets or sets the version control server location of the process template XAML file.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ProcessTemplate.SupportedReasons">
            <summary>
            Gets or sets the reasons that the template supports.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ProcessTemplate.TeamProject">
            <summary>
            Gets or sets the team project to which this template belongs.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ProcessTemplate.TemplateType">
            <summary>
            Gets or sets the type of this template.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildAgentQueryResult.AfterDeserialize">
            <summary>
            Match up the results such that the properties are exposed correctly in the server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentQueryResult2010.InternalFailures">
            <summary>
            Gets the list of failures for this query result
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions">
            <summary>
            Provides properties which may be updated on an existing build agent.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions.BuildDirectory">
            <summary>
            Gets or sets the build directory. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.BuildDirectory" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions.ControllerUri">
            <summary>
            Gets or sets the build controller URI. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.ControllerUri" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions.Description">
            <summary>
            Gets or sets the description. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.Description" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions.Enabled">
            <summary>
            Gets or sets the enabled state. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.Enabled" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions.Fields">
            <summary>
            Gets or sets the fields which should be updated. Only values included here will be extracted from this
            object during an update.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions.Name">
            <summary>
            Gets or sets the display name. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.Name" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions.Status">
            <summary>
            Gets or sets the status. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.Status" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions.StatusMessage">
            <summary>
            Gets or sets the status message. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.StatusMessage" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions.Tags">
            <summary>
            Gets the list of tags. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.Tags" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdateOptions.Uri">
            <summary>
            Gets or sets the URI of the build agent to update.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerQueryResult2010.InternalFailures">
            <summary>
            Gets the list of failures for this query result
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions">
            <summary>
            Provides properties which may be updated on an existing build controller.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions.CustomAssemblyPath">
            <summary>
            Gets or sets the custom assembly URI. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.CustomAssemblyPath" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions.Description">
            <summary>
            Gets or sets the description. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.Description" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions.Enabled">
            <summary>
            Gets or sets the enabled state. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.Enabled" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions.Fields">
            <summary>
            Gets or sets the fields which should be updated. Only values included here will be extracted from this
            object during an update.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions.MaxConcurrentBuilds">
            <summary>
            Gets or sets the number of maximum concurrent builds. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.MaxConcurrentBuilds" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions.Name">
            <summary>
            Gets or sets the display name. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.Name" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions.Status">
            <summary>
            Gets or sets the status. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.Status" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions.StatusMessage">
            <summary>
            Gets or sets the status message. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.StatusMessage" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdateOptions.Uri">
            <summary>
            Gets or sets the URI of the build controller to update.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildDefinitionQueryResult.#ctor(Microsoft.TeamFoundation.Build.Client.IBuildDefinition)">
            <summary>
            Do not use. Provided for serialization/deserialization only.
            </summary>
            <param name="definition"></param>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDefinitionQueryResult2010.InternalFailures">
            <summary>
            Gets the list of failures for this query result
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildDeletionResult2010">
            <summary>
            Represents the result of deleting an individual build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeletionResult2010.DropLocationFailure">
            <summary>
            Gets the failure which occurred deleting the drop location, if any.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeletionResult2010.LabelFailure">
            <summary>
            Gets the failure which occurred deleting the label, if any.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeletionResult2010.SymbolsFailure">
            <summary>
            Gets the failure which occurred deleting the published symbols, if any.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeletionResult2010.TestResultFailure">
            <summary>
            Gets the failure which occurred deleting the test results, if any.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildDeploymentSpec">
            <summary>
            Provides properties for querying build deployments within a team project collection.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeploymentSpec.DefinitionPath">
            <summary>
            The full build definition path
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeploymentSpec.DeploymentStatus">
            <summary>
            Gets or sets the build status filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeploymentSpec.EnvironmentName">
            <summary>
            The name of target deployment enviornment.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeploymentSpec.MaxDeployments">
            <summary>
            Maximum deployments to return.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeploymentSpec.MaxFinishTime">
            <summary>
            Gets or sets the maximum finish time filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeploymentSpec.MinFinishTime">
            <summary>
            Gets or sets the minimum finish time filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeploymentSpec.QueryOrder">
            <summary>
            Gets or sets the desired order of the deployments returned.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeploymentSpec.RequestedFor">
            <summary>
            Gets or sets the requested for filter.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildDeploymentSpec.TeamProject">
            <summary>
            Gets or sets the team project filter.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildGroupQueryResult">
            <summary>
            Encapsulates the result set of querying build groups. Possible items which may come
            back from this are agents and definitions.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildGroupQueryResult.InternalFailures">
            <summary>
            Gets the list of failures for this query result
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildInformationNode2010">
            <summary>
            Represents a single information node in the build information hierarchy.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildInformationNode2010.InternalFields">
            <summary>
            Gets the associated fields.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildInformationNode2010.LastModifiedBy">
            <summary>
            Gets the domain user name of the user that made the last modification. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildInformationNode2010.LastModifiedDate">
            <summary>
            Gets the last modification date. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildInformationNode2010.NodeId">
            <summary>
            Gets or sets the ID.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildInformationNode2010.ParentId">
            <summary>
            Gets or sets the parent node ID.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildInformationNode2010.Type">
            <summary>
            Gets or sets the information node type.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.BuildQueryResult.#ctor(Microsoft.TeamFoundation.Build.Client.BuildDetail[])">
            <summary>
            This constructor is for V1 compatibility and should not be
            used otherwise.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildQueryResult2008">
            <summary>
            Encapsulates the result of querying builds. Items returned as a result are build detail,
            definitions, and agents.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildQueryResult2010">
            <summary>
            The build query result class is a streaming result. The results should be read in the following order:
            Definitions, Builds, Controllers, Agents, ServiceHosts, Failures
            If the results are not read in this order the behavior is undefined.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildQueueQueryResult2008">
            <summary>
            Encapsulates the return value of a query against queued builds.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildQueueQueryResult2008.InternalFailures">
            <summary>
            Gets the list of failures for this query result
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildQueueQueryResult2010.InternalFailures">
            <summary>
            Gets the list of failures for this query result
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHostQueryResult2010.InternalFailures">
            <summary>
            Gets the list of failures for this query result
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdateOptions">
            <summary>
            Provides properties which may be updated on an existing build service host.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdateOptions.BaseUrl">
            <summary>
            Gets or sets the base URL. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdate.BaseUrl" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdateOptions.Fields">
            <summary>
            Gets or sets the fields which should be updated. Only values included here will be extracted from this
            object during an update.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdateOptions.Name">
            <summary>
            Gets or sets the display name. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdate.Name" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdateOptions.Uri">
            <summary>
            Gets or sets the URI of the build service host to update.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildSummary">
            <summary>
            This class contains basic build information so the UI can display what it needs
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildSummary.ChangeSet">
            <summary>
            Gets all associated changesets with user display names with this build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildSummary.FinishTime">
            <summary>
            Gets the finish time.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildSummary.KeepForever">
            <summary>
            Gets if this build will not be deleted.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildSummary.Number">
            <summary>
            Gets the build number.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildSummary.Quality">
            <summary>
            Gets the quality.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildSummary.Reason">
            <summary>
            Gets the reason this deployment started.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildSummary.RequestedFor">
            <summary>
            Gets list of user guids, display names this build was requested for.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildSummary.StartTime">
            <summary>
            Gets the start time.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildSummary.Status">
            <summary>
            Gets the status.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildSummary.Uri">
            <summary>
            Gets the build URI. This field is read-only.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildTeamProjectPermission">
            <summary>
            Represents a build prject permission for a particular user.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildTeamProjectPermission.Allows">
            <summary>
            Gets the list of permissions that are allowed.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildTeamProjectPermission.Denies">
            <summary>
            Gets the list of permissions that are denied.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildTeamProjectPermission.IdentityName">
            <summary>
            Gets or sets the identity this permissions affects.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions">
            <summary>
            Provides properties which may be updated on an existing build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions.BuildNumber">
            <summary>
            Gets or sets the build number. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.BuildNumber" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions.CompilationStatus">
            <summary>
            Gets or sets the compilation status. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.CompilationStatus" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions.DropLocation">
            <summary>
            Gets or sets the drop location. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.DropLocation" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions.Fields">
            <summary>
            Gets or sets the fields which should be updated. Only values included here will be extracted from this
            object during an update.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions.KeepForever">
            <summary>
            Gets or sets the keep forever flag. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.KeepForever" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions.LabelName">
            <summary>
            Gets or sets the label name. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.LabelName" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions.LogLocation">
            <summary>
            Gets or sets the log location. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.LogLocation" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions.Quality">
            <summary>
            Gets or sets the quality. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.Quality" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions.SourceGetVersion">
            <summary>
            Gets or sets the source get version. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.SourceGetVersion" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions.Status">
            <summary>
            Gets or sets the status. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.Status" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions.TestStatus">
            <summary>
            Gets or sets the test status. Corresponds to <see cref="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.TestStatus" />.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.BuildUpdateOptions.Uri">
            <summary>
            Gets or sets the URI of the build to update.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.ChangesetDisplayInformation">
            <summary>
            This class contains changeset number, user display name
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ChangesetDisplayInformation.ChangesetId">
            <summary>
            Changeset number
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.ChangesetDisplayInformation.CheckedInBy">
            <summary>
            Display name for user who checked in changeset
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.DeploymentEnvironmentMetadata">
            <summary>
            This class contains the "public" information of a DeploymentEnvironent.
            This includes the Name, TeamProject, ConnectedServiceName, FriendlyName,
            Kind, and Description. Used by Clients to display DeploymentEnviornment
            without revealing the secret information.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.DeploymentEnvironmentMetadata.ConnectedServiceName">
            <summary>
            Name of the ConnectedService associated with this deployment.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.DeploymentEnvironmentMetadata.Description">
            <summary>
            Extra description on the deployment.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.DeploymentEnvironmentMetadata.FriendlyName">
            <summary>
            A friendly name to represent the deployment in place of 'name' which will often be a GUID.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.DeploymentEnvironmentMetadata.Kind">
            <summary>
            The kind of deployment.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.DeploymentEnvironmentMetadata.Name">
            <summary>
            Unique name of the deployment such as a GUID.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.DeploymentEnvironmentMetadata.TeamProject">
            <summary>
            Name of the project associated with this deployment
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.AgentStatus">
            <summary>
            Specifies the current status of a build agent.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.AgentStatus.Available">
            <summary>
            Indicates that the build agent is currently available.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.AgentStatus.Offline">
            <summary>
            Indicates that the build agent has taken itself offline.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.AgentStatus.Unavailable">
            <summary>
            Indicates that the build agent cannot be contacted.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.AgentStatus2010">
            <summary>
            Specifies the current status of a build agent.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.AgentStatus2010.Available">
            <summary>
            Indicates that the build agent is currently available.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.AgentStatus2010.Offline">
            <summary>
            Indicates that the build agent has taken itself offline.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.AgentStatus2010.Unavailable">
            <summary>
            Indicates that the build agent cannot be contacted.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate">
            <summary>
            Specifies the fields which should be updated for a build agent.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.BuildDirectory">
            <summary>
            The build directory should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.ControllerUri">
            <summary>
            The build controller should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.Description">
            <summary>
            The description should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.Enabled">
            <summary>
            The enabled state should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.Name">
            <summary>
            The name should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.None">
            <summary>
            No fields should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.Status">
            <summary>
            The status should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.StatusMessage">
            <summary>
            The status message should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate.Tags">
            <summary>
            The tags should be updated.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate2010">
            <summary>
            Specifies the fields which should be updated for a build agent.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate2010.BuildDirectory">
            <summary>
            The build directory should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate2010.ControllerUri">
            <summary>
            The build controller should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate2010.Description">
            <summary>
            The description should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate2010.Enabled">
            <summary>
            The enabled state should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate2010.Name">
            <summary>
            The name should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate2010.None">
            <summary>
            No fields should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate2010.Status">
            <summary>
            The status should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate2010.StatusMessage">
            <summary>
            The status message should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildAgentUpdate2010.Tags">
            <summary>
            The tags should be updated.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate">
            <summary>
            Specifies the fields which should be updated for a build controller.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.CustomAssemblyPath">
            <summary>
            The custom assembly path should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.Description">
            <summary>
            The description should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.Enabled">
            <summary>
            The enabled state should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.MaxConcurrentBuilds">
            <summary>
            The maximum concurrent builds should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.Name">
            <summary>
            The name should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.None">
            <summary>
            No fields should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.Status">
            <summary>
            The status should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate.StatusMessage">
            <summary>
            The status message should be updated.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate2010">
            <summary>
            Specifies the fields which should be updated for a build controller.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate2010.CustomAssemblyPath">
            <summary>
            The custom assembly path should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate2010.Description">
            <summary>
            The description should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate2010.Enabled">
            <summary>
            The enabled state should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate2010.MaxConcurrentBuilds">
            <summary>
            The maximum concurrent builds should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate2010.Name">
            <summary>
            The name should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate2010.None">
            <summary>
            No fields should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate2010.Status">
            <summary>
            The status should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildControllerUpdate2010.StatusMessage">
            <summary>
            The status message should be updated.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus">
            <summary>
            Specifies the status for a particular build phase, such as compilation or tests.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Failed">
            <summary>
            The build phase completed unsuccessfully.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Succeeded">
            <summary>
            The build phase completed successfully.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus.Unknown">
            <summary>
            The state is not known.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus2010">
            <summary>
            Specifies the status for a particular build phase, such as compilation or tests.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus2010.Failed">
            <summary>
            The build phase completed unsuccessfully.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus2010.Succeeded">
            <summary>
            The build phase completed successfully.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildPhaseStatus2010.Unknown">
            <summary>
            The state is not known.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildQueryOrder">
            <summary>
            Specifies the desired ordering of builds.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildQueryOrder.FinishTimeAscending">
            <summary>
            Order by finish time ascending.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildQueryOrder.FinishTimeDescending">
            <summary>
            Order by finish time descending.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildQueryOrder.StartTimeAscending">
            <summary>
            Order by start time ascending.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildQueryOrder.StartTimeDescending">
            <summary>
            Order by start time descending.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildQueryOrder2010">
            <summary>
            Specifies the desired ordering of builds.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildQueryOrder2010.FinishTimeAscending">
            <summary>
            Order by finish time ascending.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildQueryOrder2010.FinishTimeDescending">
            <summary>
            Order by finish time descending.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildQueryOrder2010.StartTimeAscending">
            <summary>
            Order by start time ascending.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildQueryOrder2010.StartTimeDescending">
            <summary>
            Order by start time descending.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildReason">
            <summary>
            Specifies the reason a build was started.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason.All">
            <summary>
            All reasons.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason.BatchedCI">
            <summary>
            The build was started for the trigger TriggerType.BatchedContinuousIntegration.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason.CheckInShelveset">
            <summary>
            The build was started for the trigger ContinuousIntegrationType.Gated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason.IndividualCI">
            <summary>
            The build was started for the trigger TriggerType.ContinuousIntegration.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason.Manual">
            <summary>
            The build was started manually.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason.None">
            <summary>
            No reason. This value should not be used.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason.Schedule">
            <summary>
            The build was started for the trigger TriggerType.Schedule.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason.ScheduleForced">
            <summary>
            The build was started for the trigger TriggerType.ScheduleForced.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason.Triggered">
            <summary>
            The build was triggered for retention policy purposes.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason.UserCreated">
            <summary>
            The build was created by a user.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason.ValidateShelveset">
            <summary>
            The build was started manually for private validation.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildReason2010">
            <summary>
            Specifies the reason a build was started.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason2010.All">
            <summary>
            All reasons.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason2010.BatchedCI">
            <summary>
            The build was started for the trigger ContinuousIntegrationType.Batch.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason2010.CheckInShelveset">
            <summary>
            The build was started for the trigger ContinuousIntegrationType.Gated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason2010.IndividualCI">
            <summary>
            The build was started for the trigger ContinuousIntegrationType.Individual.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason2010.Manual">
            <summary>
            The build was started manually.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason2010.None">
            <summary>
            No reason. This value should not be used.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason2010.Schedule">
            <summary>
            The build was started for the trigger ContinuousIntegrationType.Schedule.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason2010.ScheduleForced">
            <summary>
            The build was started for the trigger ContinuousIntegrationType.ScheduleForced.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason2010.Triggered">
            <summary>
            The build was triggered for retention policy purposes.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason2010.UserCreated">
            <summary>
            The build was created by a user.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildReason2010.ValidateShelveset">
            <summary>
            The build was started manually for private validation.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdate">
            <summary>
            Specifies the fields which should be updated for a build service host.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdate.BaseUrl">
            <summary>
            The base URL should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdate.Name">
            <summary>
            The name should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdate.None">
            <summary>
            No fields should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdate.RequireClientCertificates">
            <summary>
            RequireClientCertificates should be updated.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdate2010">
            <summary>
            Specifies the fields which should be updated for a build service host.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdate2010.BaseUrl">
            <summary>
            The base URL should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdate2010.Name">
            <summary>
            The name should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdate2010.None">
            <summary>
            No fields should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildServiceHostUpdate2010.RequireClientCertificates">
            <summary>
            RequireClientCertificates should be updated.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildStatus">
            <summary>
            Specifies the status for a build.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildStatus.All">
            <summary>
            All status.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildStatus.Failed">
            <summary>
            The build completed unsuccessfully.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildStatus.InProgress">
            <summary>
            The build is currently in progress.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildStatus.None">
            <summary>
            No status.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildStatus.NotStarted">
            <summary>
            The build has not yet started.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildStatus.PartiallySucceeded">
            <summary>
            The build completed compilation successfully but had other errors.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildStatus.Stopped">
            <summary>
            The build was stopped.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildStatus.Succeeded">
            <summary>
            The build completed successfully.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildStatus2010">
            <summary>
            Specifies the status for a build.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildStatus2010.All">
            <summary>
            All status.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildStatus2010.Failed">
            <summary>
            The build completed unsuccessfully.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildStatus2010.InProgress">
            <summary>
            The build is currently in progress.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildStatus2010.None">
            <summary>
            No status.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildStatus2010.NotStarted">
            <summary>
            The build has not yet started.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildStatus2010.PartiallySucceeded">
            <summary>
            The build completed compilation successfully but had other errors.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildStatus2010.Stopped">
            <summary>
            The build was stopped.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildStatus2010.Succeeded">
            <summary>
            The build completed successfully.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildUpdate">
            <summary>
            Specifies the fields which should be updated for a build.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.BuildNumber">
            <summary>
            The build number should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.CompilationStatus">
            <summary>
            The compilation status should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.DropLocation">
            <summary>
            The drop location should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.KeepForever">
            <summary>
            The keep forever flag should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.LabelName">
            <summary>
            The label name should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.LogLocation">
            <summary>
            The log location should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.None">
            <summary>
            No fields should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.Quality">
            <summary>
            The quality should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.SourceGetVersion">
            <summary>
            The source get version should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.Status">
            <summary>
            The status should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate.TestStatus">
            <summary>
            The test status should be updated.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.BuildUpdate2010">
            <summary>
            Specifies the fields which should be updated for a build.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate2010.BuildNumber">
            <summary>
            The build number should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate2010.CompilationStatus">
            <summary>
            The compilation status should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate2010.DropLocation">
            <summary>
            The drop location should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate2010.KeepForever">
            <summary>
            The keep forever flag should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate2010.LabelName">
            <summary>
            The label name should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate2010.LogLocation">
            <summary>
            The log location should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate2010.None">
            <summary>
            No fields should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate2010.Quality">
            <summary>
            The quality should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate2010.SourceGetVersion">
            <summary>
            The source get version should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate2010.Status">
            <summary>
            The status should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.BuildUpdate2010.TestStatus">
            <summary>
            The test status should be updated.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.ContinuousIntegrationType">
            <summary>
            Specifies the continuous integration type used as the trigger for system builds of a build definition.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ContinuousIntegrationType.All">
            <summary>
            All types.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ContinuousIntegrationType.Batch">
            <summary>
            A build should be started for multiple changesets at a time at a specified interval.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ContinuousIntegrationType.Gated">
            <summary>
            A validation build should be started for each check-in.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ContinuousIntegrationType.Individual">
            <summary>
            A build should be started for each changeset.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ContinuousIntegrationType.None">
            <summary>
            Manual builds only.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ContinuousIntegrationType.Schedule">
            <summary>
            A build should be started on a specified schedule if changesets exist.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ContinuousIntegrationType.ScheduleForced">
            <summary>
            A build should be started on a specified schedule whether or not changesets exist.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.ControllerStatus">
            <summary>
            Specifies the current status of a build controller.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ControllerStatus.Available">
            <summary>
            Indicates that the build controller is currently available.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ControllerStatus.Offline">
            <summary>
            Indicates that the build controller has taken itself offline.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ControllerStatus.Unavailable">
            <summary>
            Indicates that the build controller cannot be contacted.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.ControllerStatus2010">
            <summary>
            Specifies the current status of a build controller.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ControllerStatus2010.Available">
            <summary>
            Indicates that the build controller is currently available.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ControllerStatus2010.Offline">
            <summary>
            Indicates that the build controller has taken itself offline.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ControllerStatus2010.Unavailable">
            <summary>
            Indicates that the build controller cannot be contacted.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.DefinitionFilterType">
            <summary>
            Specifies the type of definition filter used in a query.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DefinitionFilterType.DefinitionSpec">
            <summary>
            A BuildDefinitionSpec is specified.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DefinitionFilterType.DefinitionUris">
            <summary>
            An IEnumerable&lt;String&gt; is specified.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.DefinitionQueueStatus">
            <summary>
            Specifies the status of a definition queue.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DefinitionQueueStatus.Disabled">
            <summary>
            When disabled the definition queue will not allow builds to be queued by users
            and the system will not queue scheduled, gated or continuous integration builds.
            Builds already in the queue will not be started by the system.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DefinitionQueueStatus.Enabled">
            <summary>
            When enabled the definition queue allows builds to be queued by users,
            the system will queue scheduled, gated and continuous integration builds,
            and the queued builds will be started by the system.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DefinitionQueueStatus.Paused">
            <summary>
            When paused the definition queue allows builds to be queued by users
            and the system will queue scheduled, gated and continuous integration builds.
            Builds in the queue will not be started by the system.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.DefinitionTriggerType">
            <summary>
            Specifies the trigger type used for a build definition.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DefinitionTriggerType.All">
            <summary>
            All types.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DefinitionTriggerType.BatchedContinuousIntegration">
            <summary>
            A build should be started for multiple changesets at a time at a specified interval.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DefinitionTriggerType.BatchedGatedCheckIn">
            <summary>
            A validation build should be started for each batch of check-ins.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DefinitionTriggerType.ContinuousIntegration">
            <summary>
            A build should be started for each changeset.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DefinitionTriggerType.GatedCheckIn">
            <summary>
            A validation build should be started for each check-in.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DefinitionTriggerType.None">
            <summary>
            Manual builds only.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DefinitionTriggerType.Schedule">
            <summary>
            A build should be started on a specified schedule if changesets exist.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DefinitionTriggerType.ScheduleForced">
            <summary>
            A build should be started on a specified schedule whether or not changesets exist.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.DeleteOptions">
            <summary>
            Specifies the data which should be deleted when deleting a build.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DeleteOptions.All">
            <summary>
            All data should be deleted.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DeleteOptions.Details">
            <summary>
            The build should be deleted.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DeleteOptions.DropLocation">
            <summary>
            The drop location should be deleted.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DeleteOptions.Label">
            <summary>
            The version control label should be deleted.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DeleteOptions.None">
            <summary>
            No data should be deleted. This value should not be used.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DeleteOptions.Symbols">
            <summary>
            Published symbols should be deleted.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DeleteOptions.TestResults">
            <summary>
            The test results should be deleted.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.DeleteOptions2010">
            <summary>
            Specifies the data which should be deleted when deleting a build.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DeleteOptions2010.All">
            <summary>
            All data should be deleted.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DeleteOptions2010.Details">
            <summary>
            The build should be deleted.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DeleteOptions2010.DropLocation">
            <summary>
            The drop location should be deleted.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DeleteOptions2010.Label">
            <summary>
            The version control label should be deleted.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DeleteOptions2010.None">
            <summary>
            No data should be deleted. This value should not be used.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DeleteOptions2010.Symbols">
            <summary>
            Published symbols should be deleted.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DeleteOptions2010.TestResults">
            <summary>
            The test results should be deleted.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DeploymentEnvironmentKind.AzureCloudApp">
            <summary>
            Uses CSPack and the Azure management API to deploy to an Azure Cloud App
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DeploymentEnvironmentKind.AzureWebsite">
            <summary>
            Uses MSDeploy to deploy to an Azure web site
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.DeploymentEnvironmentKind.Custom">
            <summary>
            Custom or unknown environment. Requires custom workflow
            activities to deploy
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.GetOption">
            <summary>
            Specifies the behavior to use when determining the version of sources to download.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.GetOption.Custom">
            <summary>
            A user-specified version has been supplied.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.GetOption.LatestOnBuild">
            <summary>
            Use the latest changeset at the time the build is started.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.GetOption.LatestOnQueue">
            <summary>
            Use the latest changeset at the time the build is queued.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.GetOption2010">
            <summary>
            Specifies the behavior to use when determining the version of sources to download.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.GetOption2010.Custom">
            <summary>
            A user-specified version has been supplied.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.GetOption2010.LatestOnBuild">
            <summary>
            Use the latest changeset at the time the build is started.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.GetOption2010.LatestOnQueue">
            <summary>
            Use the latest changeset at the time the build is queued.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.InformationEditOptions">
            <summary>
            Specifies the behavior to use when modifying the fields of an information node.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.InformationEditOptions.MergeFields">
            <summary>
            New fields should be merged with existing fields.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.InformationEditOptions.ReplaceFields">
            <summary>
            New fields should replace the existing fields.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.InformationEditOptions2010">
            <summary>
            Specifies the behavior to use when modifying the fields of an information node.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.InformationEditOptions2010.MergeFields">
            <summary>
            New fields should be merged with existing fields.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.InformationEditOptions2010.ReplaceFields">
            <summary>
            New fields should replace the existing fields.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.ProcessTemplateType">
            <summary>
            Specifies the process template type.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ProcessTemplateType.Custom">
            <summary>
            Indicates a custom template.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ProcessTemplateType.Default">
            <summary>
            Indicates a default template.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ProcessTemplateType.Upgrade">
            <summary>
            Indicates an upgrade template.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.ProcessTemplateType2010">
            <summary>
            Specifies the process template type.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ProcessTemplateType2010.Custom">
            <summary>
            Indicates a custom template.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ProcessTemplateType2010.Default">
            <summary>
            Indicates a default template.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ProcessTemplateType2010.Upgrade">
            <summary>
            Indicates an upgrade template.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.QueryDeletedOption">
            <summary>
            Specifies how deleted builds are treated in a query.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryDeletedOption.ExcludeDeleted">
            <summary>
            Include only non-deleted builds.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryDeletedOption.IncludeDeleted">
            <summary>
            Include deleted and non-deleted builds.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryDeletedOption.OnlyDeleted">
            <summary>
            Include only deleted builds.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.QueryDeletedOption2010">
            <summary>
            Specifies how deleted builds are treated in a query.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryDeletedOption2010.ExcludeDeleted">
            <summary>
            Include only non-deleted builds.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryDeletedOption2010.IncludeDeleted">
            <summary>
            Include deleted and non-deleted builds.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryDeletedOption2010.OnlyDeleted">
            <summary>
            Include only deleted builds.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.QueryOptions">
            <summary>
            Specifies the data which should be returned from a query in addition to the data directly queried.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryOptions.Agents">
            <summary>
            Build agents should be returned.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryOptions.All">
            <summary>
            All extra data should be returned.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryOptions.BatchedRequests">
            <summary>
            The list of requests batched into this build should be returned.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryOptions.Controllers">
            <summary>
            Build controllers should be returned.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryOptions.Definitions">
            <summary>
            Build definitions should be returned.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryOptions.HistoricalBuilds">
            <summary>
            The list of builds associated with each request should be returned.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryOptions.None">
            <summary>
            No extra data should be returned.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryOptions.Process">
            <summary>
            Process templates should be returned. Implies the Definitions option.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryOptions.Workspaces">
            <summary>
            Build definition workspaces should be returned. Implies the Definitions option.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.QueryOptions2010">
            <summary>
            Specifies the data which should be returned from a query in addition to the data directly queried.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryOptions2010.Agents">
            <summary>
            Build agents should be returned.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryOptions2010.All">
            <summary>
            All extra data should be returned.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryOptions2010.Controllers">
            <summary>
            Build controllers should be returned.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryOptions2010.Definitions">
            <summary>
            Build definitions should be returned.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryOptions2010.None">
            <summary>
            No extra data should be returned.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryOptions2010.Process">
            <summary>
            Process templates should be returned. Implies the Definitions option.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueryOptions2010.Workspaces">
            <summary>
            Build definition workspaces should be returned. Implies the Definitions option.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.QueueOptions">
            <summary>
            Specifies the options to use when queuing a build.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueOptions.None">
            <summary>
            Normal behavior.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueOptions.Preview">
            <summary>
            No action should actually take place.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.QueueOptions2010">
            <summary>
            Specifies the options to use when queuing a build.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueOptions2010.None">
            <summary>
            Normal behavior.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueOptions2010.Preview">
            <summary>
            No action should actually take place.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.QueuePriority">
            <summary>
            Specifies the priority of a build in the queue.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuePriority.AboveNormal">
            <summary>
            Above normal priority.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuePriority.BelowNormal">
            <summary>
            Below normal priority.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuePriority.High">
            <summary>
            High priority.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuePriority.Low">
            <summary>
            Low priority.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuePriority.Normal">
            <summary>
            Normal priority.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.QueuePriority2010">
            <summary>
            Specifies the priority of a build in the queue.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuePriority2010.AboveNormal">
            <summary>
            Above normal priority.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuePriority2010.BelowNormal">
            <summary>
            Below normal priority.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuePriority2010.High">
            <summary>
            High priority.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuePriority2010.Low">
            <summary>
            Low priority.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuePriority2010.Normal">
            <summary>
            Normal priority.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.QueueStatus">
            <summary>
            Specifies the status of a queued build.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueStatus.All">
            <summary>
            All status values.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueStatus.Canceled">
            <summary>
            The build was canceled before starting.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueStatus.Completed">
            <summary>
            The build completed.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueStatus.InProgress">
            <summary>
            The build is currently in progress.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueStatus.None">
            <summary>
            No status.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueStatus.Postponed">
            <summary>
            The build is inactive in the queue.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueStatus.Queued">
            <summary>
            The build is active in the queue.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueStatus.Retry">
            <summary>
            The build has been requeued for a retry most likely due to failure.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.QueueStatus2010">
            <summary>
            Specifies the status of a queued build.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueStatus2010.All">
            <summary>
            All status values.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueStatus2010.Canceled">
            <summary>
            The build was canceled before starting.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueStatus2010.Completed">
            <summary>
            The build completed.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueStatus2010.InProgress">
            <summary>
            The build is currently in progress.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueStatus2010.None">
            <summary>
            No status.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueStatus2010.Postponed">
            <summary>
            The build is inactive in the queue.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueueStatus2010.Queued">
            <summary>
            The build is active in the queue.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.QueuedBuildRetryOption">
            <summary>
            Specifies the options to requeue a build request.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuedBuildRetryOption.CompletedBuild">
            <summary>
            Requeue when the request is completed.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuedBuildRetryOption.InProgressBuild">
            <summary>
            Requeue when the request is still in progress.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuedBuildRetryOption.None">
            <summary>
            Not an option.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdate">
            <summary>
            Specifies the fields which should be updated for a queued build.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdate.BatchId">
            <summary>
            The batch ID for grouping.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdate.None">
            <summary>
            No fields should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdate.Postponed">
            <summary>
            The postponed flag should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdate.Priority">
            <summary>
            The priority should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdate.Requeue">
            <summary>
            The requeue option should be used.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdate.Retry">
            <summary>
            The retry status should be used.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdate2010">
            <summary>
            Specifies the fields which should be updated for a queued build.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdate2010.None">
            <summary>
            No fields should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdate2010.Postponed">
            <summary>
            The postponed flag should be updated.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdate2010.Priority">
            <summary>
            The priority should be updated.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.ScheduleDays">
            <summary>
            Specifies the days a particular schedule should run.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ScheduleDays.All">
            <summary>
            Run on all days of the week.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ScheduleDays.Friday">
            <summary>
            Run on Friday.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ScheduleDays.Monday">
            <summary>
            Run on Monday.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ScheduleDays.None">
            <summary>
            Do not run.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ScheduleDays.Saturday">
            <summary>
            Run on Saturday.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ScheduleDays.Sunday">
            <summary>
            Run on Sunday.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ScheduleDays.Thursday">
            <summary>
            Run on Thursday.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ScheduleDays.Tuesday">
            <summary>
            Run on Tuesday.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ScheduleDays.Wednesday">
            <summary>
            Run on Wednesday.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.ScheduleDays2010">
            <summary>
            Specifies the days a particular schedule should run.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ScheduleDays2010.All">
            <summary>
            Run on all days of the week.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ScheduleDays2010.Friday">
            <summary>
            Run on Friday.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ScheduleDays2010.Monday">
            <summary>
            Run on Monday.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ScheduleDays2010.None">
            <summary>
            Do not run.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ScheduleDays2010.Saturday">
            <summary>
            Run on Saturday.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ScheduleDays2010.Sunday">
            <summary>
            Run on Sunday.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ScheduleDays2010.Thursday">
            <summary>
            Run on Thursday.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ScheduleDays2010.Tuesday">
            <summary>
            Run on Tuesday.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ScheduleDays2010.Wednesday">
            <summary>
            Run on Wednesday.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.ServiceHostStatus">
            <summary>
            Specifies the current status of a build service host.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ServiceHostStatus.Offline">
            <summary>
            The service host is currently disconnected and not accepting commands.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.ServiceHostStatus.Online">
            <summary>
            The service host is currently connected and accepting commands.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.WorkspaceMappingType">
            <summary>
            Specifies the type for a workspace mapping.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.WorkspaceMappingType.Cloak">
            <summary>
            The path is cloaked in the workspace.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.WorkspaceMappingType.Map">
            <summary>
            The path is mapped in the workspace.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.WorkspaceMappingType2010">
            <summary>
            Specifies the type for a workspace mapping.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.WorkspaceMappingType2010.Cloak">
            <summary>
            The path is cloaked in the workspace.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.WorkspaceMappingType2010.Map">
            <summary>
            The path is mapped in the workspace.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.Failure2010">
            <summary>
            Represents a failure that occurred during a bulk query.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.Failure2010.Code">
            <summary>
            Gets or sets a code. Typically this is the name of the exception.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.Failure2010.Message">
            <summary>
            Gets or sets the message. Typically this is the message of the exception.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.InformationAddRequest2010">
            <summary>
            Represents a request to add a new build information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationAddRequest2010.Fields">
            <summary>
            The fields to associate with the node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationAddRequest2010.NodeId">
            <summary>
            Gets or sets the node ID. This value must be negative.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationAddRequest2010.NodeType">
            <summary>
            Gets or sets the type of information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationAddRequest2010.ParentId">
            <summary>
            Gets or sets the parent node ID. This must reference a node being added in the same request or an
            existing node for the target build.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.InformationChangeRequest">
            <summary>
            Represents a change request for a build information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationChangeRequest.BuildUri">
            <summary>
            Gets or sets the URI of the target build.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.InformationChangeRequest2010">
            <summary>
            Represents a change request for a build information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationChangeRequest2010.BuildUri">
            <summary>
            Gets or sets the URI of the target build.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.InformationDeleteRequest">
            <summary>
            Represents a request to delete a build information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationDeleteRequest.NodeId">
            <summary>
            Gets or sets the node ID.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.InformationDeleteRequest2010">
            <summary>
            Represents a request to delete a build information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationDeleteRequest2010.NodeId">
            <summary>
            Gets or sets the node ID.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.InformationEditRequest">
            <summary>
            Represents a request to update an existing build information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationEditRequest.Fields">
            <summary>
            The fields to associate with the node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationEditRequest.NodeId">
            <summary>
            Gets or sets the node ID.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationEditRequest.Options">
            <summary>
            Gets or sets the behavior to use when updating the fields.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.InformationEditRequest2010">
            <summary>
            Represents a request to update an existing build information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationEditRequest2010.Fields">
            <summary>
            The fields to associate with the node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationEditRequest2010.NodeId">
            <summary>
            Gets or sets the node ID.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationEditRequest2010.Options">
            <summary>
            Gets or sets the behavior to use when updating the fields.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.InformationField2010">
            <summary>
            Represents a key-value pair of strings associated with an information node.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationField2010.Name">
            <summary>
            Gets or sets the name of the field.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.InformationField2010.Value">
            <summary>
            Gets or sets the value of the field.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.NameValueField">
            <summary>
            Represents a key-value pair of strings.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.NameValueField.Name">
            <summary>
            Gets or sets the name of the field.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.NameValueField.Value">
            <summary>
            Gets or sets the value of the field.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.QueuedBuild">
            <summary>
            Represents an entry in the build queue.
            </summary>
            <summary>
            Represents a queued build in the TFS Build server.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.BatchId">
            <summary>
            Gets the batch ID for this build. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.BuildControllerUri">
            <summary>
            Gets the URI of the build controller. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.BuildDefinitionUri">
            <summary>
            Gets the URI of the build definition. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.CustomGetVersion">
            <summary>
            Gets the version of sources to download for the build if GetOption.Custom is specified. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.DropLocation">
            <summary>
            Gets the drop location to use for the build. A null value indicates the default drop location of the build
            definition. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.GetOption">
            <summary>
            Gets the desired option for determing the version of sources to download for the build. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.Id">
            <summary>
            Gets the ID. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.Priority">
            <summary>
            Gets the priority in the queue. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.ProcessParameters">
            <summary>
            Gets the process parameters to use for the build. Parameters which are not explicitly overridden
            by the build will inherit values from the build definition. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.QueuePosition">
            <summary>
            Gets the current queue depth. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.QueueTime">
            <summary>
            Gets the date and time this entry was created. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.Reason">
            <summary>
            Gets the reason this build was queued. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.RequestedBy">
            <summary>
            Gets the domain user name of the user that requested the build. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.RequestedByDisplayName">
            <summary>
            Gets the display name of the user that requested the build. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.RequestedFor">
            <summary>
            Gets the domain user name of the user this build was requested for. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.RequestedForDisplayName">
            <summary>
            Gets the display name of the user this build was requested for. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.ShelvesetName">
            <summary>
            Gets the name of the shelveset to incorporate in this build. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.Status">
            <summary>
            Gets the current status. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.TeamProject">
            <summary>
            Gets the team project. This field is read-only.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuild.#ctor(Microsoft.TeamFoundation.Build.Client.QueuedBuild2008)">
            <summary>
            This constructor is for V2 compatibility and should not be
            used otherwise.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuild.#ctor(Microsoft.TeamFoundation.Build.Client.BuildDetail)">
            <summary>
            This constructor creates a "fake" request that will hang off the build.
            This constructor is for V3 compatibility and should not be
            used otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.BuildController">
            <summary>
            The build controller on which the queued build will be built.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuild.BuildDefinition">
            <summary>
            The build definition from which this queued build was generated.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuild.Cancel">
            <summary>
            Removes the build from the queue.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuild.Postpone">
            <summary>
            Postpones the queued build.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuild.Refresh(Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Retrieves the latest property values from the server. Throws an InvalidQueueIdException if the queued build
            is no longer in the queue.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuild.Resume">
            <summary>
            Resumes the queued build.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuild.Save">
            <summary>
            Sends any changes made to the queued build to the server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuild.WaitForBuildStart">
            <summary>
            Blocks until the build begins, using the default polling interval of five seconds
            and an infinite timeout. When this method exits, the Build property will be non-null.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuild.WaitForBuildStart(System.Int32,System.Int32)">
            <summary>
            Blocks until the build begins, using the specified polling interval and timeout.
            </summary>
            <param name="pollingInterval">The polling interval, in milliseconds.</param>
            <param name="timeout">The timeout, in milliseconds.</param>
            <returns>True if the build was started within the timeout; false otherwise.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuild.Wait">
            <summary>
            Block until this request is complete.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuild.Connect(System.Int32,System.Int32,System.ComponentModel.ISynchronizeInvoke)">
            <summary>
            Starts polling, using the specified interval and ISynchronizeInvoke object.
            </summary>
            <param name="pollingInterval">The polling interval, in milliseconds.</param>
            <param name="timeout">The timeout, in milliseconds.</param>
            <param name="synchronizingObject">The object used to synchronize polling events. If null, events will be fired on a thread pool thread.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuild.Connect">
            <summary>
            Starts polling, using the default interval of five seconds and no synchronization object. Events will be fired on a thread pool thread.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuild.Disconnect">
            <summary>
            Stop polling.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuild.StartNow">
            <summary>
            Starts the queued build if its definition is currently paused.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuild.PollingRefresh(Microsoft.TeamFoundation.Build.Client.QueuedBuild.Polling)">
            <summary>
            IPollee callback - query the server, fire off events, and this build's various properties.
            </summary>
        </member>
        <member name="E:Microsoft.TeamFoundation.Build.Client.QueuedBuild.StatusChanged">
            <summary>
            Raised when any change in the build details is discovered on the server. Note: to receive these
            events you must call the Connect method, which causes the server to be polled on a regular basis
            until the build is finished. This event is fired just after the build details are updated in
            this object.
            </summary>
        </member>
        <member name="E:Microsoft.TeamFoundation.Build.Client.QueuedBuild.PollingCompleted">
            <summary>
            Raised when polling completes. Note: to receive this event you must call the Connect method.
            This event is fired when polling completes, either because the build finished or because an
            unrecoverable error was encountered (e.g. the build was deleted).
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuild.GetUpdateOptions">
            <summary>
            Get the current update options for the QueuedBuild for use in bulk updates. NOTE: This is not a
            threadsafe operation, unlike the instance Save method.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuild.SetUpdateOptions(Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdateOptions)">
            <summary>
            Sets the last update options for the QueuedBuild after a successful bulk update. NOTE: This is not
            a threadsafe operation, unlike the instance Save method.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuild.Copy(Microsoft.TeamFoundation.Build.Client.IQueuedBuild,Microsoft.TeamFoundation.Build.Client.QueryOptions)">
            <summary>
            Internal copy method that may be used to determine if any of the fields in the queued build actually
            changed.
            </summary>
            <param name="build"></param>
            <param name="queryOptions"></param>
            <returns></returns>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdateOptions">
            <summary>
            Provides properties which may be updated on an existing queued build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdateOptions.BatchId">
            <summary>
            Gets or sets the batch ID.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdateOptions.Fields">
            <summary>
            Gets or sets the fields which should be updated. Only values included here will be extracted from this
            object during an update.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdateOptions.Postponed">
            <summary>
            Gets or sets the postponed state.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdateOptions.Priority">
            <summary>
            Gets or sets the priority.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdateOptions.QueueId">
            <summary>
            Gets or sets the ID of the target queued build.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdateOptions.Retry">
            <summary>
            Gets or sets the retry state.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildUpdateOptions.RetryOption">
            <summary>
            Gets or sets the retry option.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.RequestedForDisplayInformation">
            <summary>
            This class contains requestedFor user tfid and display name
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.RequestedForDisplayInformation.DisplayName">
            <summary>
            Display name for user requested for
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.RequestedForDisplayInformation.TeamFoundationId">
            <summary>
            TFID for user requested for
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.RetentionPolicy">
            <summary>
            Represents an automatic deletion policy for a build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.RetentionPolicy.BuildReason">
            <summary>
            Gets or sets the reasons to which this policy applies.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.RetentionPolicy.BuildStatus">
            <summary>
            Gets or sets the status to which this policy applies.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.RetentionPolicy.DeleteOptions">
            <summary>
            Gets or sets the data that should be deleted.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.RetentionPolicy.NumberToKeep">
            <summary>
            Gets or sets the number of builds to retain.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.RetentionPolicy.#ctor(Microsoft.TeamFoundation.Build.Client.IBuildDefinition,Microsoft.TeamFoundation.Build.Client.BuildReason,Microsoft.TeamFoundation.Build.Client.BuildStatus,System.Int32,Microsoft.TeamFoundation.Build.Client.DeleteOptions)">
            <summary>
            Creates a new retention policy for the given BuildStatus, BuildReason combination owned by the given BuildDefinition.
            </summary>
            <param name="definition">The build definition that owns this retention policy.</param>
            <param name="reason">The reason of the retention policy.</param>
            <param name="status">The status of the retention policy.</param>
            <param name="numberToKeep">The number to keep of the retention policy.</param>
            <param name="deleteOptions">The parts of the build to delete for the retention policy.</param>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.Schedule">
            <summary>
            Represents a build definition schedule.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.Schedule.UtcDaysToBuild">
            <summary>
            Gets or sets the days, in UTC, that the schedule should run.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.Schedule.UtcStartTime">
            <summary>
            Gets or sets the offset past midnight, in seconds, that the schedule should run.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.Schedule.#ctor(Microsoft.TeamFoundation.Build.Client.IBuildDefinition)">
            <summary>
            Creates a new schedule owned by the given BuildDefinition.
            </summary>
            <param name="definition">The build definition that owns this schedule.</param>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.Schedule.BuildDefinition">
            <summary>
            A reference to the Build Definition that owns this schedule
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.Schedule.GetLocalDaysToBuildFromSchedule(System.DateTime)">
            <summary>
            The schedule days might need to shift to adjust for the local timezone.
            We simply determine if the day changes when converting the schedule time
            from UTC to Local.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.Schedule.GetLocalScheduleTime(System.DateTime)">
            <summary>
            Converts the referenceDateTime to a safe UTC date, adds m_utcStartTime, and
            returns it as a local time.
            The returning date will be in the same TimeZone as the reference date, but may
            not be the same day.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.Schedule.GetUtcScheduleTime(System.DateTime)">
            <summary>
            Converts the referenceDateTime to a safe UTC date and adds m_utcStartTime.
            The returning date will be in the UTC TimeZone.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.Schedule.GetDate(System.DateTime)">
            <summary>
            Call this method to get a datetime object that has the time set to the local time
            that represents the universal start time for the scheduled build.
            The returning date will be in the same TimeZone as the reference date, but may
            not be the same day.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.Schedule.ShiftScheduleDays(Microsoft.TeamFoundation.Build.Client.ScheduleDays,System.Int32)">
            <summary>
            This method takes an offset and shifts the list of schedule days by that offset.
            Example: Monday;Wednesday;Friday offset=1
             becomes Tuesday;Thursday;Saturday
            Negative offsets shift the days the other direction
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.WorkspaceTemplate">
            <summary>
            Represents a workspace template for a build definition.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.WorkspaceTemplate.DefinitionUri">
            <summary>
            Gets the URI of the definition to which this template belongs.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.WorkspaceTemplate.InternalMappings">
            <summary>
            Gets the mappings for the template.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.WorkspaceTemplate.LastModifiedBy">
            <summary>
            Gets the domain user name of the user that last modified the template. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.WorkspaceTemplate.LastModifiedDate">
            <summary>
            Gets the date and time the template was last modified. This field is read-only.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.WorkspaceTemplate.Mappings">
            <summary>
            The workspace mappings for the workspace.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.WorkspaceTemplate.AddMapping">
            <summary>
            Adds a workspace mapping to the workspace.
            </summary>
            <returns>The new workspace mapping.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.WorkspaceTemplate.AddMapping(System.String,System.String,Microsoft.TeamFoundation.Build.Client.WorkspaceMappingType)">
            <summary>
            Adds a workspace mapping with the provided server item, local item, and mapping type with
            a depth of 120. If WorkspaceMappingType.Cloak is specified then the localItem is forced to null.
            </summary>
            <param name="serverItem">The server item for the mapping.</param>
            <param name="localItem">The local item path for the mapping.</param>
            <param name="type">The mapping type to create.</param>
            <returns>A new workspace mapping.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.WorkspaceTemplate.AddMapping(System.String,System.String,Microsoft.TeamFoundation.Build.Client.WorkspaceMappingType,Microsoft.TeamFoundation.Build.Client.WorkspaceMappingDepth)">
            <summary>
            Adds a workspace mapping with the provided server item, local item, mapping type, and depth.
            If WorkspaceMappingType.Cloak is specified then the localItem parameter is forced to null.
            </summary>
            <param name="serverItem">The server item for the mapping</param>
            <param name="localItem">The local item path for the mapping</param>
            <param name="type">The mapping type to create</param>
            <param name="depth">The depth of the mapping</param>
            <returns>A new workspace mapping</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.WorkspaceTemplate.Cloak(System.String)">
            <summary>
            Adds a cloak entry to the workspace for the specified server item.
            </summary>
            <param name="serverItem">The server item which should be cloaked.</param>
            <returns>A new workspace mapping.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.WorkspaceTemplate.Map(System.String,System.String)">
            <summary>
            Adds a workspace mapping with the provided server item and local item with
            WorkspaceMappingType.Map.
            </summary>
            <param name="serverItem">The server item to map.</param>
            <param name="localItem">The local item to map.</param>
            <returns>A new workspace mapping.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.WorkspaceTemplate.RemoveMapping(Microsoft.TeamFoundation.Build.Client.IWorkspaceMapping)">
            <summary>
            Removes the workspace mapping from the workspace template.
            </summary>
            <param name="mapping">The mapping to be removed.</param>
            <returns>True if the mapping was removed, false otherwise.</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.WorkspaceTemplate.RemoveMapping(System.String)">
            <summary>
            Removes the workspace mapping for the given server item from the workspace template.
            </summary>
            <param name="serverItem">The server item of the mapping to be removed.</param>
            <returns>True if the mapping was removed, false otherwise.</returns>
        </member>
        <member name="T:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView">
            <summary>
            Represents the build queue in the TFS Build server.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView.#ctor(Microsoft.TeamFoundation.Build.Client.BuildServer)">
            <summary>
            Creates a build queue owned by the given server.
            </summary>
            <param name="server">The server that owns this build queue.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView.#ctor(Microsoft.TeamFoundation.Build.Client.BuildServer,System.String)">
            <summary>
            Creates a build queue owned by the given server and with the given team project filter.
            </summary>
            <param name="server">The server that owns this build queue.</param>
            <param name="teamProject">The team project filter.</param>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView.CompletedWindow">
            <summary>
            The time span for which completed builds remain in the queue during polling. Calling Refresh always clears
            the completed builds.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView.ControllerFilter">
            <summary>
            The build controller whose queued builds are included in the QueuedBuilds property.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView.DefinitionFilter">
            <summary>
            The build definition(s) whose queued builds are included in the QueuedBuilds property.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView.QueryOptions">
            <summary>
            The query options to use when querying the server. The default value will be (Agents | Definitions).
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView.RequestedForFilter">
            <summary>
            The requestor for which queued builds are included in the QueuedBuilds property. If null,
            queued builds for all requestors are included.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView.StatusFilter">
            <summary>
            The queue status(es) for which queued builds are included in the QueuedBuilds property. If null,
            queued builds for all statuses are included.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView.TeamProjectFilter">
            <summary>
            The team project whose queued builds are included in the QueuedBuilds property.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView.QueuedBuilds">
            <summary>
            The queued builds in the team project which match the specified AgentFilter, DefinitionFilter, and
            StatusFilter. Both the array and the individual IQueuedBuild items are updated in place during
            polling and during manual refreshes.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView.Connect">
            <summary>
            Starts polling, using the default interval of thirty seconds and no synchronization object. Events will be fired on a thread pool thread.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView.Connect(System.Int32,System.ComponentModel.ISynchronizeInvoke)">
            <summary>
            Starts polling, using the specified interval and ISynchronizeInvoke object.
            </summary>
            <param name="pollingInterval">The polling interval, in milliseconds.</param>
            <param name="synchronizingObject">The object used to synchronize polling events. If null, events will be fired on a thread pool thread.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView.Disconnect">
            <summary>
            Stops polling on the build queue.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView.Refresh(System.Boolean)">
            <summary>
            Manually refreshes the build queue. This will remove any Completed builds from the queue.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView.RefreshInternal(Microsoft.TeamFoundation.Build.Client.PollingAlgorithm)">
            <summary>
            Refreshes the build queue during polling. Completed builds will stay in the queue for the completed
            window. This method is executed on a background thread. The polling class is passed into this method
            because our reference can get set to null on another thread.
            </summary>
        </member>
        <member name="E:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView.StatusChanging">
            <summary>
            Raised when any change in the contents of the build queue is discovered on the server. Note: to receive
            these events you must call the Connect method, which causes the server to be polled on a regular basis
            until the Disconnect method is called. This event is fired just before the contents of the queue (and
            the queued builds themselves) are updated.
            </summary>
        </member>
        <member name="E:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView.StatusChanged">
            <summary>
            Raised when any change in the contents of the build queue is discovered on the server. Note: to receive
            these events you must call the Connect method, which causes the server to be polled on a regular basis
            until the Disconnect method is called. This event is fired just after the contents of the queue (and
            the queued builds themselves) are updated.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.QueuedBuildsView.UpdateQueue(System.Collections.Generic.IEnumerable{Microsoft.TeamFoundation.Build.Client.IQueuedBuild})">
            <summary>
            Update the queue contents with the latest query results.
            </summary>
            <param name="queuedBuilds">The latest query results.</param>
            <returns>True if the queue list has changed sinced last refresh, false otherwise</returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.OMStrings.#cctor">
            Creates the resource manager instance.
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.OMStrings.Get(System.String)">
            Returns a localized string given a resource string name.
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.OMStrings.GetInt(System.String)">
            Returns a localized integer given a resource string name.
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.OMStrings.GetBool(System.String)">
            Returns a localized string given a resource string name.
        </member>
        <member name="M:Microsoft.TeamFoundation.Build.Client.OMStrings.Format(System.String,System.Object[])">
            A little helper function to alleviate some typing associated with loading resources and
            formatting the strings. In DEBUG builds, it also asserts that the number of format
            arguments and the length of args match.
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildAgentFailureException">
            <summary>
            An error was encountered while Team Foundation server was retrieving the build agent {1} for team project {0}: {2}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildAgentNotFoundException">
            <summary>
            No build agent was found with name {0}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildAgentNotFoundForUriException">
            <summary>
            TF214009: No build agent was found with the URI {0}. Either the URI does not exist, or {1} does not have permission to access it.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildAgentNotReadyToSave">
            <summary>
            TF214022: Build agent {0} is not ready to save - its ServiceHost and Controller must both be saved first.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildAgentNotRecognizedException">
            <summary>
            TF214002: The build agent {0} was not recognized. Specify a different build agent and try again.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildAgentNotUniqueException">
            <summary>
            TF214000: The build agent name {0} is incomplete. Specify a full path for the build agent computer.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildAgentSpecNotUniqueException">
            <summary>
            More than one build agent named {0} was found. Specify a build agent without a wildcard character and try again.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildControllerNotFoundException">
            <summary>
            No build controller was found with name {0}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildControllerNotFoundForUriException">
            <summary>
            TF214023: No build controller was found with the URI {0}. Either the URI does not exist, or {1} does not have permission to access it.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildControllerNotReadyToSave">
            <summary>
            TF214024: Build controller {0} is not ready to save - its ServiceHost must be saved first.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildControllerSpecNotUniqueException">
            <summary>
            More than one build controller named {0} was found. Specify a build controller without a wildcard character and try again.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildDefinitionFailureException">
            <summary>
            TF214001: An error was encountered while Team Foundation server was retrieving the build definition {1} for team project {0}: {2}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildDefinitionNotFoundException">
            <summary>
            TF214006: No build definition was found for team project {0} with name {1}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildDefinitionNotFoundForUriException">
            <summary>
            TF214008: No build definition was found with the URI {0}. Either the URI does not exist, or {1} does not have permission to access it.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildDefinitionSpecNotUniqueException">
            <summary>
            TF214011: More than one build definition named {1} was found for team project {0}. Specify a build definition without a wildcard character and try again.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildFailedException">
            <summary>
            TF214003: The build {0} failed. See the log file in the build report for more detailed information.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildFailureException">
            <summary>
            An error was encountered while Team Foundation server was retrieving the build {1} for team project {0}: {2}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildNotFinishedException">
            <summary>
            TF214004: The build {0} has not finished. Investigate the build agent status to determine cause.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildNotFoundException">
            <summary>
            TF214005: No build was found with build number {0} for build definition {1}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildNotFoundForUriException">
            <summary>
            TF214007: No build was found with the URI {0}. Either the URI does not exist, or {1} does not have permission to access it.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildServerInterfaceNotSupported">
            <summary>
            TF214015: The build client object model does not support Team Foundation Server 2005 or Team Foundation Server 2008.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildServiceHostNotFoundException">
            <summary>
            No build service host was found with name {0}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildServiceHostNotFoundForUriException">
            <summary>
            TF214025: No build service host was found with the URI {0}. Either the URI does not exist, or {1} does not have permission to access it.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildServiceHostSpecNotUniqueException">
            <summary>
            More than one build service host named {0} was found. Specify a build service host without a wildcard character and try again.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildSpecNotUniqueException">
            <summary>
            TF214010: More than one build was found with build number {0} and build definition {1}. Only one build was expected. Specify a build without using a wildcard character and try again.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildStoppedException">
            <summary>
            TF214012: The build {0} was stopped by {1}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.ConfigurationFolderPathNotFoundException">
            <summary>
            TF214021: The configuration folder path {0} must exist in source control.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.CopyDirectoryException">
            <summary>
            TF270002: An error occurred copying files from &apos;{0}&apos; to &apos;{1}&apos;. Details: {2}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.CheckInDirectoryException">
            <summary>
            TF270002: An error occurred checking in the files from &apos;{0}&apos; to &apos;{1}&apos;. Details: {2}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.CustomAssemblyPathNotFoundException">
            <summary>
            TF214026: The custom assembly path {0} must exist in source control.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.CustomAssemblyPathNotFoundExceptionWithDetails">
            <summary>
            TF214027: The custom assembly path {0} must exist in source control. Details: {1}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.CustomBuildServiceException">
            <summary>
            TF214028: The type &apos;{0}&apos; in assembly &apos;{1}&apos; could not be instantiated. Classes marked with the BuildExtensionAttribute must have parameterless constructors.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.DeleteBuildFailedException">
            <summary>
            TF214013: Unable to delete build {0}. Message: {1}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.DeleteOptionsNotSupported">
            <summary>
            TF214029: The Team Foundation Server you are connected to does not support deleting specific parts of a build (DeleteOptions: &apos;{0}&apos;).
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.FlagsEnumSeparator">
            <summary>
            ,
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.IBuildDetailPropertyNotSupported">
            <summary>
            TF900550: The Team Foundation Server does not support the property {0} for IBuildDetail.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.MethodNotSupported">
            <summary>
            TF900551: The Team Foundation Server does not support the method {1} for {0}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.InvalidFinalStatusException">
            <summary>
            TF214030: The build &apos;{0}&apos; does not have a completed status. The current status is {1}. Completed statuses include {2}, {3}, {4}, and {5}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.InvalidQueueIdException">
            <summary>
            The build request with ID {0} could not be found. It does not exist or you do not have permissions to view it.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.MultiplePlaceHolder">
            <summary>
            &lt;Multiple&gt;
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.PlatformFlavorNameFormat">
            <summary>
            {0}\{1}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.PollingError">
            <summary>
            TF214016: An unexpected error occurred while polling: {0}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.ProjectFileCreationException">
            <summary>
            TF214017: Unable to create the MSBuild project file {0}. Additional information: {1}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.ProjectFileTemplateNotFoundException">
            <summary>
            TF42016: The TfsBuild.proj template file {0} is missing. Reinstalling the application may fix this problem.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.ResponseFileCreationException">
            <summary>
            TF214018: Unable to create the MSBuild response file {0}. Additional information: {1}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.RetentionPolicyNotSupported">
            <summary>
            TF214031: The Team Foundation Server does not support retention policies with Reasons other than All (Reason: &apos;{0}&apos;).
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.ScheduleLimitExceeded">
            <summary>
            TF214020: There is already a weekly schedule associated with the build definition {0}. You cannot specify more than one weekly schedule for a build definition.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.StopBuildFailedException">
            <summary>
            TF214019: Unable to stop build {0}. Message: {1}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.ExtensionNotFound">
            <summary>
            Extension type {0} not found in the assembly {1}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.NotCorrectSubclass">
            <summary>
            The type {0} is not a subclass of Activity or WorkflowRuntimeService.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.CannotCreateWorkspace">
            <summary>
            Cannot create temporary workspace for custom activities.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.CannotDeleteWorkspace">
            <summary>
            Cannot delete temporary workspace for custom activities.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.CustomXmlDownloadProblem">
            <summary>
            Problem with downloading CustomActivitiesAndServices.xml file ({0}).
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.XMLFileStructure">
            <summary>
            Problem with CustomActivitiesAndServices.xml file structure: {0}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.NoRootElement">
            <summary>
            no root element
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.NoAssemblyFileName">
            <summary>
            no assembly file name
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.NoActivityFullName">
            <summary>
            no activity full name
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.NoExtensionFullName">
            <summary>
            no extension full name
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.AssemblyHasBeenProcessedAlready">
            <summary>
            Assembly has been processed already
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.WrongHostOptions">
            <summary>
            Wrong Host Environment Options
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.Summary">
            <summary>
            There were {0} failures, {1} errors and {2} warnings loading custom activities and services.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.MSBuildLogFileLink">
            <summary>
            MSBuild Log File
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.FirewallException">
            <summary>
            Microsoft Visual Studio Team Foundation Build Services 2013
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.FailedToUpdateBuildServiceHostUri">
            <summary>
            Failed to update Build Service Host Uri with {0} ({1}).
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildServiceHostConfigurationSaved">
            <summary>
            Build Service Host configuration saved to registry.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildServiceHostConfigurationDeleted">
            <summary>
            Build Service Host configuration deleted from registry.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.ErrorSavingBuildServiceHostConfiguration">
            <summary>
            Error to save Build Service Host configuration to registry ({0}).
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.ErrorDeletingBuildServiceHostConfiguration">
            <summary>
            Error to delete Build Service Host configuration from registry ({0}).
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.ReservedUrlPrefix">
            <summary>
            Reserved URL prefix {0} for account {1}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.ErrorReservingUrlPrefix">
            <summary>
            Error reserving URL prefix ({0}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.GrantedRegistryRights">
            <summary>
            Granted {0} read permissions to registry key.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.ErrorGrantingRegistryRights">
            <summary>
            Error to grant {0} permissions to registry key ({1}).
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.ErrorAddingServiceUserToGroup">
            <summary>
            Unable to add build service account &apos;{0}&apos; to Team Foundation Build Services group ({1}).
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.AddedIdentity">
            <summary>
            Added user account {0} to the group {1}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.FailedGrantingRightsLogonAsService">
            <summary>
            Failed to grant rights &apos;Logon as Service&apos; to {0} ({1}).
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.GrantedRightsLogonAsService">
            <summary>
            Granted user {0} rights to &apos;Logon as Service&apos;.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.SuccessfullyAddedPortExceptionFor">
            <summary>
            Added port exception for {0}={1}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.FailedAddingPortExceptionFor">
            <summary>
            Failed to add port exception for {0}={1} - {2}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.SuccessfullyDeletedPortExceptionFor">
            <summary>
            Removed port exception for {0}={1}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.FailedDeletingPortExceptionFor">
            <summary>
            Failed to remove exception for {0}={1} - {2}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildServiceHostCreationFailed">
            <summary>
            Failed to create BuildServiceHost {0} ({1})
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildServiceHostHasBeenDeleted">
            <summary>
            BuildServiceHost {0} deleted
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildServiceHostDeletionFailed">
            <summary>
            Failed to delete BuildServiceHost {0} ({1})
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.ServiceHostRegisteredSuccessfully">
            <summary>
            Successfully registered build service host {0} with Team Foundation Server {1}.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.ServiceHostUnregisteredSuccessfully">
            <summary>
            Successfully unregistered build service host {0}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.BuildServiceHostIsNotRegistered">
            <summary>
            BuildServiceHost is not registered
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.IdentityNotFound">
            <summary>
            User account {0} not found
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.CannotFreeUrlPrefix">
            <summary>
            Cannot free url prefix {0} ({1})
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.UrlPrefixFreed">
            <summary>
            Url prefix has been freed {0}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.TFSUnavailable">
            <summary>
            Team Foundation server is unavailable {0}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.FirewallExceptionAdding_ErrorServiceNotRunning">
            <summary>
            Failed to create a firewall exception for port {0} because the required service is not running.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.FirewallExceptionDeleting_ErrorServiceNotRunning">
            <summary>
            Failed to delete a firewall exception for port {0} because the required service is not running.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.GroupNotFound">
            <summary>
            Group {0} not found.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.InnerException">
            <summary>
            {0} ({1})
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.CommunicationFailed">
            <summary>
            Communication channel {0} failed.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.CannotAddToGroup">
            <summary>
            User {0} needs to have rights to add members to Build Services group.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.DoesNotHavePermissions">
            <summary>
            User {0} needs to have &apos;ManageBuildResources&apos; permissions.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.CouldNotFindGroup">
            <summary>
            Build Services group does not exists.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.InvalidOperationMustCallConnect">
            <summary>
            The operation is not valid unless a connection has been initialized using the Connect method.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.InvalidArgument">
            <summary>
            Value &apos;{0}&apos; is invalid.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.FailedToDownloadFile">
             <summary>
             0 - is the file path, 1 - is http response code, 2 - is response phrase, 3 - is response message
             
             Failed to download file {0}. Details {1}:{2} - {3}
             </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.GitBranchNotFound">
            <summary>
            Git branch for path {0} was not found.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.Build.Client.OMStrings.GitRepositoryNotFound">
            <summary>
            Git repository for path {0} was not found.
            </summary>
        </member>
    </members>
</doc>