Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PipelineDefaultConfigurationDetails

The default pipeline configuration.

Properties

Optional commandLineArguments

commandLineArguments: undefined | string

The command line arguments to set for steps in the pipeline.

Optional environmentVariables

environmentVariables: undefined | object

Environment variables to set for steps in the pipeline.

Optional maximumRuntimeInMinutes

maximumRuntimeInMinutes: undefined | number

A time bound for the execution of the entire Pipeline. Timer starts when the Pipeline Run is in progress. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const type

type: string = "DEFAULT"

Methods

getDeserializedJsonObj

getJsonObj