tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Deployment
ILatestCompileJobProvider.cs
Go to the documentation of this file.
1
using
System.Threading.Tasks;
2
3
using
Tgstation.Server.Host.Models
;
4
5
namespace
Tgstation.Server.Host.Components.Deployment
6
{
10
public
interface
ILatestCompileJobProvider
11
{
16
ValueTask<CompileJob?>
LatestCompileJob
();
17
}
18
}
Tgstation.Server.Host.Components.Deployment.ILatestCompileJobProvider
Provides the most recently deployed CompileJob.
Definition
ILatestCompileJobProvider.cs:11
Tgstation.Server.Host.Components.Deployment.ILatestCompileJobProvider.LatestCompileJob
ValueTask< CompileJob?> LatestCompileJob()
Gets the latest CompileJob.
Tgstation.Server.Host.Components.Deployment
Definition
DeploymentLockManager.cs:13
Tgstation.Server.Host.Models
Definition
ChatBot.cs:9
Generated by
1.9.8