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

Hercules.API.Agent.LifeCycle.CreateAgentSession_V2

Documentation

data CreateAgentSession Source #

Constructors

CreateAgentSession 

Fields

Instances

Instances details
FromJSON CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession_V2

ToJSON CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession_V2

Generic CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession_V2

Associated Types

type Rep CreateAgentSession :: Type -> Type #

Show CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession_V2

NFData CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession_V2

Methods

rnf :: CreateAgentSession -> () #

Eq CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession_V2

type Rep CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession_V2

type Rep CreateAgentSession = D1 ('MetaData "CreateAgentSession" "Hercules.API.Agent.LifeCycle.CreateAgentSession_V2" "hercules-ci-api-agent-0.4.6.1-inplace" 'False) (C1 ('MetaCons "CreateAgentSession" 'PrefixI 'True) (S1 ('MetaSel ('Just "agentInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AgentInfo)))