hercules-ci-agent-0.10.1: Runs Continuous Integration tasks on your machines
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.Agent.WorkerProtocol.Command.Eval

Documentation

data Eval Source #

Instances

Instances details
Generic Eval Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

Associated Types

type Rep Eval :: Type -> Type #

Methods

from :: Eval -> Rep Eval x #

to :: Rep Eval x -> Eval #

Show Eval Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

Methods

showsPrec :: Int -> Eval -> ShowS #

show :: Eval -> String #

showList :: [Eval] -> ShowS #

Binary Eval Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

Methods

put :: Eval -> Put #

get :: Get Eval #

putList :: [Eval] -> Put #

Eq Eval Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

Methods

(==) :: Eval -> Eval -> Bool #

(/=) :: Eval -> Eval -> Bool #

type Rep Eval Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

type Rep Eval = D1 ('MetaData "Eval" "Hercules.Agent.WorkerProtocol.Command.Eval" "hercules-ci-agent-0.10.1-inplace" 'False) (C1 ('MetaCons "Eval" 'PrefixI 'True) (((S1 ('MetaSel ('Just "cwd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FilePath) :*: (S1 ('MetaSel ('Just "file") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "autoArguments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Map Text Arg)))) :*: (S1 ('MetaSel ('Just "extraNixOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [(Text, Text)]) :*: (S1 ('MetaSel ('Just "gitSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (ViaJSON GitSource)) :*: S1 ('MetaSel ('Just "srcInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe (ViaJSON ImmutableGitInput)))))) :*: ((S1 ('MetaSel ('Just "apiBaseUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "selector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (ViaJSON Selector)) :*: S1 ('MetaSel ('Just "isFlakeJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) :*: (S1 ('MetaSel ('Just "ciSystems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe (Map Text ()))) :*: (S1 ('MetaSel ('Just "allowInsecureBuiltinFetchers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "allowedPaths") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [ByteString]))))))

data Arg Source #

Instances

Instances details
Generic Arg Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

Associated Types

type Rep Arg :: Type -> Type #

Methods

from :: Arg -> Rep Arg x #

to :: Rep Arg x -> Arg #

Show Arg Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

Methods

showsPrec :: Int -> Arg -> ShowS #

show :: Arg -> String #

showList :: [Arg] -> ShowS #

Binary Arg Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

Methods

put :: Arg -> Put #

get :: Get Arg #

putList :: [Arg] -> Put #

Eq Arg Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

Methods

(==) :: Arg -> Arg -> Bool #

(/=) :: Arg -> Arg -> Bool #

type Rep Arg Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.Eval

type Rep Arg = D1 ('MetaData "Arg" "Hercules.Agent.WorkerProtocol.Command.Eval" "hercules-ci-agent-0.10.1-inplace" 'False) (C1 ('MetaCons "LiteralArg" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString)) :+: C1 ('MetaCons "ExprArg" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString)))