Safe Haskell | None |
---|---|
Language | Haskell2010 |
Hercules.API.Projects.Job
Documentation
Constructors
Job | |
Fields
|
Instances
data GitCommitSource Source #
Constructors
GitCommitSource | |
Instances
Constructors
Queued | |
Evaluating | |
Building | |
Effects | |
Done |
Instances
Eq JobPhase Source # | |
Show JobPhase Source # | |
Generic JobPhase Source # | |
ToJSON JobPhase Source # | |
Defined in Hercules.API.Projects.Job | |
FromJSON JobPhase Source # | |
NFData JobPhase Source # | |
Defined in Hercules.API.Projects.Job | |
ToSchema JobPhase Source # | |
Defined in Hercules.API.Projects.Job Methods declareNamedSchema :: Proxy JobPhase -> Declare (Definitions Schema) NamedSchema # | |
type Rep JobPhase Source # | |
Defined in Hercules.API.Projects.Job type Rep JobPhase = D1 ('MetaData "JobPhase" "Hercules.API.Projects.Job" "hercules-ci-api-0.6.0.1-L0iUsBHZSJOKN1YKeFqdwV" 'False) ((C1 ('MetaCons "Queued" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Evaluating" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "Building" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "Effects" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Done" 'PrefixI 'False) (U1 :: Type -> Type)))) |
Instances
data ProjectAndJobs Source #
Constructors
ProjectAndJobs | |