Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

AnyParameterLiteral: "string" | "boolean" | "integer" | EnumParameterLiteral | "executor" | "steps" | "env_var_name"

All potential parameter type literals that can be supplied to custom reusable components.

see

https://circleci.com/docs/2.0/reusing-config/#parameter-syntax

CommandParameterLiteral: Extract<AnyParameterLiteral, "string" | "boolean" | "integer" | EnumParameterLiteral | "steps" | "env_var_name">

Custom Parameter types available to Commands

EnumParameterLiteral: "enum"
ExecutorParameterLiteral: Extract<AnyParameterLiteral, "string" | "boolean" | "integer" | EnumParameterLiteral>

Custom Parameter types available to Executors

JobParameterLiteral: AnyParameterLiteral

Custom Parameter types available to Jobs

see

CustomParametersList

see

ParameterizedJob

ParameterizedComponentLiteral: "job" | "command" | "executor" | "pipeline"
PipelineParameterLiteral: Extract<AnyParameterLiteral, "string" | "boolean" | "integer" | EnumParameterLiteral>

Custom Parameter types available to the Pipeline at the Config level.

Generated using TypeDoc