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

Hercules.API.State.ProjectState

Documentation

data ProjectState Source #

Instances

Instances details
Eq ProjectState Source # 
Instance details

Defined in Hercules.API.State.ProjectState

Show ProjectState Source # 
Instance details

Defined in Hercules.API.State.ProjectState

Generic ProjectState Source # 
Instance details

Defined in Hercules.API.State.ProjectState

Associated Types

type Rep ProjectState :: Type -> Type #

ToJSON ProjectState Source # 
Instance details

Defined in Hercules.API.State.ProjectState

FromJSON ProjectState Source # 
Instance details

Defined in Hercules.API.State.ProjectState

NFData ProjectState Source # 
Instance details

Defined in Hercules.API.State.ProjectState

Methods

rnf :: ProjectState -> () #

ToSchema ProjectState Source # 
Instance details

Defined in Hercules.API.State.ProjectState

type Rep ProjectState Source # 
Instance details

Defined in Hercules.API.State.ProjectState

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