tgstation-server 6.19.2
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IGitRemoteFeatures.cs
Go to the documentation of this file.
1using System.Threading;
2using System.Threading.Tasks;
3
5{
10 {
15
20
27 public ValueTask<string?> TransformRepositoryPassword(string? rawPassword, CancellationToken cancellationToken);
28 }
29}
ValueTask< string?> TransformRepositoryPassword(string? rawPassword, CancellationToken cancellationToken)
Transform a service's rawPassword into a password usable by git.
string TestMergeRefSpecFormatter
Gets a formatter string which creates the remote refspec for fetching the HEAD of passed in test merg...