Safe Haskell | None |
---|---|
Language | Haskell2010 |
Fly.Types
Documentation
data CustomResourceType Source #
Constructors
CustomResourceType | |
Instances
data ResourceType Source #
Constructors
ResourceTypeInBuilt Text | |
ResourceTypeCustom CustomResourceType |
Instances
Constructors
Resource | |
Fields
|
Instances
data TaskRunConfig Source #
Constructors
TaskRunConfig | |
Instances
data TaskImageResource Source #
Constructors
TaskImageResource | |
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.2.0-EHsYj3iwQM0Fdr1g1wye8N" 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
Eq TaskOutput Source # | |
Defined in Fly.Types | |
Show TaskOutput Source # | |
Defined in Fly.Types Methods showsPrec :: Int -> TaskOutput -> ShowS # show :: TaskOutput -> String # showList :: [TaskOutput] -> ShowS # | |
Generic TaskOutput Source # | |
ToJSON TaskOutput Source # | |
Defined in Fly.Types Methods toJSON :: TaskOutput -> Value # toEncoding :: TaskOutput -> Encoding # toJSONList :: [TaskOutput] -> Value # toEncodingList :: [TaskOutput] -> Encoding # | |
FromDhall TaskOutput Source # | |
Defined in Fly.Types Methods autoWith :: InterpretOptions -> Type TaskOutput # | |
type Rep TaskOutput Source # | |
Defined in Fly.Types type Rep TaskOutput = D1 (MetaData "TaskOutput" "Fly.Types" "dhall-fly-0.2.0-EHsYj3iwQM0Fdr1g1wye8N" False) (C1 (MetaCons "TaskOutput" PrefixI True) (S1 (MetaSel (Just "toName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "toPath") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text)))) |
Constructors
TaskCache | |
Fields |
data TaskContainerLimits Source #
Instances
data TaskConfig Source #
Constructors
TaskConfig | |
Fields
|
Instances
Constructors
TaskSpecFile Text | |
TaskSpecConfig TaskConfig |
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.2.0-EHsYj3iwQM0Fdr1g1wye8N" 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 #
Constructors
GetVersionLatest | |
GetVersionEvery | |
GetVersionSpecific (HashMap Text Text) |
Instances
Constructors
GetStep | |
Fields
|
Instances
Constructors
PutStep | |
Instances
Constructors
TaskStep | |
Fields
|
Instances
data InParallelStep Source #
Constructors
InParallelSteps | |
InParallelStepConfig | |
Fields |
Instances
inParallelSteps :: InParallelStep -> [Step] Source #
data InParallelConfig Source #
Constructors
InParallelConfig | |
Instances
Constructors
Get | |
Put | |
Task | |
Aggregate | |
Fields
| |
InParallel | |
Fields | |
Do | |
Try | |
Instances
Constructors
StepHooks | |
Fields
|
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.2.0-EHsYj3iwQM0Fdr1g1wye8N" 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 #
Constructors
JobBuildLogRetention | |
Instances
Constructors
Job | |
Fields
|
Instances
data GroupedJob Source #
Constructors
GroupedJob | |
Instances
Eq GroupedJob Source # | |
Defined in Fly.Types | |
Show GroupedJob Source # | |
Defined in Fly.Types Methods showsPrec :: Int -> GroupedJob -> ShowS # show :: GroupedJob -> String # showList :: [GroupedJob] -> ShowS # | |
Generic GroupedJob Source # | |
FromDhall GroupedJob Source # | |
Defined in Fly.Types Methods autoWith :: InterpretOptions -> Type GroupedJob # | |
type Rep GroupedJob Source # | |
Defined in Fly.Types type Rep GroupedJob = D1 (MetaData "GroupedJob" "Fly.Types" "dhall-fly-0.2.0-EHsYj3iwQM0Fdr1g1wye8N" False) (C1 (MetaCons "GroupedJob" PrefixI True) (S1 (MetaSel (Just "gjJob") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Job) :*: S1 (MetaSel (Just "gjGroups") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text]))) |