Saturnin-0.1.0.2: Saturnin CI / Job System

Safe HaskellNone
LanguageHaskell2010

Saturnin.Types

Synopsis

Documentation

data BuildRequest Source

Constructors

GitBuildRequest 

Fields

brUri :: String
 
brHead :: String
 

data JobRequest Source

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

fst3 :: forall t t1 t2. (t, t1, t2) -> t Source

fst for three-tuple

anyEither :: Either a a -> a Source

Returns any thing in Either. Be it Left or Right.