tgstation-server
4.3.2
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
Deployment
IDreamMaker.cs
Go to the documentation of this file.
1
using
System
;
2
using
System
.Threading;
3
using
System
.Threading.Tasks;
4
using
Tgstation
.
Server
.
Host
.
Database
;
5
using
Tgstation
.
Server
.
Host
.
Models
;
6
7
namespace
Tgstation
.
Server
.Host.Components.Deployment
8
{
12
public
interface
IDreamMaker
13
{
22
Task DeploymentProcess(
23
Job
job,
24
IDatabaseContextFactory
databaseContextFactory,
25
Action<int> progressReporter,
26
CancellationToken cancellationToken);
27
}
28
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
Tgstation.Server.Host.Database.IDatabaseContextFactory
Factory for scoping usage of IDatabaseContexts. Meant for use by Components
Definition:
IDatabaseContextFactory.cs:9
Tgstation.Server.Host.Models
Definition:
ChatBot.cs:5
System
Tgstation.Server.Host.Components.Deployment.IDreamMaker
For managing the compiler
Definition:
IDreamMaker.cs:12
Tgstation.Server.Host.Models.Job
Definition:
Job.cs:6
Tgstation.Server
Tgstation.Server.Host
Tgstation.Server.Host.Database
Definition:
DatabaseCollection.cs:9
Tgstation
Generated by
1.8.11