Phase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a phase of a build definition.
[System.Runtime.Serialization.DataContract]
public class Phase : Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
type Phase = class
inherit BaseSecuredObject
Public Class Phase
Inherits BaseSecuredObject
- Inheritance
-
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObjectPhase
- Attributes
Constructors
Phase() |
Properties
Condition |
The condition that must be true for this phase to execute. |
Dependencies |
The list of dependencies for this phase. |
JobAuthorizationScope |
The job authorization scope for builds queued against this definition. |
JobCancelTimeoutInMinutes |
The cancellation timeout, in minutes, for builds queued against this definition. |
JobTimeoutInMinutes |
The job execution timeout, in minutes, for builds queued against this definition. |
Name |
The name of the phase. |
RefName |
The unique ref name of the phase. |
Steps |
The list of steps run by the phase. |
Target |
The target (agent, server, etc.) for this phase. |
Variables |
The list of variables defined on the phase. |