Constructs a new CacheTask.
Optional
properties: ICacheTaskProperties to set
A list of cached variables to reference in the job with ${VARIABLE_NAME}
.
Static
createCreates a new CacheTask instance using the specified properties.
Optional
properties: ICacheTaskProperties to set
CacheTask instance
Static
decodeDecodes a CacheTask message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length: numberMessage length if known beforehand
CacheTask
If the payload is not a reader or valid buffer
If required fields are missing
Static
decodeDecodes a CacheTask message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
CacheTask
If the payload is not a reader or valid buffer
If required fields are missing
Static
encodeEncodes the specified CacheTask message. Does not implicitly verify messages.
CacheTask message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
encodeEncodes the specified CacheTask message, length delimited. Does not implicitly verify messages.
CacheTask message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
fromStatic
getStatic
toCreates a plain object from a CacheTask message. Also converts values to other types if specified.
CacheTask
Optional
options: IConversionOptionsConversion options
Plain object
Static
verify
Execute a job and store the result in a variable to reference later.
Input: None
Returns: The input
Example: CacheTask storing ${ONE} = 1