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.StartInfo

Documentation

data Hello Source #

Constructors

Hello 

Instances

Instances details
FromJSON Hello Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.StartInfo

ToJSON Hello Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.StartInfo

Generic Hello Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.StartInfo

Associated Types

type Rep Hello :: Type -> Type #

Methods

from :: Hello -> Rep Hello x #

to :: Rep Hello x -> Hello #

Show Hello Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.StartInfo

Methods

showsPrec :: Int -> Hello -> ShowS #

show :: Hello -> String #

showList :: [Hello] -> ShowS #

NFData Hello Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.StartInfo

Methods

rnf :: Hello -> () #

Eq Hello Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.StartInfo

Methods

(==) :: Hello -> Hello -> Bool #

(/=) :: Hello -> Hello -> Bool #

type Rep Hello Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.StartInfo

type Rep Hello = D1 ('MetaData "Hello" "Hercules.API.Agent.LifeCycle.StartInfo" "hercules-ci-api-agent-0.5.0.0-inplace" 'False) (C1 ('MetaCons "Hello" 'PrefixI 'True) (S1 ('MetaSel ('Just "agentInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AgentInfo) :*: (S1 ('MetaSel ('Just "startInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 StartInfo) :*: S1 ('MetaSel ('Just "tasksInProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Id (Task Any)]))))

data StartInfo Source #

Constructors

StartInfo 

Fields

Instances

Instances details
FromJSON StartInfo Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.StartInfo

ToJSON StartInfo Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.StartInfo

Generic StartInfo Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.StartInfo

Associated Types

type Rep StartInfo :: Type -> Type #

Show StartInfo Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.StartInfo

NFData StartInfo Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.StartInfo

Methods

rnf :: StartInfo -> () #

Eq StartInfo Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.StartInfo

type Rep StartInfo Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.StartInfo

type Rep StartInfo = D1 ('MetaData "StartInfo" "Hercules.API.Agent.LifeCycle.StartInfo" "hercules-ci-api-agent-0.5.0.0-inplace" 'False) (C1 ('MetaCons "StartInfo" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Id StartInfo)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UTCTime)))