hercules-ci-api-agent-0.4.5.0: API definition for Hercules CI Agent to talk to hercules-ci.com or Hercules CI Enterprise
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.API.Agent.Evaluate.ImmutableGitInput

Documentation

data ImmutableGitInput Source #

Constructors

ImmutableGitInput 

Fields

Instances

Instances details
FromJSON ImmutableGitInput Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.ImmutableGitInput

ToJSON ImmutableGitInput Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.ImmutableGitInput

Generic ImmutableGitInput Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.ImmutableGitInput

Associated Types

type Rep ImmutableGitInput :: Type -> Type #

Show ImmutableGitInput Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.ImmutableGitInput

NFData ImmutableGitInput Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.ImmutableGitInput

Methods

rnf :: ImmutableGitInput -> () #

Eq ImmutableGitInput Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.ImmutableGitInput

ToSchema ImmutableGitInput Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.ImmutableGitInput

type Rep ImmutableGitInput Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.ImmutableGitInput

type Rep ImmutableGitInput = D1 ('MetaData "ImmutableGitInput" "Hercules.API.Agent.Evaluate.ImmutableGitInput" "hercules-ci-api-agent-0.4.5.0-inplace" 'False) (C1 ('MetaCons "ImmutableGitInput" 'PrefixI 'True) ((S1 ('MetaSel ('Just "rev") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "ref") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "sshURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "httpURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))))