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 instance of
ProjectIdentity
- Assembly
- Cake
.GitLab .dll - Namespace
- Cake
.GitLab - Containing Type
- ProjectIdentity
Syntax
public ProjectIdentity(ServerIdentity server, string namespace, string project)
Parameters
Name | Type | Description |
---|---|---|
server | ServerIdentity | The identity of the GitLab server that hosts the project. |
namespace | string | The GitLab project's namespace (username or group and subgroup) |
project | string | The GitLab project's name |
Return Value
Type | Description |
---|---|
void |