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

Hercules.API.Agent.Evaluate.EvaluateEvent.PushedAll

Synopsis

Documentation

data PushedAll Source #

Indicates that all derivations have been pushed to a cache.

Constructors

PushedAll 

Fields

Instances

Instances details
Eq PushedAll Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.EvaluateEvent.PushedAll

Show PushedAll Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.EvaluateEvent.PushedAll

Generic PushedAll Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.EvaluateEvent.PushedAll

Associated Types

type Rep PushedAll :: Type -> Type #

ToJSON PushedAll Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.EvaluateEvent.PushedAll

FromJSON PushedAll Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.EvaluateEvent.PushedAll

NFData PushedAll Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.EvaluateEvent.PushedAll

Methods

rnf :: PushedAll -> () #

type Rep PushedAll Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.EvaluateEvent.PushedAll

type Rep PushedAll = D1 ('MetaData "PushedAll" "Hercules.API.Agent.Evaluate.EvaluateEvent.PushedAll" "hercules-ci-api-agent-0.4.1.0-LkD8FOTC8m2J63QOSeZ97w" 'False) (C1 ('MetaCons "PushedAll" 'PrefixI 'True) (S1 ('MetaSel ('Just "cache") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))