2020-08-12 01:39:53 +00:00
|
|
|
<!-- 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
|
2021-08-05 03:15:27 +00:00
|
|
|
export declare class GitlabRemote extends BaseRemote<GitlabType, RemoteOptions> implements Remote
|
2020-08-12 01:39:53 +00:00
|
|
|
```
|
2023-01-01 23:15:22 +00:00
|
|
|
<b>Extends:</b> BaseRemote<GitlabType, [RemoteOptions](./cautious-journey.remoteoptions.md)<!-- -->>
|
2020-08-23 17:13:52 +00:00
|
|
|
|
2020-08-12 01:39:53 +00:00
|
|
|
<b>Implements:</b> [Remote](./cautious-journey.remote.md)
|
|
|
|
|
2020-08-12 05:12:57 +00:00
|
|
|
## Constructors
|
|
|
|
|
|
|
|
| Constructor | Modifiers | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| [(constructor)(options)](./cautious-journey.gitlabremote._constructor_.md) | | Constructs a new instance of the <code>GitlabRemote</code> class |
|
|
|
|
|
2020-08-12 01:39:53 +00:00
|
|
|
## Methods
|
|
|
|
|
|
|
|
| Method | Modifiers | Description |
|
|
|
|
| --- | --- | --- |
|
2020-08-22 15:24:50 +00:00
|
|
|
| [connect()](./cautious-journey.gitlabremote.connect.md) | | |
|
2020-08-23 17:13:52 +00:00
|
|
|
| [createComment(options)](./cautious-journey.gitlabremote.createcomment.md) | | |
|
|
|
|
| [createLabel(options)](./cautious-journey.gitlabremote.createlabel.md) | | |
|
|
|
|
| [deleteLabel(options)](./cautious-journey.gitlabremote.deletelabel.md) | | |
|
2020-08-23 14:31:14 +00:00
|
|
|
| [listIssues(options)](./cautious-journey.gitlabremote.listissues.md) | | |
|
|
|
|
| [listLabels(options)](./cautious-journey.gitlabremote.listlabels.md) | | |
|
|
|
|
| [resolvePath(path)](./cautious-journey.gitlabremote.resolvepath.md) | | |
|
2020-08-23 17:13:52 +00:00
|
|
|
| [updateIssue(options)](./cautious-journey.gitlabremote.updateissue.md) | | |
|
|
|
|
| [updateLabel(options)](./cautious-journey.gitlabremote.updatelabel.md) | | |
|
2020-08-12 01:39:53 +00:00
|
|
|
|