Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Gerrit.Data.Review
Description
This module contains the gerrit data type
Documentation
newtype GerritVersion Source #
Constructors
GerritVersion Text |
Instances
FromJSON GerritVersion Source # | |
Defined in Gerrit.Data.Review Methods parseJSON :: Value -> Parser GerritVersion # parseJSONList :: Value -> Parser [GerritVersion] # | |
Generic GerritVersion Source # | |
Defined in Gerrit.Data.Review Associated Types type Rep GerritVersion :: Type -> Type # | |
Show GerritVersion Source # | |
Defined in Gerrit.Data.Review Methods showsPrec :: Int -> GerritVersion -> ShowS # show :: GerritVersion -> String # showList :: [GerritVersion] -> ShowS # | |
type Rep GerritVersion Source # | |
Defined in Gerrit.Data.Review type Rep GerritVersion = D1 ('MetaData "GerritVersion" "Gerrit.Data.Review" "gerrit-0.1.6.1-9pWmyQBhbjU3Yxe08C4u9T" 'True) (C1 ('MetaCons "GerritVersion" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
newtype GerritLabel Source #
Constructors
GerritLabel (Map GerritLabelVote GerritReviewAccount) |
Instances
FromJSON GerritLabel Source # | |
Defined in Gerrit.Data.Review | |
Generic GerritLabel Source # | |
Defined in Gerrit.Data.Review Associated Types type Rep GerritLabel :: Type -> Type # | |
Show GerritLabel Source # | |
Defined in Gerrit.Data.Review Methods showsPrec :: Int -> GerritLabel -> ShowS # show :: GerritLabel -> String # showList :: [GerritLabel] -> ShowS # | |
type Rep GerritLabel Source # | |
Defined in Gerrit.Data.Review type Rep GerritLabel = D1 ('MetaData "GerritLabel" "Gerrit.Data.Review" "gerrit-0.1.6.1-9pWmyQBhbjU3Yxe08C4u9T" 'True) (C1 ('MetaCons "GerritLabel" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Map GerritLabelVote GerritReviewAccount)))) |
newtype GerritReviewAccount Source #
Constructors
GerritReviewAccount | |
Fields |
Instances
data GerritLabelVote Source #
Constructors
REJECTED | |
APPROVED | |
DISLIKED | |
RECOMMENDED |
Instances
data ReviewResult Source #
Instances
data ReviewInput Source #