This documentation is archived and is not being maintained.
ServicingStepDetailFilterOptions Enumeration
Visual Studio 2013
Describes the filters to apply when you call GetServicingDetails.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
| Member name | Description | |
|---|---|---|
| AllStepDetails | Return step details for all runs of the specified job. | |
| FirstStepDetails | Returns the step details for the first execution of the specified job. | |
| LastStepDetails | Returns the step details for the last execution of the specified job. | |
| SpecificQueueTime | Returns the step details for the specific queue time. |
Show: