Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WebhookInterface

Hierarchy

  • WebhookInterface

Index

Constructors

constructor

Properties

Protected checkpointNest

checkpointNest: FolderNest

Protected e

Protected fields

fields: Array<any> = []

Protected nest

Protected sessionId

sessionId: string

Protected steps

steps: Array<any> = []

Methods

addField

addStep

  • addStep(name: string, callback: any): void

checkNest

getInterface

  • getInterface(): object
  • Returns the interface for transport.

    Returns object

    • fields: Array<any>
    • jobs: Array<any>
    • sessionId: string
    • steps: Array<any>

getJobs

  • getJobs(): Array<any>

getNest

getSessionId

  • getSessionId(): string

getSteps

  • getSteps(): Array<any>

setFields

setSteps

  • setSteps(steps: any): void

Generated using TypeDoc