Safe Haskell | None |
---|---|
Language | Haskell2010 |
GitHub.Data.Statuses
Documentation
data StatusState Source #
Constructors
StatusPending | |
StatusSuccess | |
StatusError | |
StatusFailure |
Instances
Constructors
Status | |
Fields
|
Instances
FromJSON Status Source # | |||||
Defined in GitHub.Data.Statuses | |||||
Data Status Source # | |||||
Defined in GitHub.Data.Statuses Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Status -> c Status # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Status # toConstr :: Status -> Constr # dataTypeOf :: Status -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Status) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Status) # gmapT :: (forall b. Data b => b -> b) -> Status -> Status # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Status -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Status -> r # gmapQ :: (forall d. Data d => d -> u) -> Status -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> Status -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Status -> m Status # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Status -> m Status # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Status -> m Status # | |||||
Generic Status Source # | |||||
Defined in GitHub.Data.Statuses Associated Types
| |||||
Show Status Source # | |||||
Eq Status Source # | |||||
Ord Status Source # | |||||
type Rep Status Source # | |||||
Defined in GitHub.Data.Statuses type Rep Status = D1 ('MetaData "Status" "GitHub.Data.Statuses" "github-0.29-Io0kw0Ukxm7G01APVwj6Ps" 'False) (C1 ('MetaCons "Status" 'PrefixI 'True) (((S1 ('MetaSel ('Just "statusCreatedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime) :*: S1 ('MetaSel ('Just "statusUpdatedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime)) :*: (S1 ('MetaSel ('Just "statusState") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 StatusState) :*: S1 ('MetaSel ('Just "statusTargetUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe URL)))) :*: ((S1 ('MetaSel ('Just "statusDescription") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Id Status))) :*: (S1 ('MetaSel ('Just "statusUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL) :*: (S1 ('MetaSel ('Just "statusContext") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusCreator") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe SimpleUser))))))) |
Constructors
NewStatus | |
Fields
|
Instances
ToJSON NewStatus Source # | |||||
Data NewStatus Source # | |||||
Defined in GitHub.Data.Statuses Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> NewStatus -> c NewStatus # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c NewStatus # toConstr :: NewStatus -> Constr # dataTypeOf :: NewStatus -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c NewStatus) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c NewStatus) # gmapT :: (forall b. Data b => b -> b) -> NewStatus -> NewStatus # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> NewStatus -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> NewStatus -> r # gmapQ :: (forall d. Data d => d -> u) -> NewStatus -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> NewStatus -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> NewStatus -> m NewStatus # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> NewStatus -> m NewStatus # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> NewStatus -> m NewStatus # | |||||
Generic NewStatus Source # | |||||
Defined in GitHub.Data.Statuses Associated Types
| |||||
Show NewStatus Source # | |||||
Binary NewStatus Source # | |||||
NFData NewStatus Source # | |||||
Defined in GitHub.Data.Statuses | |||||
Eq NewStatus Source # | |||||
Ord NewStatus Source # | |||||
type Rep NewStatus Source # | |||||
Defined in GitHub.Data.Statuses type Rep NewStatus = D1 ('MetaData "NewStatus" "GitHub.Data.Statuses" "github-0.29-Io0kw0Ukxm7G01APVwj6Ps" 'False) (C1 ('MetaCons "NewStatus" 'PrefixI 'True) ((S1 ('MetaSel ('Just "newStatusState") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 StatusState) :*: S1 ('MetaSel ('Just "newStatusTargetUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe URL))) :*: (S1 ('MetaSel ('Just "newStatusDescription") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "newStatusContext") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe Text))))) |
data CombinedStatus Source #
Constructors
CombinedStatus | |
Fields |
Instances
FromJSON CombinedStatus Source # | |||||
Defined in GitHub.Data.Statuses Methods parseJSON :: Value -> Parser CombinedStatus # parseJSONList :: Value -> Parser [CombinedStatus] # | |||||
Data CombinedStatus Source # | |||||
Defined in GitHub.Data.Statuses Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CombinedStatus -> c CombinedStatus # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CombinedStatus # toConstr :: CombinedStatus -> Constr # dataTypeOf :: CombinedStatus -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CombinedStatus) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CombinedStatus) # gmapT :: (forall b. Data b => b -> b) -> CombinedStatus -> CombinedStatus # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CombinedStatus -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CombinedStatus -> r # gmapQ :: (forall d. Data d => d -> u) -> CombinedStatus -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> CombinedStatus -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> CombinedStatus -> m CombinedStatus # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CombinedStatus -> m CombinedStatus # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CombinedStatus -> m CombinedStatus # | |||||
Generic CombinedStatus Source # | |||||
Defined in GitHub.Data.Statuses Associated Types
Methods from :: CombinedStatus -> Rep CombinedStatus x # to :: Rep CombinedStatus x -> CombinedStatus # | |||||
Show CombinedStatus Source # | |||||
Defined in GitHub.Data.Statuses Methods showsPrec :: Int -> CombinedStatus -> ShowS # show :: CombinedStatus -> String # showList :: [CombinedStatus] -> ShowS # | |||||
Eq CombinedStatus Source # | |||||
Defined in GitHub.Data.Statuses Methods (==) :: CombinedStatus -> CombinedStatus -> Bool # (/=) :: CombinedStatus -> CombinedStatus -> Bool # | |||||
Ord CombinedStatus Source # | |||||
Defined in GitHub.Data.Statuses Methods compare :: CombinedStatus -> CombinedStatus -> Ordering # (<) :: CombinedStatus -> CombinedStatus -> Bool # (<=) :: CombinedStatus -> CombinedStatus -> Bool # (>) :: CombinedStatus -> CombinedStatus -> Bool # (>=) :: CombinedStatus -> CombinedStatus -> Bool # max :: CombinedStatus -> CombinedStatus -> CombinedStatus # min :: CombinedStatus -> CombinedStatus -> CombinedStatus # | |||||
type Rep CombinedStatus Source # | |||||
Defined in GitHub.Data.Statuses type Rep CombinedStatus = D1 ('MetaData "CombinedStatus" "GitHub.Data.Statuses" "github-0.29-Io0kw0Ukxm7G01APVwj6Ps" 'False) (C1 ('MetaCons "CombinedStatus" 'PrefixI 'True) ((S1 ('MetaSel ('Just "combinedStatusState") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 StatusState) :*: (S1 ('MetaSel ('Just "combinedStatusSha") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Name Commit)) :*: S1 ('MetaSel ('Just "combinedStatusTotalCount") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int))) :*: ((S1 ('MetaSel ('Just "combinedStatusStatuses") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Vector Status)) :*: S1 ('MetaSel ('Just "combinedStatusRepository") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 RepoRef)) :*: (S1 ('MetaSel ('Just "combinedStatusCommitUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL) :*: S1 ('MetaSel ('Just "combinedStatusUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL))))) |