tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Repository
IGitRemoteFeatures.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Components.Repository
2
{
6
public
interface
IGitRemoteFeatures
:
IGitRemoteAdditionalInformation
7
{
11
string
TestMergeRefSpecFormatter
{
get
; }
12
16
string
TestMergeLocalBranchNameFormatter
{
get
; }
17
}
18
}
Tgstation.Server.Host.Components.Repository.IGitRemoteAdditionalInformation
Additional information from git remotes.
Definition
IGitRemoteAdditionalInformation.cs:13
Tgstation.Server.Host.Components.Repository.IGitRemoteFeatures
Provides features for remote git services.
Definition
IGitRemoteFeatures.cs:7
Tgstation.Server.Host.Components.Repository.IGitRemoteFeatures.TestMergeLocalBranchNameFormatter
string TestMergeLocalBranchNameFormatter
Get.
Definition
IGitRemoteFeatures.cs:16
Tgstation.Server.Host.Components.Repository.IGitRemoteFeatures.TestMergeRefSpecFormatter
string TestMergeRefSpecFormatter
Gets a formatter string which creates the remote refspec for fetching the HEAD of passed in test merg...
Definition
IGitRemoteFeatures.cs:11
Tgstation.Server.Host.Components.Repository
Definition
DefaultGitRemoteFeatures.cs:8
Generated by
1.9.8