-
Notifications
You must be signed in to change notification settings - Fork 0
Type.TypeAlias.Task
DecentM edited this page Jan 16, 2026
·
26 revisions
@decentm/concourse-ts / Type / Task
Task<
Input,Output>:object
Defined in: declarations/types.ts:116
JSON representation of :class
https://concourse-ci.org/docs/tasks/
• Input extends Identifier
• Output extends Identifier
optionalcaches:TaskCache[]
optionalcontainer_limits:ContainerLimits
image_resource:
AnonymousResource
optionalinputs:TaskInput<Input>[]
optionaloutputs:TaskOutput<Output>[]
optionalparams:EnvVars
platform:
Platform
optionalrootfs_uri:string
run:
Command