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

Hercules.API.Agent.LifeCycle.CreateAgentSession

Synopsis

Documentation

data CreateAgentSession Source #

Deprecated: Use Hercules.API.Agents.CreateAgentSession_V2.CreateAgentSession

Constructors

CreateAgentSession

Deprecated: Use Hercules.API.Agents.CreateAgentSession_V2.CreateAgentSession

Instances

Instances details
Eq CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession

Show CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession

Generic CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession

Associated Types

type Rep CreateAgentSession :: Type -> Type #

ToJSON CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession

FromJSON CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession

NFData CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession

Methods

rnf :: CreateAgentSession -> () #

type Rep CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession

type Rep CreateAgentSession = D1 ('MetaData "CreateAgentSession" "Hercules.API.Agent.LifeCycle.CreateAgentSession" "hercules-ci-api-agent-0.4.1.0-LkD8FOTC8m2J63QOSeZ97w" 'False) (C1 ('MetaCons "CreateAgentSession" '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 "architectures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text]))))