Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RunFilter

Package version

Properties that are enabled for Odata querying on runs.

Hierarchy

  • RunFilter

Index

Properties

Optional agentPoolName

agentPoolName: undefined | string

The name of the agent pool that the run corresponds to.

Optional createTime

createTime: Date

The create time for a run.

Optional finishTime

finishTime: Date

The time the run finished.

Optional isArchiveEnabled

isArchiveEnabled: undefined | false | true

The value that indicates whether archiving is enabled or not.

Optional outputImageManifests

outputImageManifests: undefined | string

The list of comma-separated image manifests that were generated from the run. This is applicable if the run is of build type.

Optional runId

runId: undefined | string

The unique identifier for the run.

Optional runType

runType: RunType

The type of run.

Optional status

status: RunStatus

The current status of the run.

Optional taskName

taskName: undefined | string

The name of the task that the run corresponds to.

Generated using TypeDoc