pivotal-tracker-0.2.0.0: A library and a CLI tool for accessing Pivotal Tracker API

Safe HaskellNone
LanguageHaskell2010

Web.Tracker.Story

Documentation

data StoryState Source #

Instances

Bounded StoryState Source # 
Enum StoryState Source # 
Eq StoryState Source # 
Ord StoryState Source # 
Show StoryState Source # 
ToJSON StoryState Source # 
FromJSON StoryState Source # 
ToHttpApiData StoryState Source # 

data Story Source #

Instances

Show Story Source # 

Methods

showsPrec :: Int -> Story -> ShowS #

show :: Story -> String #

showList :: [Story] -> ShowS #

Generic Story Source # 

Associated Types

type Rep Story :: * -> * #

Methods

from :: Story -> Rep Story x #

to :: Rep Story x -> Story #

FromJSON Story Source # 
type Rep Story Source # 
type Rep Story = D1 * (MetaData "Story" "Web.Tracker.Story" "pivotal-tracker-0.2.0.0-BswL4NasWcoBB6KnHy8cEt" False) (C1 * (MetaCons "Story" PrefixI True) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "sId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * StoryId)) ((:*:) * (S1 * (MetaSel (Just Symbol "sProjectId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * ProjectId)) (S1 * (MetaSel (Just Symbol "sName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "sDescription") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "sStoryType") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * StoryType)) (S1 * (MetaSel (Just Symbol "sCurrentState") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * StoryState))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "sEstimate") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Double))) ((:*:) * (S1 * (MetaSel (Just Symbol "sAcceptedAt") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe UTCTime))) (S1 * (MetaSel (Just Symbol "sRequestedById") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * UserId)))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "sOwnerIds") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * [UserId])) (S1 * (MetaSel (Just Symbol "sCreatedAt") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * UTCTime))) ((:*:) * (S1 * (MetaSel (Just Symbol "sUpdatedAt") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * UTCTime)) (S1 * (MetaSel (Just Symbol "sUrl") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))))))