Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

BodylessCommand: string

Parameter definitions for the command.

CommandShape: Record<string, CommandParameters>
CommandShorthandShape: Record<string, string>
CommandSubtypeMap: { [ key in NativeCommandLiteral]: { generableType: GenerableType; parse: any } }
CommandType<T>: Extract<string | number, T>

Type Parameters

  • T

NativeCommandLiteral: "restore_cache" | "save_cache" | "attach_workspace" | "persist_to_workspace" | "add_ssh_keys" | "checkout" | "run" | "setup_remote_docker" | "store_artifacts" | "store_test_results"

The valid native commands found on an step object

ReusableCommandBodyShape: { description?: string; parameters?: CustomParametersListShape; steps: AnyCommandShape[] }

Type declaration

ReusableCommandDependencies: { parametersList?: CustomParametersList<CommandParameterLiteral>; steps: Command[] }

Type declaration

ReusableCommandShape: {}

Type declaration

Generated using TypeDoc