Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "bots/keyframebot"

Index

Variables

DeployKeyframePath

DeployKeyframePath: "/deploykeyframe" = "/deploykeyframe"

Endpoint for deployment service.

DeployKeyframePort

DeployKeyframePort: 7789 = 7789

Port for deployment service.

GithubPort

GithubPort: 7788 = 7788

Port on which the Github ServiceListener will listen.

KeyframeFilename

KeyframeFilename: "keyframe.yml" = "keyframe.yml"

Standard name of a keyframe.

tempCleanup

tempCleanup: function = Promise.promisify(cleanup)

Type declaration

    • (): Bluebird<T>
    • Returns Bluebird<T>

tempMkdir

tempMkdir: function = Promise.promisify(track().mkdir)

Type declaration

    • (arg1: A1): Bluebird<T>
    • Parameters

      • arg1: A1

      Returns Bluebird<T>

Functions

createBot

Generated using TypeDoc