21 lines
601 B
Markdown
21 lines
601 B
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) > [(constructor)](./cautious-journey.gitlabremote._constructor_.md)
|
|
|
|
## GitlabRemote.(constructor)
|
|
|
|
Constructs a new instance of the `GitlabRemote` class
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
constructor(options: RemoteOptions);
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| options | [RemoteOptions](./cautious-journey.remoteoptions.md) | |
|
|
|