Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BuildDefinitionVariable

Represents a variable used by a build definition.

Hierarchy

  • BuildDefinitionVariable

Index

Properties

Optional allowOverride

allowOverride: boolean

Indicates whether the value can be set at queue time.

Optional isSecret

isSecret: boolean

Indicates whether the variable's value is a secret.

Optional value

value: string

The value of the variable.

Generated using TypeDoc