This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.GitLab.
Summary
Initializes a new
ServerIdentity from a server url
- Assembly
- Cake
.GitLab .dll - Namespace
- Cake
.GitLab - Containing Type
- ServerIdentity
Syntax
public static ServerIdentity FromUrl(string url)
Parameters
| Name | Type | Description |
|---|---|---|
| url | string | The url of the GitLab server. |
Return Value
| Type | Description |
|---|---|
| ServerIdentity |
