hercules-ci-api-0.8.0.0: Hercules CI API definition with Servant
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.API.Build.Log

Documentation

data Log Source #

Constructors

Log 

Fields

Instances

Instances details
FromJSON Log Source # 
Instance details

Defined in Hercules.API.Build.Log

ToJSON Log Source # 
Instance details

Defined in Hercules.API.Build.Log

Generic Log Source # 
Instance details

Defined in Hercules.API.Build.Log

Associated Types

type Rep Log :: Type -> Type #

Methods

from :: Log -> Rep Log x #

to :: Rep Log x -> Log #

Show Log Source # 
Instance details

Defined in Hercules.API.Build.Log

Methods

showsPrec :: Int -> Log -> ShowS #

show :: Log -> String #

showList :: [Log] -> ShowS #

NFData Log Source # 
Instance details

Defined in Hercules.API.Build.Log

Methods

rnf :: Log -> () #

Eq Log Source # 
Instance details

Defined in Hercules.API.Build.Log

Methods

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

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

ToSchema Log Source # 
Instance details

Defined in Hercules.API.Build.Log

type Rep Log Source # 
Instance details

Defined in Hercules.API.Build.Log

type Rep Log = D1 ('MetaData "Log" "Hercules.API.Build.Log" "hercules-ci-api-0.8.0.0-inplace" 'False) (C1 ('MetaCons "Log" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Id "log")) :*: (S1 ('MetaSel ('Just "lines") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [LogLine]) :*: S1 ('MetaSel ('Just "done") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))