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

Hercules.Agent.WorkerProtocol.Event.Attribute

Documentation

data AttributeType Source #

Instances

Instances details
Generic AttributeType Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Event.Attribute

Associated Types

type Rep AttributeType :: Type -> Type #

Show AttributeType Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Event.Attribute

Binary AttributeType Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Event.Attribute

Eq AttributeType Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Event.Attribute

type Rep AttributeType Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Event.Attribute

type Rep AttributeType = D1 ('MetaData "AttributeType" "Hercules.Agent.WorkerProtocol.Event.Attribute" "hercules-ci-agent-0.10.1-inplace" 'False) ((C1 ('MetaCons "Regular" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "MustFail" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "MayFail" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "DependenciesOnly" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Effect" 'PrefixI 'False) (U1 :: Type -> Type))))

data Attribute Source #

Constructors

Attribute 

Instances

Instances details
Generic Attribute Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Event.Attribute

Associated Types

type Rep Attribute :: Type -> Type #

Show Attribute Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Event.Attribute

Binary Attribute Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Event.Attribute

Eq Attribute Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Event.Attribute

type Rep Attribute Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Event.Attribute

type Rep Attribute = D1 ('MetaData "Attribute" "Hercules.Agent.WorkerProtocol.Event.Attribute" "hercules-ci-agent-0.10.1-inplace" 'False) (C1 ('MetaCons "Attribute" 'PrefixI 'True) (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [ByteString]) :*: (S1 ('MetaSel ('Just "drv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString) :*: S1 ('MetaSel ('Just "typ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AttributeType))))