hercules-ci-agent-0.9.9: Runs Continuous Integration tasks on your machines
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.Agent.WorkerProtocol.LogSettings

Documentation

data LogSettings Source #

Constructors

LogSettings 

Fields

Instances

Instances details
Generic LogSettings Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.LogSettings

Associated Types

type Rep LogSettings :: Type -> Type #

Show LogSettings Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.LogSettings

Binary LogSettings Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.LogSettings

Eq LogSettings Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.LogSettings

type Rep LogSettings Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.LogSettings

type Rep LogSettings = D1 ('MetaData "LogSettings" "Hercules.Agent.WorkerProtocol.LogSettings" "hercules-ci-agent-0.9.9-inplace" 'False) (C1 ('MetaCons "LogSettings" 'PrefixI 'True) (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "baseURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "token") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Sensitive Text)))))