Saturnin-0.1.0.2: Saturnin CI / Job System

Safe HaskellNone
LanguageHaskell2010

Saturnin.Jobs

Synopsis

Documentation

data JobRequest Source

JobRequest specifies job to be run. This is what client send to the job server.

data Job Source

Job fully describes a job to be run. This is what JobRequest is translated into for internal representation. This holds data that are needed to actually run the job - that is data derived from the JobRequest, eg.: [Hostname] instead of [MachineDescription]

Constructors

Job 

Instances

data RemoteJob Source

RemoteJob describes a job to be run on one machine. RemoteJob is always part of Job.

Instances