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

Hercules.Agent.WorkerProtocol.Command

Synopsis

Documentation

data Command Source #

Information flowing from the environment to the worker. The name isn't accurate as it includes other information than just commands, e.g. BuildResult.

Instances

Instances details
Generic Command Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command

Associated Types

type Rep Command :: Type -> Type #

Methods

from :: Command -> Rep Command x #

to :: Rep Command x -> Command #

Show Command Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command

Binary Command Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command

Methods

put :: Command -> Put #

get :: Get Command #

putList :: [Command] -> Put #

Eq Command Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command

Methods

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

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

type Rep Command Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command