Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
JobStep | |
|
Instances
Data JobStep Source # | |
Defined in GitHub.Data.Actions.WorkflowJobs 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 # | |
Show JobStep Source # | |
Eq JobStep Source # | |
Ord JobStep Source # | |
Defined in GitHub.Data.Actions.WorkflowJobs | |
FromJSON JobStep Source # | |
Defined in GitHub.Data.Actions.WorkflowJobs | |
type Rep JobStep Source # | |
Defined in GitHub.Data.Actions.WorkflowJobs type Rep JobStep = D1 ('MetaData "JobStep" "GitHub.Data.Actions.WorkflowJobs" "github-0.29-inplace" '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))))) |
Job | |
|