Skip to content

Type.Type.Resource

DecentM edited this page Aug 27, 2024 · 57 revisions

@decentm/concourse-ts / Type / Resource

Type alias: Resource

Resource: object

JSON representation of :class

https://concourse-ci.org/resources.html

Type declaration

check_every?

optional check_every: Duration | "never"

check_timeout?

optional check_timeout: Duration

expose_build_created_by?

optional expose_build_created_by: boolean

icon?

optional icon: string

name

name: Identifier

old_name?

optional old_name: Identifier

public?

optional public: boolean

source

source: Config

tags?

optional tags: Tags

type

type: ResourceType["name"]

version?

optional version: Version

webhook_token?

optional webhook_token: string

Source

declarations/types.ts:42

Clone this wiki locally