tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
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.