ScheduleRunner

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(Schedule schedule, const(string[]) stages, uint jobs, BehaviourOptions opts, bool cov_enable, ScheduleTrace report)
Undocumented in source.

Members

Functions

opDispatch
void opDispatch(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
progress
void progress(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
run
int run(const(char[])[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
setEnv
void setEnv(string[string] env, string stage)
Undocumented in source. Be warned that the author may not have intended to support it.
showEnv
void showEnv(const(string[string]) env, const(RunUnit) unit)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

kill
void kill(Pid pid)
Undocumented in source. Be warned that the author may not have intended to support it.
sleep
void sleep(Duration val)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cov_enable
bool cov_enable;
Undocumented in source.
jobs
uint jobs;
Undocumented in source.
opts
BehaviourOptions opts;
Undocumented in source.
report
ScheduleTrace report;
Undocumented in source.
schedule
Schedule schedule;
Undocumented in source.
stages
const(string[]) stages;
Undocumented in source.

Meta