Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RunRequest

Package version

The request parameters for scheduling a run.

Hierarchy

  • RunRequest

Index

Properties

Optional agentPoolName

agentPoolName: undefined | string

The dedicated agent pool for the run.

Optional isArchiveEnabled

isArchiveEnabled: undefined | false | true

The value that indicates whether archiving is enabled for the run or not.

Optional logTemplate

logTemplate: undefined | string

The template that describes the repository and tag information for run log artifact.

type

type: "DockerBuildRequest" | "FileTaskRunRequest" | "TaskRunRequest" | "EncodedTaskRunRequest"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc