tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
RepositoryResponse.cs
Go to the documentation of this file.
1using System;
2
4
6{
11 {
15 [ResponseOptions]
16 public Uri? Origin { get; set; }
17
21 [ResponseOptions]
23
25 [ResponseOptions]
27
29 [ResponseOptions]
30 public string? RemoteRepositoryOwner { get; set; }
31
33 [ResponseOptions]
34 public string? RemoteRepositoryName { get; set; }
35
39 [ResponseOptions]
40 public JobResponse? ActiveJob { get; set; }
41 }
42}
Represents a long running job on the server. Model is read-only, updates attempt to cancel the job.
Definition JobResponse.cs:7
string? RemoteRepositoryName
If RemoteGitProvider is not RemoteGitProvider.Unknown this will be set with the name of the repositor...
JobResponse? ActiveJob
The JobResponse started by the request, if any.
Uri? Origin
The origin URL. If null, the git repository does not currently exist on the server.
string? RemoteRepositoryOwner
If RemoteGitProvider is not RemoteGitProvider.Unknown this will be set with the owner of the reposito...
RemoteGitProvider
Indicates the remote git host.