hercules-ci-api-0.7.1.0: Hercules CI API definition with Servant
Safe HaskellNone
LanguageHaskell2010

Hercules.API.State.StateFile

Documentation

data StateFile Source #

Constructors

StateFile 

Instances

Instances details
Eq StateFile Source # 
Instance details

Defined in Hercules.API.State.StateFile

Show StateFile Source # 
Instance details

Defined in Hercules.API.State.StateFile

Generic StateFile Source # 
Instance details

Defined in Hercules.API.State.StateFile

Associated Types

type Rep StateFile :: Type -> Type #

ToJSON StateFile Source # 
Instance details

Defined in Hercules.API.State.StateFile

FromJSON StateFile Source # 
Instance details

Defined in Hercules.API.State.StateFile

NFData StateFile Source # 
Instance details

Defined in Hercules.API.State.StateFile

Methods

rnf :: StateFile -> () #

ToSchema StateFile Source # 
Instance details

Defined in Hercules.API.State.StateFile

type Rep StateFile Source # 
Instance details

Defined in Hercules.API.State.StateFile

type Rep StateFile = D1 ('MetaData "StateFile" "Hercules.API.State.StateFile" "hercules-ci-api-0.7.1.0-8tZQ0QEUPOjGB9puScoqoh" 'False) (C1 ('MetaCons "StateFile" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Id Project)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "versions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [StateVersion]))))