Properties of a CacheTask.

interface ICacheTask {
    cacheItems?: ICacheItem[];
}

Implemented by

Properties

Properties

cacheItems?: ICacheItem[]

A list of cached variables to reference in the job with ${VARIABLE_NAME}.

Generated using TypeDoc