the settings for this Job.
The default for options.prerequisiteJobs is the empty set.
The default for options.prerequisiteFiles is the empty set.
The default for options.environment is a Docker image containing GNU Make: {@link DEFAULT_ENV}. For forwards compatibility, always provide this parameter.
Getter for this job's environment.
Gets this Job's dependencies (its prerequisites, recursively)
a iterable containing a deep scan of the Job's prerequisites.
Getter for the environment this job must run under.
Returns the number of prerequisites using Set's native size property.
Uses Set's native values() function to get an iterable of prerequisites.
An iterable that iterates over the prerequisiteFiles Set.
Uses Set's native values() function to get an iterable of prerequisites.
An iterable that iterates over the prerequisiteJobs Set.
This job's target.
Getter for the environment this job must run under.
JavaScript calls this function whenever Job is casted to a string.
A string detailing this job's target, as well as any prerequisite jobs or files.
Generated using TypeDoc
An implementation of Job.