tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
Response
CompileJobResponse.cs
Go to the documentation of this file.
1
using
System;
2
3
using
Tgstation.Server.Api.Models.Internal
;
4
5
namespace
Tgstation.Server.Api.Models.Response
6
{
8
public
sealed
class
CompileJobResponse
:
CompileJob
9
{
13
public
JobResponse
?
Job
{
get
;
set
; }
14
18
public
RevisionInformation
?
RevisionInformation
{
get
;
set
; }
19
23
public
EngineVersion
?
EngineVersion
{
get
;
set
; }
24
28
public
Uri?
RepositoryOrigin
{
get
;
set
; }
29
}
30
}
Tgstation.Server.Api.Models.EngineVersion
Information about an engine installation.
Definition
EngineVersion.cs:14
Tgstation.Server.Api.Models.Internal.CompileJob
Represents a deployment run.
Definition
CompileJob.cs:11
Tgstation.Server.Api.Models.Internal.Job
Represents a long running job.
Definition
Job.cs:12
Tgstation.Server.Api.Models.Response.CompileJobResponse
Definition
CompileJobResponse.cs:9
Tgstation.Server.Api.Models.Response.CompileJobResponse.RepositoryOrigin
Uri? RepositoryOrigin
The origin Uri of the repository the compile job was built from.
Definition
CompileJobResponse.cs:28
Tgstation.Server.Api.Models.Response.JobResponse
Represents a long running job on the server. Model is read-only, updates attempt to cancel the job.
Definition
JobResponse.cs:7
Tgstation.Server.Api.Models.RevisionInformation
Definition
RevisionInformation.cs:7
Tgstation.Server.Api.Models.Internal
Definition
ChatBotApiBase.cs:6
Tgstation.Server.Api.Models.Response
Definition
AdministrationResponse.cs:6
Generated by
1.9.8