ProjectIdentity.

ProjectIdentity(ServerIdentity, string, string) Constructor

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