Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "api-helper/machine/handlerRegistrations"

Index

Variables

Const GeneratorTag

GeneratorTag: "generator" = "generator"

Const InspectionTag

InspectionTag: "inspection" = "inspection"

Const TransformTag

TransformTag: "transform" = "transform"

Functions

addDryRunParameters

addJobParameters

addParametersDefinedInBuilder

codeInspectionRegistrationToCommand

codeTransformRegistrationToCommand

commandHandlerRegistrationToCommand

eventHandlerRegistrationToEvent

generatorRegistrationToCommand

gitBranchCompatible

  • gitBranchCompatible(name: string): string

isDirty

  • isDirty(p: Project): Promise<boolean>

isGitProject

  • isGitProject(p: Project): p is GitProject

isMappedParameterOrSecretDeclaration

  • isMappedParameterOrSecretDeclaration(x: any): x is MappedParameterOrSecretDeclaration

isParametersListing

isValueDeclaration

  • isValueDeclaration(x: any): x is ValueDeclaration

resolveCredentialsPromise

  • resolveCredentialsPromise(creds: Promise<ProjectOperationCredentials> | ProjectOperationCredentials): Promise<ProjectOperationCredentials>

tagWith

  • tagWith(e: Partial<CommandDetails>, tag: string): void

toCommandListenerInvocation

toEditModeOrFactory

toOnCommand

toParametersListing

toProjectEditor

toRepoTargetingParametersMaker

toScalarProjectEditor

Object literals

Const DryRunParameter

DryRunParameter: object

defaultValue

defaultValue: boolean = false

description

description: string = "Run Code Transform in dry run mode so that changes aren't committed to the repository"

name

name: string = "dry-run"

required

required: false = false

type

type: "boolean" = "boolean"

Const JobDescriptionParameter

JobDescriptionParameter: object

description

description: string = "Description of the job to create"

displayable

displayable: false = false

name

name: string = "job.description"

required

required: false = false

type

type: "string" = "string"

Const JobNameParameter

JobNameParameter: object

description

description: string = "Name of the job to create"

displayable

displayable: false = false

name

name: string = "job.name"

required

required: false = false

type

type: "string" = "string"

Const JobRequiredParameter

JobRequiredParameter: object

description

description: string = "Is job required"

name

name: string = "job.required"

required

required: false = false

type

type: "boolean" = "boolean"

Const MsgIdParameter

MsgIdParameter: object

description

description: string = "Id of the code transform message"

displayable

displayable: false = false

name

name: string = "msgId"

required

required: false = false

type

type: "string" = "string"

Generated using TypeDoc