tgstation-server 6.16.0
The /tg/station 13 server suite
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
IGitRemoteInformation.cs
Go to the documentation of this file.
2{
6 public interface IGitRemoteInformation
7 {
12
16 public string? RemoteRepositoryOwner { get; }
17
21 public string? RemoteRepositoryName { get; }
22 }
23}
string? RemoteRepositoryName
If RemoteGitProvider is not RemoteGitProvider.Unknown this will be set with the name of the repositor...
string? RemoteRepositoryOwner
If RemoteGitProvider is not RemoteGitProvider.Unknown this will be set with the owner of the reposito...
RemoteGitProvider
Indicates the remote git host.