1.4 KiB
1.4 KiB
Home > cautious-journey > GitlabRemote
GitlabRemote class
Gitlab API implementation of the Remote
contract.
Signature:
export declare class GitlabRemote implements Remote
Implements: Remote
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(options) | Constructs a new instance of the GitlabRemote class |
Methods
Method | Modifiers | Description |
---|---|---|
createComment() | ||
createLabel() | ||
deleteLabel() | ||
getIssue() | ||
getLabel() | ||
listIssues() | ||
listLabels() | ||
updateIssue() | ||
updateLabel() |