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

Hercules.API.State.ProjectState

Documentation

data ProjectState Source #

Instances

Instances details
FromJSON ProjectState Source # 
Instance details

Defined in Hercules.API.State.ProjectState

ToJSON 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 #

Show ProjectState Source # 
Instance details

Defined in Hercules.API.State.ProjectState

NFData ProjectState Source # 
Instance details

Defined in Hercules.API.State.ProjectState

Methods

rnf :: ProjectState -> () #

Eq ProjectState Source # 
Instance details

Defined in Hercules.API.State.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.8.0.0-inplace" '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))))