1
0
Fork 0
cautious-journey/docs/api/cautious-journey.gitlabremo...

1.6 KiB

Home > cautious-journey > GitlabRemote

GitlabRemote class

Gitlab API implementation of the Remote contract.

Signature:

export declare class GitlabRemote extends BaseRemote<RemoteBundle, RemoteOptions> implements Remote 

Extends: BaseRemote<RemoteBundle, RemoteOptions>

Implements: Remote

Constructors

Constructor Modifiers Description
(constructor)(options) Constructs a new instance of the GitlabRemote class

Methods

Method Modifiers Description
connect()
createComment(options)
createLabel(options)
deleteLabel(options)
listIssues(options)
listLabels(options)
resolvePath(path)
updateIssue(options)
updateLabel(options)