Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "api/mapping/support/deployPushTests"

Index

Variables

Const DeployEnablementQuery

DeployEnablementQuery: "query DeployEnablementForRepo($owner: [String], $repo: [String]) {SdmDeployEnablement(owner: $owner, repo: $repo) {idstateownerrepoproviderId}}" = `query DeployEnablementForRepo($owner: [String], $repo: [String]) {SdmDeployEnablement(owner: $owner, repo: $repo) {idstateownerrepoproviderId}}`

Const IsDeployEnabled

IsDeployEnabled: PushTest = pushTest("Is Deploy Enabled", isDeployEnabled)

Is repo enabled for deployment

param

Functions

isDeployEnabled

  • isDeployEnabled(parameters: { context: HandlerContext; id: RepoRef }): Promise<boolean>

Generated using TypeDoc