38 lines
1.6 KiB
Markdown
38 lines
1.6 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [GitlabRemote](./cautious-journey.gitlabremote.md)
|
|
|
|
## GitlabRemote class
|
|
|
|
Gitlab API implementation of the `Remote` contract.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export declare class GitlabRemote extends BaseRemote<RemoteBundle, RemoteOptions> implements Remote
|
|
```
|
|
<b>Extends:</b> BaseRemote<RemoteBundle, [RemoteOptions](./cautious-journey.remoteoptions.md)<!-- -->>
|
|
|
|
<b>Implements:</b> [Remote](./cautious-journey.remote.md)
|
|
|
|
## Constructors
|
|
|
|
| Constructor | Modifiers | Description |
|
|
| --- | --- | --- |
|
|
| [(constructor)(options)](./cautious-journey.gitlabremote._constructor_.md) | | Constructs a new instance of the <code>GitlabRemote</code> class |
|
|
|
|
## Methods
|
|
|
|
| Method | Modifiers | Description |
|
|
| --- | --- | --- |
|
|
| [connect()](./cautious-journey.gitlabremote.connect.md) | | |
|
|
| [createComment(options)](./cautious-journey.gitlabremote.createcomment.md) | | |
|
|
| [createLabel(options)](./cautious-journey.gitlabremote.createlabel.md) | | |
|
|
| [deleteLabel(options)](./cautious-journey.gitlabremote.deletelabel.md) | | |
|
|
| [listIssues(options)](./cautious-journey.gitlabremote.listissues.md) | | |
|
|
| [listLabels(options)](./cautious-journey.gitlabremote.listlabels.md) | | |
|
|
| [resolvePath(path)](./cautious-journey.gitlabremote.resolvepath.md) | | |
|
|
| [updateIssue(options)](./cautious-journey.gitlabremote.updateissue.md) | | |
|
|
| [updateLabel(options)](./cautious-journey.gitlabremote.updatelabel.md) | | |
|
|
|