github-0.29: Access to the GitHub API, v3.
Safe HaskellSafe-Inferred
LanguageHaskell2010

GitHub.Data.Actions.WorkflowRuns

Documentation

data WorkflowRun Source #

Instances

Instances details
FromJSON WorkflowRun Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

Data WorkflowRun Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

Methods

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

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

toConstr :: WorkflowRun -> Constr #

dataTypeOf :: WorkflowRun -> DataType #

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

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

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

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

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

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

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

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

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

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

Generic WorkflowRun Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

Associated Types

type Rep WorkflowRun :: Type -> Type #

Show WorkflowRun Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

Eq WorkflowRun Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

Ord WorkflowRun Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

FromJSON (WithTotalCount WorkflowRun) Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

type Rep WorkflowRun Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

type Rep WorkflowRun = D1 ('MetaData "WorkflowRun" "GitHub.Data.Actions.WorkflowRuns" "github-0.29-8pCAynMhaqD8pNGAeWnyh4" 'False) (C1 ('MetaCons "WorkflowRun" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "workflowRunWorkflowRunId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Id WorkflowRun)) :*: S1 ('MetaSel ('Just "workflowRunName") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Name WorkflowRun))) :*: (S1 ('MetaSel ('Just "workflowRunHeadBranch") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowRunHeadSha") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "workflowRunPath") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowRunDisplayTitle") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "workflowRunRunNumber") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Integer) :*: (S1 ('MetaSel ('Just "workflowRunEvent") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowRunStatus") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text))))) :*: (((S1 ('MetaSel ('Just "workflowRunConclusion") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workflowRunWorkflowId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "workflowRunUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL) :*: S1 ('MetaSel ('Just "workflowRunHtmlUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL))) :*: ((S1 ('MetaSel ('Just "workflowRunCreatedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime) :*: S1 ('MetaSel ('Just "workflowRunUpdatedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime)) :*: (S1 ('MetaSel ('Just "workflowRunActor") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 SimpleUser) :*: (S1 ('MetaSel ('Just "workflowRunAttempt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "workflowRunStartedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime)))))))

data RunAttempt Source #

Constructors

RunAttempt 

Instances

Instances details
Data RunAttempt Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

Methods

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

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

toConstr :: RunAttempt -> Constr #

dataTypeOf :: RunAttempt -> DataType #

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

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

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

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

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

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

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

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

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

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

Generic RunAttempt Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

Associated Types

type Rep RunAttempt :: Type -> Type #

Show RunAttempt Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

Eq RunAttempt Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

Ord RunAttempt Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

type Rep RunAttempt Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

type Rep RunAttempt = D1 ('MetaData "RunAttempt" "GitHub.Data.Actions.WorkflowRuns" "github-0.29-8pCAynMhaqD8pNGAeWnyh4" 'False) (C1 ('MetaCons "RunAttempt" 'PrefixI 'False) (U1 :: Type -> Type))

data ReviewHistory Source #

Instances

Instances details
FromJSON ReviewHistory Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

Data ReviewHistory Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

Methods

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

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

toConstr :: ReviewHistory -> Constr #

dataTypeOf :: ReviewHistory -> DataType #

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

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

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

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

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

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

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

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

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

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

Generic ReviewHistory Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

Associated Types

type Rep ReviewHistory :: Type -> Type #

Show ReviewHistory Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

Eq ReviewHistory Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

Ord ReviewHistory Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

type Rep ReviewHistory Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowRuns

type Rep ReviewHistory = D1 ('MetaData "ReviewHistory" "GitHub.Data.Actions.WorkflowRuns" "github-0.29-8pCAynMhaqD8pNGAeWnyh4" 'False) (C1 ('MetaCons "ReviewHistory" 'PrefixI 'True) (S1 ('MetaSel ('Just "reviewHistoryState") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "reviewHistoryComment") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "reviewHistoryUser") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 SimpleUser))))