Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents information about agent build.

Hierarchy

  • AgentBuildInfo

Indexable

[extra: string]: any

Any other build-specific properties accessible by indexer

Index

Properties

buildDate

buildDate: string

The build date of the agent project.

The value is in ISO 8601 format and parsable by new Date(<isoString>) or Date.parse(<isoString>).

buildMode

buildMode: string

The build mode of the agent project. Indicates whether the agent is built for a production, development, staging, or any other custom build environment.

By default, the value is acquired from environment variable setting COATY_ENV if specified; otherwise it defaults to "development".

Generated using TypeDoc