ProjectIdentity.

ProjectIdentity(ServerIdentity, string) Constructor

Assembly
Cake.GitLab.dll
Namespace
Cake.GitLab
Containing Type
ProjectIdentity

Syntax

public ProjectIdentity(ServerIdentity server, string projectPath)

Parameters

Name Type Description
server ServerIdentity The identity of the GitLab server that hosts the project.
projectPath string The path of the project (including both the user or group name and the project name)

Return Value

Type Description
void