hercules-ci-api-agent-0.3.1.0: API definition for Hercules CI Agent to talk to hercules-ci.com or Hercules CI Enterprise
Safe HaskellNone
LanguageHaskell2010

Hercules.API.Agent.Build.BuildEvent

Documentation

data BuildEvent Source #

Instances

Instances details
Eq BuildEvent Source # 
Instance details

Defined in Hercules.API.Agent.Build.BuildEvent

Show BuildEvent Source # 
Instance details

Defined in Hercules.API.Agent.Build.BuildEvent

Generic BuildEvent Source # 
Instance details

Defined in Hercules.API.Agent.Build.BuildEvent

Associated Types

type Rep BuildEvent :: Type -> Type #

ToJSON BuildEvent Source # 
Instance details

Defined in Hercules.API.Agent.Build.BuildEvent

FromJSON BuildEvent Source # 
Instance details

Defined in Hercules.API.Agent.Build.BuildEvent

NFData BuildEvent Source # 
Instance details

Defined in Hercules.API.Agent.Build.BuildEvent

Methods

rnf :: BuildEvent -> () #

type Rep BuildEvent Source # 
Instance details

Defined in Hercules.API.Agent.Build.BuildEvent

type Rep BuildEvent = D1 ('MetaData "BuildEvent" "Hercules.API.Agent.Build.BuildEvent" "hercules-ci-api-agent-0.3.1.0-IicB1RofPhcH2cz504NZJe" 'False) (C1 ('MetaCons "OutputInfo" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 OutputInfo)) :+: (C1 ('MetaCons "Pushed" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Pushed)) :+: C1 ('MetaCons "Done" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))