github-0.19: Access to the GitHub API, v3.

Safe HaskellNone
LanguageHaskell2010

GitHub.Data.Statuses

Documentation

data StatusState Source #

Instances

Bounded StatusState Source # 
Enum StatusState Source # 
Eq StatusState Source # 
Data StatusState Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StatusState -> c StatusState #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StatusState #

toConstr :: StatusState -> Constr #

dataTypeOf :: StatusState -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c StatusState) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StatusState) #

gmapT :: (forall b. Data b => b -> b) -> StatusState -> StatusState #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StatusState -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StatusState -> r #

gmapQ :: (forall d. Data d => d -> u) -> StatusState -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StatusState -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StatusState -> m StatusState #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StatusState -> m StatusState #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StatusState -> m StatusState #

Ord StatusState Source # 
Show StatusState Source # 
Generic StatusState Source # 

Associated Types

type Rep StatusState :: * -> * #

ToJSON StatusState Source # 
FromJSON StatusState Source # 
Binary StatusState Source # 
NFData StatusState Source # 

Methods

rnf :: StatusState -> () #

type Rep StatusState Source # 
type Rep StatusState = D1 * (MetaData "StatusState" "GitHub.Data.Statuses" "github-0.19-HK5gGFVL8du3RBT4q9vA87" False) ((:+:) * ((:+:) * (C1 * (MetaCons "StatusPending" PrefixI False) (U1 *)) (C1 * (MetaCons "StatusSuccess" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "StatusError" PrefixI False) (U1 *)) (C1 * (MetaCons "StatusFailure" PrefixI False) (U1 *))))

data Status Source #

Instances

Eq Status Source # 

Methods

(==) :: Status -> Status -> Bool #

(/=) :: Status -> Status -> Bool #

Data Status Source # 

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 :: (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 #

Ord Status Source # 
Show Status Source # 
Generic Status Source # 

Associated Types

type Rep Status :: * -> * #

Methods

from :: Status -> Rep Status x #

to :: Rep Status x -> Status #

FromJSON Status Source # 
type Rep Status Source # 

data NewStatus Source #

Instances

Eq NewStatus Source # 
Data NewStatus Source # 

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 :: (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 #

Ord NewStatus Source # 
Show NewStatus Source # 
Generic NewStatus Source # 

Associated Types

type Rep NewStatus :: * -> * #

ToJSON NewStatus Source # 
Binary NewStatus Source # 
NFData NewStatus Source # 

Methods

rnf :: NewStatus -> () #

type Rep NewStatus Source # 
type Rep NewStatus = D1 * (MetaData "NewStatus" "GitHub.Data.Statuses" "github-0.19-HK5gGFVL8du3RBT4q9vA87" False) (C1 * (MetaCons "NewStatus" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "newStatusState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * StatusState)) (S1 * (MetaSel (Just Symbol "newStatusTargetUrl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe URL)))) ((:*:) * (S1 * (MetaSel (Just Symbol "newStatusDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "newStatusContext") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))))

data CombinedStatus Source #

Instances

Eq CombinedStatus Source # 
Data CombinedStatus Source # 

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 :: (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 #

Ord CombinedStatus Source # 
Show CombinedStatus Source # 
Generic CombinedStatus Source # 

Associated Types

type Rep CombinedStatus :: * -> * #

FromJSON CombinedStatus Source # 
type Rep CombinedStatus Source # 
type Rep CombinedStatus = D1 * (MetaData "CombinedStatus" "GitHub.Data.Statuses" "github-0.19-HK5gGFVL8du3RBT4q9vA87" False) (C1 * (MetaCons "CombinedStatus" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "combinedStatusState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * StatusState)) ((:*:) * (S1 * (MetaSel (Just Symbol "combinedStatusSha") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Name Commit))) (S1 * (MetaSel (Just Symbol "combinedStatusTotalCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "combinedStatusStatuses") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Vector Status))) (S1 * (MetaSel (Just Symbol "combinedStatusRepository") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * RepoRef))) ((:*:) * (S1 * (MetaSel (Just Symbol "combinedStatusCommitUrl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * URL)) (S1 * (MetaSel (Just Symbol "combinedStatusUrl") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * URL))))))