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

GitHub.Data.Actions.WorkflowJobs

Documentation

data JobStep Source #

Instances

Instances details
FromJSON JobStep Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowJobs

Data JobStep Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowJobs

Methods

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

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

toConstr :: JobStep -> Constr #

dataTypeOf :: JobStep -> DataType #

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

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

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

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

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

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

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

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

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

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

Generic JobStep Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowJobs

Associated Types

type Rep JobStep :: Type -> Type #

Methods

from :: JobStep -> Rep JobStep x #

to :: Rep JobStep x -> JobStep #

Show JobStep Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowJobs

Eq JobStep Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowJobs

Methods

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

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

Ord JobStep Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowJobs

type Rep JobStep Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowJobs

type Rep JobStep = D1 ('MetaData "JobStep" "GitHub.Data.Actions.WorkflowJobs" "github-0.29-8pCAynMhaqD8pNGAeWnyh4" 'False) (C1 ('MetaCons "JobStep" 'PrefixI 'True) ((S1 ('MetaSel ('Just "jobStepName") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Name JobStep)) :*: (S1 ('MetaSel ('Just "jobStepStatus") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobStepConclusion") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "jobStepNumber") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Integer) :*: (S1 ('MetaSel ('Just "jobStepStartedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime) :*: S1 ('MetaSel ('Just "jobStepCompletedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime)))))

data Job Source #

Instances

Instances details
FromJSON Job Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowJobs

Data Job Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowJobs

Methods

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

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

toConstr :: Job -> Constr #

dataTypeOf :: Job -> DataType #

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

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

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

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

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

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

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

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

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

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

Generic Job Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowJobs

Associated Types

type Rep Job :: Type -> Type #

Methods

from :: Job -> Rep Job x #

to :: Rep Job x -> Job #

Show Job Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowJobs

Methods

showsPrec :: Int -> Job -> ShowS #

show :: Job -> String #

showList :: [Job] -> ShowS #

Eq Job Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowJobs

Methods

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

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

Ord Job Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowJobs

Methods

compare :: Job -> Job -> Ordering #

(<) :: Job -> Job -> Bool #

(<=) :: Job -> Job -> Bool #

(>) :: Job -> Job -> Bool #

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

max :: Job -> Job -> Job #

min :: Job -> Job -> Job #

FromJSON (WithTotalCount Job) Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowJobs

type Rep Job Source # 
Instance details

Defined in GitHub.Data.Actions.WorkflowJobs

type Rep Job = D1 ('MetaData "Job" "GitHub.Data.Actions.WorkflowJobs" "github-0.29-8pCAynMhaqD8pNGAeWnyh4" 'False) (C1 ('MetaCons "Job" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Id Job)) :*: S1 ('MetaSel ('Just "jobRunId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Id WorkflowRun))) :*: (S1 ('MetaSel ('Just "jobRunUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL) :*: S1 ('MetaSel ('Just "jobRunAttempt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Integer))) :*: ((S1 ('MetaSel ('Just "jobNodeId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobHeadSha") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "jobUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL) :*: (S1 ('MetaSel ('Just "jobHtmlUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL) :*: S1 ('MetaSel ('Just "jobStatus") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text))))) :*: (((S1 ('MetaSel ('Just "jobConclusion") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobStartedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime)) :*: (S1 ('MetaSel ('Just "jobCompletedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime) :*: (S1 ('MetaSel ('Just "jobSteps") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Vector JobStep)) :*: S1 ('MetaSel ('Just "jobRunCheckUrl") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 URL)))) :*: ((S1 ('MetaSel ('Just "jobLabels") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Vector Text)) :*: S1 ('MetaSel ('Just "jobRunnerId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "jobRunnerName") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "jobRunnerGroupId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "jobRunnerGroupName") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text)))))))