Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IssueHandler_Impl

Issue handling: the relevant github access and the issue number; can be used to add a comment to that specific issue.

Hierarchy

  • IssueHandler_Impl

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • github_cache: GithubCache

      a wrapper around Github access objects

    • args: string

      strings of the form owner/repo/number, generated (as comment) into the markdown minutes by scribejs

    Returns IssueHandler_Impl

Properties

github_access

github_access: Github

issue

issue: number

owner

owner: string

repo

repo: string

Methods

add_comment

  • add_comment(comment: string): Promise<void>