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

45 lines
1.8 KiB
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [cautious-journey](./cautious-journey.md) &gt; [GitlabRemote](./cautious-journey.gitlabremote.md)
## GitlabRemote class
Gitlab API implementation of the `Remote` contract.
<b>Signature:</b>
```typescript
export declare class GitlabRemote implements Remote
```
<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 |
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [client](./cautious-journey.gitlabremote.client.md) | | RemoteBundle | |
| [options](./cautious-journey.gitlabremote.options.md) | | [RemoteOptions](./cautious-journey.remoteoptions.md) | |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
2020-08-22 15:24:50 +00:00
| [connect()](./cautious-journey.gitlabremote.connect.md) | | |
| [createComment()](./cautious-journey.gitlabremote.createcomment.md) | | |
| [createLabel()](./cautious-journey.gitlabremote.createlabel.md) | | |
| [deleteLabel()](./cautious-journey.gitlabremote.deletelabel.md) | | |
| [getIssue()](./cautious-journey.gitlabremote.getissue.md) | | |
| [getLabel()](./cautious-journey.gitlabremote.getlabel.md) | | |
| [listIssues(options)](./cautious-journey.gitlabremote.listissues.md) | | |
| [listLabels(options)](./cautious-journey.gitlabremote.listlabels.md) | | |
| [resolvePath(path)](./cautious-journey.gitlabremote.resolvepath.md) | | |
| [updateIssue()](./cautious-journey.gitlabremote.updateissue.md) | | |
| [updateLabel()](./cautious-journey.gitlabremote.updatelabel.md) | | |