Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "core/machine/configureSdm"

Index

Type aliases

SoftwareDeliveryMachineMaker

Type that can create a fully configured SDM

Functions

attemptToRequire

  • attemptToRequire<T>(module: string, failOnError: boolean): T | null

configureGoalSigning

configureJobLaunching

configureSdm

configureSdmToRunExactlyOneGoal

doWithSdmLocal

  • doWithSdmLocal<R>(callback: (sdmLocal: any) => any): Promise<R | undefined>
  • Perform the given operation with the sdm-local module if it's available. If it isn't, silently continue without error.

    Type parameters

    • R

    Parameters

    • callback: (sdmLocal: any) => any
        • (sdmLocal: any): any
        • Parameters

          • sdmLocal: any

          Returns any

    Returns Promise<R | undefined>

registerMetadata

Generated using TypeDoc