ServicingStepDetailFilterOptions Enumeration
Describes the filters to apply when you call GetServicingDetails.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Enumeration ServicingStepDetailFilterOptions
public enum ServicingStepDetailFilterOptions
public enum class ServicingStepDetailFilterOptions
type ServicingStepDetailFilterOptions
public enum ServicingStepDetailFilterOptions
Members
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. |