| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hercules.API.Logs.LogEntry
Documentation
newtype ActivityId Source #
Constructors
| ActivityId Word64 |
Instances
| FromJSON ActivityId Source # | |
Defined in Hercules.API.Logs.LogEntry Methods parseJSON :: Value -> Parser ActivityId Source # parseJSONList :: Value -> Parser [ActivityId] Source # | |
| ToJSON ActivityId Source # | |
Defined in Hercules.API.Logs.LogEntry Methods toJSON :: ActivityId -> Value Source # toEncoding :: ActivityId -> Encoding Source # toJSONList :: [ActivityId] -> Value Source # toEncodingList :: [ActivityId] -> Encoding Source # | |
| Show ActivityId Source # | |
Defined in Hercules.API.Logs.LogEntry | |
| NFData ActivityId Source # | |
Defined in Hercules.API.Logs.LogEntry Methods rnf :: ActivityId -> () Source # | |
| Eq ActivityId Source # | |
Defined in Hercules.API.Logs.LogEntry Methods (==) :: ActivityId -> ActivityId -> Bool Source # (/=) :: ActivityId -> ActivityId -> Bool Source # | |
newtype ActivityType Source #
Constructors
| ActivityType Word64 |
Instances
| FromJSON ActivityType Source # | |
Defined in Hercules.API.Logs.LogEntry Methods parseJSON :: Value -> Parser ActivityType Source # parseJSONList :: Value -> Parser [ActivityType] Source # | |
| ToJSON ActivityType Source # | |
Defined in Hercules.API.Logs.LogEntry Methods toJSON :: ActivityType -> Value Source # toEncoding :: ActivityType -> Encoding Source # toJSONList :: [ActivityType] -> Value Source # toEncodingList :: [ActivityType] -> Encoding Source # | |
| Show ActivityType Source # | |
Defined in Hercules.API.Logs.LogEntry | |
| NFData ActivityType Source # | |
Defined in Hercules.API.Logs.LogEntry Methods rnf :: ActivityType -> () Source # | |
| Eq ActivityType Source # | |
Defined in Hercules.API.Logs.LogEntry Methods (==) :: ActivityType -> ActivityType -> Bool Source # (/=) :: ActivityType -> ActivityType -> Bool Source # | |
newtype ResultType Source #
Constructors
| ResultType Word64 |
Instances
| FromJSON ResultType Source # | |
Defined in Hercules.API.Logs.LogEntry Methods parseJSON :: Value -> Parser ResultType Source # parseJSONList :: Value -> Parser [ResultType] Source # | |
| ToJSON ResultType Source # | |
Defined in Hercules.API.Logs.LogEntry Methods toJSON :: ResultType -> Value Source # toEncoding :: ResultType -> Encoding Source # toJSONList :: [ResultType] -> Value Source # toEncodingList :: [ResultType] -> Encoding Source # | |
| Show ResultType Source # | |
Defined in Hercules.API.Logs.LogEntry | |
| NFData ResultType Source # | |
Defined in Hercules.API.Logs.LogEntry Methods rnf :: ResultType -> () Source # | |
| Eq ResultType Source # | |
Defined in Hercules.API.Logs.LogEntry Methods (==) :: ResultType -> ResultType -> Bool Source # (/=) :: ResultType -> ResultType -> Bool Source # | |
pattern ResultTypeProgress :: ResultType Source #
pattern ResultTypeSetExpected :: ResultType Source #
pattern ResultTypeBuildLogLine :: ResultType Source #
Instances
| FromJSON Field Source # | |
| ToJSON Field Source # | |
| Generic Field Source # | |
| Show Field Source # | |
| NFData Field Source # | |
Defined in Hercules.API.Logs.LogEntry | |
| Eq Field Source # | |
| type Rep Field Source # | |
Defined in Hercules.API.Logs.LogEntry type Rep Field = D1 ('MetaData "Field" "Hercules.API.Logs.LogEntry" "hercules-ci-api-agent-0.5.0.1-inplace" 'False) (C1 ('MetaCons "Int" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Word64)) :+: C1 ('MetaCons "String" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text))) | |