Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DevopsWaiter

Hierarchy

  • DevopsWaiter

Constructors

constructor

Properties

Private client

client: DevopsClient

Private Optional Readonly config

Methods

forBuildPipeline

forBuildPipelineStage

forBuildRun

forConnection

forDeployArtifact

forDeployEnvironment

forDeployPipeline

forDeployStage

forDeployment

forProject

  • Waits forProject till it reaches any of the provided states

    Parameters

    • request: GetProjectRequest

      the request to send

    • Rest ...targetStates: LifecycleState[]

      the desired states to wait for. The waiter will return once the resource reaches any of the provided states

    Returns Promise<GetProjectResponse | null>

    response returns GetProjectResponse | null (null in case of 404 response)

forRepository

forTrigger

forWorkRequest