Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StepStatus

Package version

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

Hierarchy

  • StepStatus

Index

Properties

Optional branches

branches: BranchStatus[]

The array of branches. NOTE: This property will not be serialized. It can only be populated by the server.

Optional status

status: undefined | string

The value of the status of the step. NOTE: This property will not be serialized. It can only be populated by the server.

Optional stepId

stepId: undefined | string

The id of the step. NOTE: This property will not be serialized. It can only be populated by the server.

Optional stepName

stepName: undefined | string

The name of the step. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc