tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
RemoteGitProvider.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Api.Models
2
{
6
public
enum
RemoteGitProvider
// Note if adding more: There's an assumption that all but unknown can derive a slug
7
{
11
Unknown
,
12
16
GitHub
,
17
21
GitLab
,
22
}
23
}
Tgstation.Server.Api.Models
Definition
ChatChannel.cs:6
Tgstation.Server.Api.Models.OAuthProvider.GitHub
@ GitHub
https://github.com.
Tgstation.Server.Api.Models.JobCode.Unknown
@ Unknown
This catch-all code is applied to jobs that were created on a tgstation-server before v5....
Tgstation.Server.Api.Models.RemoteGitProvider
RemoteGitProvider
Indicates the remote git host.
Definition
RemoteGitProvider.cs:7
Tgstation.Server.Api.Models.RemoteGitProvider.GitLab
@ GitLab
Remote provider is GitLab.com.
Generated by
1.9.8