hercules-ci-api-agent-0.4.6.1: API definition for Hercules CI Agent to talk to hercules-ci.com or Hercules CI Enterprise
Safe HaskellSafe-Inferred
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
FromJSON PushedAll Source # 
Instance details

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

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

Show 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 -> () #

Eq PushedAll Source # 
Instance details

Defined in Hercules.API.Agent.Evaluate.EvaluateEvent.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.6.1-inplace" 'False) (C1 ('MetaCons "PushedAll" 'PrefixI 'True) (S1 ('MetaSel ('Just "cache") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))