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

Safe HaskellNone
LanguageHaskell2010

GitHub.Data.Statuses

Documentation

data StatusState Source #

Instances
Bounded StatusState Source # 
Instance details

Defined in GitHub.Data.Statuses

Enum StatusState Source # 
Instance details

Defined in GitHub.Data.Statuses

Eq StatusState Source # 
Instance details

Defined in GitHub.Data.Statuses

Data StatusState Source # 
Instance details

Defined in GitHub.Data.Statuses

Methods

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

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

toConstr :: StatusState -> Constr Source #

dataTypeOf :: StatusState -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Ord StatusState Source # 
Instance details

Defined in GitHub.Data.Statuses

Show StatusState Source # 
Instance details

Defined in GitHub.Data.Statuses

Generic StatusState Source # 
Instance details

Defined in GitHub.Data.Statuses

Associated Types

type Rep StatusState :: Type -> Type Source #

ToJSON StatusState Source # 
Instance details

Defined in GitHub.Data.Statuses

FromJSON StatusState Source # 
Instance details

Defined in GitHub.Data.Statuses

Binary StatusState Source # 
Instance details

Defined in GitHub.Data.Statuses

NFData StatusState Source # 
Instance details

Defined in GitHub.Data.Statuses

Methods

rnf :: StatusState -> () Source #

type Rep StatusState Source # 
Instance details

Defined in GitHub.Data.Statuses

type Rep StatusState = D1 (MetaData "StatusState" "GitHub.Data.Statuses" "github-0.20-EqsirKiH6Hk89stA2S25YD" False) ((C1 (MetaCons "StatusPending" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "StatusSuccess" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "StatusError" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "StatusFailure" PrefixI False) (U1 :: Type -> Type)))

data Status Source #

Instances
Eq Status Source # 
Instance details

Defined in GitHub.Data.Statuses

Data Status Source # 
Instance details

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 Source #

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

toConstr :: Status -> Constr Source #

dataTypeOf :: Status -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Ord Status Source # 
Instance details

Defined in GitHub.Data.Statuses

Show Status Source # 
Instance details

Defined in GitHub.Data.Statuses

Generic Status Source # 
Instance details

Defined in GitHub.Data.Statuses

Associated Types

type Rep Status :: Type -> Type Source #

FromJSON Status Source # 
Instance details

Defined in GitHub.Data.Statuses

type Rep Status Source # 
Instance details

Defined in GitHub.Data.Statuses

data NewStatus Source #

Instances
Eq NewStatus Source # 
Instance details

Defined in GitHub.Data.Statuses

Data NewStatus Source # 
Instance details

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 Source #

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

toConstr :: NewStatus -> Constr Source #

dataTypeOf :: NewStatus -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Ord NewStatus Source # 
Instance details

Defined in GitHub.Data.Statuses

Show NewStatus Source # 
Instance details

Defined in GitHub.Data.Statuses

Generic NewStatus Source # 
Instance details

Defined in GitHub.Data.Statuses

Associated Types

type Rep NewStatus :: Type -> Type Source #

ToJSON NewStatus Source # 
Instance details

Defined in GitHub.Data.Statuses

Binary NewStatus Source # 
Instance details

Defined in GitHub.Data.Statuses

NFData NewStatus Source # 
Instance details

Defined in GitHub.Data.Statuses

Methods

rnf :: NewStatus -> () Source #

type Rep NewStatus Source # 
Instance details

Defined in GitHub.Data.Statuses

type Rep NewStatus = D1 (MetaData "NewStatus" "GitHub.Data.Statuses" "github-0.20-EqsirKiH6Hk89stA2S25YD" 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 #

Instances
Eq CombinedStatus Source # 
Instance details

Defined in GitHub.Data.Statuses

Data CombinedStatus Source # 
Instance details

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 Source #

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

toConstr :: CombinedStatus -> Constr Source #

dataTypeOf :: CombinedStatus -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Ord CombinedStatus Source # 
Instance details

Defined in GitHub.Data.Statuses

Show CombinedStatus Source # 
Instance details

Defined in GitHub.Data.Statuses

Generic CombinedStatus Source # 
Instance details

Defined in GitHub.Data.Statuses

Associated Types

type Rep CombinedStatus :: Type -> Type Source #

FromJSON CombinedStatus Source # 
Instance details

Defined in GitHub.Data.Statuses

type Rep CombinedStatus Source # 
Instance details

Defined in GitHub.Data.Statuses

type Rep CombinedStatus = D1 (MetaData "CombinedStatus" "GitHub.Data.Statuses" "github-0.20-EqsirKiH6Hk89stA2S25YD" 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)))))