ProjectIdentity.

TryGetFromGitRemoteUrl(string, ProjectIdentity) Method

Summary

Attempts to determine the GitLab server and project path based on a git repository's remote url
Assembly
Cake.GitLab.dll
Namespace
Cake.GitLab
Containing Type
ProjectIdentity

Syntax

public static bool TryGetFromGitRemoteUrl(string remoteUrl, out ProjectIdentity projectIdentity)

Parameters

Name Type Description
remoteUrl string
projectIdentity ProjectIdentity

Return Value

Type Description
bool