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

Hercules.API.Agent.LifeCycle.AgentInfo

Documentation

data AgentInfo Source #

Instances

Instances details
FromJSON AgentInfo Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.AgentInfo

ToJSON AgentInfo Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.AgentInfo

Generic AgentInfo Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.AgentInfo

Associated Types

type Rep AgentInfo :: Type -> Type #

Show AgentInfo Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.AgentInfo

NFData AgentInfo Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.AgentInfo

Methods

rnf :: AgentInfo -> () #

Eq AgentInfo Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.AgentInfo

type Rep AgentInfo Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.AgentInfo

type Rep AgentInfo = D1 ('MetaData "AgentInfo" "Hercules.API.Agent.LifeCycle.AgentInfo" "hercules-ci-api-agent-0.5.0.0-inplace" 'False) (C1 ('MetaCons "AgentInfo" 'PrefixI 'True) (((S1 ('MetaSel ('Just "hostname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "agentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "nixVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "nixClientProtocolVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: (S1 ('MetaSel ('Just "nixDaemonProtocolVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: S1 ('MetaSel ('Just "platforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text])))) :*: ((S1 ('MetaSel ('Just "systemFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text]) :*: (S1 ('MetaSel ('Just "cachixPushCaches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "pushCaches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text]))) :*: (S1 ('MetaSel ('Just "substituters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text]) :*: (S1 ('MetaSel ('Just "concurrentTasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: S1 ('MetaSel ('Just "labels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Map Text Value)))))))