Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data CustomResourceType Source #
Instances
data ResourceType Source #
Instances
Resource | |
|
Instances
data TaskRunConfig Source #
Instances
data TaskImageResource Source #
Instances
Instances
Eq TaskInput Source # | |
Show TaskInput Source # | |
Generic TaskInput Source # | |
ToJSON TaskInput Source # | |
FromDhall TaskInput Source # | |
type Rep TaskInput Source # | |
Defined in Fly.Types type Rep TaskInput = D1 (MetaData "TaskInput" "Fly.Types" "dhall-fly-0.3.0-Fvqa9S2F9BXKugJHinY87W" False) (C1 (MetaCons "TaskInput" PrefixI True) (S1 (MetaSel (Just "tiName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: (S1 (MetaSel (Just "tiPath") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "tiOptional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Bool))))) |
data TaskOutput Source #
Instances
data TaskContainerLimits Source #
Instances
data TaskConfig Source #
TaskConfig | |
|
Instances
Instances
Eq TaskSpec Source # | |
Show TaskSpec Source # | |
Generic TaskSpec Source # | |
ToJSON TaskSpec Source # | |
FromDhall TaskSpec Source # | |
type Rep TaskSpec Source # | |
Defined in Fly.Types type Rep TaskSpec = D1 (MetaData "TaskSpec" "Fly.Types" "dhall-fly-0.3.0-Fvqa9S2F9BXKugJHinY87W" False) (C1 (MetaCons "TaskSpecFile" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) :+: C1 (MetaCons "TaskSpecConfig" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 TaskConfig))) |
data GetVersion Source #
Instances
GetStep | |
|
Instances
Instances
TaskStep | |
|
Instances
data SetPipelineStep Source #
Instances
data InParallelStep Source #
Instances
inParallelSteps :: InParallelStep -> [Step] Source #
data InParallelConfig Source #
Instances
Get | |
Put | |
Task | |
Aggregate | |
| |
SetPipeline | |
InParallel | |
Do | |
Try | |
Instances
StepHooks | |
|
Instances
Eq StepHooks Source # | |
Show StepHooks Source # | |
Generic StepHooks Source # | |
ToJSON StepHooks Source # | |
FromDhall StepHooks Source # | |
type Rep StepHooks Source # | |
Defined in Fly.Types type Rep StepHooks = D1 (MetaData "StepHooks" "Fly.Types" "dhall-fly-0.3.0-Fvqa9S2F9BXKugJHinY87W" False) (C1 (MetaCons "StepHooks" PrefixI True) ((S1 (MetaSel (Just "hookOnSuccess") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Step)) :*: S1 (MetaSel (Just "hookOnFailure") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Step))) :*: (S1 (MetaSel (Just "hookOnAbort") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Step)) :*: S1 (MetaSel (Just "hookEnsure") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Step))))) |
data JobBuildLogRetention Source #
Instances
Job | |
|
Instances
data GroupedJob Source #
Instances
Eq GroupedJob Source # | |
Defined in Fly.Types (==) :: GroupedJob -> GroupedJob -> Bool # (/=) :: GroupedJob -> GroupedJob -> Bool # | |
Show GroupedJob Source # | |
Defined in Fly.Types showsPrec :: Int -> GroupedJob -> ShowS # show :: GroupedJob -> String # showList :: [GroupedJob] -> ShowS # | |
Generic GroupedJob Source # | |
Defined in Fly.Types type Rep GroupedJob :: Type -> Type # from :: GroupedJob -> Rep GroupedJob x # to :: Rep GroupedJob x -> GroupedJob # | |
FromDhall GroupedJob Source # | |
Defined in Fly.Types | |
type Rep GroupedJob Source # | |
Defined in Fly.Types type Rep GroupedJob = D1 (MetaData "GroupedJob" "Fly.Types" "dhall-fly-0.3.0-Fvqa9S2F9BXKugJHinY87W" False) (C1 (MetaCons "GroupedJob" PrefixI True) (S1 (MetaSel (Just "gjJob") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Job) :*: S1 (MetaSel (Just "gjGroups") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text]))) |