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

Hercules.API.Projects.SimpleJob

Documentation

data SimpleJob Source #

Constructors

SimpleJob 

Fields

Instances

Instances details
Eq SimpleJob Source # 
Instance details

Defined in Hercules.API.Projects.SimpleJob

Show SimpleJob Source # 
Instance details

Defined in Hercules.API.Projects.SimpleJob

Generic SimpleJob Source # 
Instance details

Defined in Hercules.API.Projects.SimpleJob

Associated Types

type Rep SimpleJob :: Type -> Type #

ToJSON SimpleJob Source # 
Instance details

Defined in Hercules.API.Projects.SimpleJob

FromJSON SimpleJob Source # 
Instance details

Defined in Hercules.API.Projects.SimpleJob

NFData SimpleJob Source # 
Instance details

Defined in Hercules.API.Projects.SimpleJob

Methods

rnf :: SimpleJob -> () #

ToSchema SimpleJob Source # 
Instance details

Defined in Hercules.API.Projects.SimpleJob

type Rep SimpleJob Source # 
Instance details

Defined in Hercules.API.Projects.SimpleJob

type Rep SimpleJob = D1 ('MetaData "SimpleJob" "Hercules.API.Projects.SimpleJob" "hercules-ci-api-0.6.0.1-L0iUsBHZSJOKN1YKeFqdwV" 'False) (C1 ('MetaCons "SimpleJob" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Id Job)) :*: (S1 ('MetaSel ('Just "project") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Project) :*: S1 ('MetaSel ('Just "index") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64))))