Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Schedule

Hierarchy

  • NestSchedule
    • Schedule

Index

Constructors

constructor

Properties

cron

cronJobs

cronJobs: any[]

Private dataAccessService

dataAccessService: DataAccessService

Private githubService

githubService: GithubService

Private gitlabService

gitlabService: GitlabService

Private httpService

httpService: HttpService

id

id: string

remoteEnvs

remoteEnvs: string

remoteRepository

remoteRepository: string

Private rulesService

rulesService: RulesService

webhook

webhook: Webhook

Methods

cronJob

  • cronJob(): Promise<boolean>

setGitlabProjectId

  • setGitlabProjectId(): Promise<void>

tryLock

  • tryLock(method: string): Promise<any>
  • Parameters

    • method: string

    Returns Promise<any>

updateCron

  • updateCron(cron: string): void
  • Parameters

    • cron: string

    Returns void

Generated using TypeDoc