Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

WindowsExecutorShape: { image: StringParameter }

A JSON representation of the Windows Executor Schema To be converted to YAML

Type declaration

WindowsResourceClass: Extract<AnyResourceClass, "medium" | "large" | "xlarge" | "2xlarge">

The available Windows Resource Classes.

see

https://circleci.com/docs/2.0/configuration-reference/#windows-executor for specifications of each class.

WindowsResourceClassGenerated: "windows.medium" | "windows.large" | "windows.xlarge" | "windows.2xlarge"

Completed resource class after generation, including the windows prefix.

Generated using TypeDoc