launcher

Members

Enums

AppType
enum AppType
Undocumented in source.
BuildType
enum BuildType
Undocumented in source.
Compiler
enum Compiler
Undocumented in source.
JobState
enum JobState
Undocumented in source.
JobType
enum JobType
Undocumented in source.

Functions

formatFileSize
string formatFileSize(ulong fileSize)
Undocumented in source. Be warned that the author may not have intended to support it.
fromCString
string fromCString(char[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
jobStateString
string jobStateString(Job* job)
Undocumented in source. Be warned that the author may not have intended to support it.
logPipes
void logPipes(Job* job)
Undocumented in source. Be warned that the author may not have intended to support it.
makeBuildCommand
string makeBuildCommand(JobParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
makeBuildOrTestCommand
string makeBuildOrTestCommand(JobParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
makeRunCommand
string makeRunCommand(JobParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
makeTestCommand
string makeTestCommand(JobParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
onJobBuildCompletion
void onJobBuildCompletion(Job* job, bool success)
Undocumented in source. Be warned that the author may not have intended to support it.
readPluginInfo
PluginInfo* readPluginInfo(string fileData)
Undocumented in source. Be warned that the author may not have intended to support it.
readPluginPack
PluginPack* readPluginPack(string fileData)
Undocumented in source. Be warned that the author may not have intended to support it.
sendCommand
void sendCommand(Job* job, string command)
Undocumented in source. Be warned that the author may not have intended to support it.
toCString
string toCString(const(char)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

Flag (from std.typecons)
public import std.typecons : Flag, Yes, No;
Undocumented in source.
No (from std.typecons)
public import std.typecons : Flag, Yes, No;
Undocumented in source.
Yes (from std.typecons)
public import std.typecons : Flag, Yes, No;
Undocumented in source.

Manifest constants

DEFAULT_PORT
enum DEFAULT_PORT;
Undocumented in source.

Structs

Job
struct Job
Undocumented in source.
JobParams
struct JobParams
Undocumented in source.
Launcher
struct Launcher
Undocumented in source.
PluginInfo
struct PluginInfo
Undocumented in source.
PluginPack
struct PluginPack
Undocumented in source.
SaveInfo
struct SaveInfo
Undocumented in source.
ServerInfo
struct ServerInfo
Undocumented in source.

Variables

appTypeString
string[] appTypeString;
Undocumented in source.
appTypeTitle
string[] appTypeTitle;
Undocumented in source.
buildFolder
auto buildFolder;
Undocumented in source.
buildTypeSwitches
string[] buildTypeSwitches;
Undocumented in source.
buildTypeUiOptions
string[] buildTypeUiOptions;
Undocumented in source.
buildTypeUiSelectionString
string buildTypeUiSelectionString;
Undocumented in source.
compilerExeNames
string[] compilerExeNames;
Undocumented in source.
compilerUiOptions
string[] compilerUiOptions;
Undocumented in source.
compilerUiSelectionString
string compilerUiSelectionString;
Undocumented in source.
configFolder
auto configFolder;
Undocumented in source.
is_Windows
enum bool is_Windows;
Undocumented in source.
is_Windows
enum bool is_Windows;
Undocumented in source.
saveExtention
auto saveExtention;
Undocumented in source.
saveFolder
auto saveFolder;
Undocumented in source.
serversFname
auto serversFname;
Undocumented in source.

Meta

Authors

Andrey Penechko.