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

Hercules.API.Inputs.ImmutableInput

Documentation

data ImmutableInput Source #

Instances

Instances details
FromJSON ImmutableInput Source # 
Instance details

Defined in Hercules.API.Inputs.ImmutableInput

ToJSON ImmutableInput Source # 
Instance details

Defined in Hercules.API.Inputs.ImmutableInput

Generic ImmutableInput Source # 
Instance details

Defined in Hercules.API.Inputs.ImmutableInput

Associated Types

type Rep ImmutableInput :: Type -> Type #

Show ImmutableInput Source # 
Instance details

Defined in Hercules.API.Inputs.ImmutableInput

NFData ImmutableInput Source # 
Instance details

Defined in Hercules.API.Inputs.ImmutableInput

Methods

rnf :: ImmutableInput -> () #

Eq ImmutableInput Source # 
Instance details

Defined in Hercules.API.Inputs.ImmutableInput

ToSchema ImmutableInput Source # 
Instance details

Defined in Hercules.API.Inputs.ImmutableInput

type Rep ImmutableInput Source # 
Instance details

Defined in Hercules.API.Inputs.ImmutableInput

type Rep ImmutableInput = D1 ('MetaData "ImmutableInput" "Hercules.API.Inputs.ImmutableInput" "hercules-ci-api-0.7.2.1-inplace" 'False) (C1 ('MetaCons "GitInput" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ImmutableGitInput)) :+: C1 ('MetaCons "IgnoreMe" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ())))