StepStatus Class

Definition

Model that represents the a list of branches and branch statuses.

public class StepStatus
type StepStatus = class
Public Class StepStatus
Inheritance
StepStatus

Constructors

StepStatus()

Initializes a new instance of the StepStatus class.

StepStatus(String, String, String, IList<BranchStatus>)

Initializes a new instance of the StepStatus class.

Properties

Branches

Gets the array of branches.

Id

Gets the id of the step.

Name

Gets the name of the step.

Status

Gets the value of the status of the step.

Applies to