tgstation-server
6.16.0
The /tg/station 13 server suite
Toggle main menu visibility
Main Page
Features
API
Architecture
Packages
Package List
Package Members
All
[
a
b
c
d
e
f
h
i
j
m
o
p
r
s
t
w
Functions
Variables
Enumerations
a
b
c
d
e
f
h
i
j
m
o
p
r
s
t
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerations
Properties
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Events
Files
File List
File Members
All
Functions
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
Internal
IGitRemoteInformation.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Api.Models.Internal
2
{
6
public
interface
IGitRemoteInformation
7
{
11
public
RemoteGitProvider
?
RemoteGitProvider
{
get
; }
12
16
public
string
?
RemoteRepositoryOwner
{
get
; }
17
21
public
string
?
RemoteRepositoryName
{
get
; }
22
}
6
public
interface
IGitRemoteInformation
{
…
};
23
}
Tgstation.Server.Api.Models.Internal.IGitRemoteInformation
Provides information about remote providers.
Definition
IGitRemoteInformation.cs:7
Tgstation.Server.Api.Models.Internal.IGitRemoteInformation.RemoteRepositoryName
string? RemoteRepositoryName
If RemoteGitProvider is not RemoteGitProvider.Unknown this will be set with the name of the repositor...
Definition
IGitRemoteInformation.cs:21
Tgstation.Server.Api.Models.Internal.IGitRemoteInformation.RemoteRepositoryOwner
string? RemoteRepositoryOwner
If RemoteGitProvider is not RemoteGitProvider.Unknown this will be set with the owner of the reposito...
Definition
IGitRemoteInformation.cs:16
Tgstation.Server.Api.Models.Internal
Definition
ChatBotApiBase.cs:6
Tgstation.Server.Api.Models.RemoteGitProvider
RemoteGitProvider
Indicates the remote git host.
Definition
RemoteGitProvider.cs:7
Generated by
1.9.8