Save the runProcess data under the 'cacheDir'.
Save the runProcess data under the 'cacheDir'.
This assumes RunProcess.ensuringCacheOutputs was called on the runProcess
the <workspace>/.cache directory in which to write the data
the job to save
the job's exit code
the cache directory for the given RunProcess under the workspace (workdingDir)
given the working (workspace) directory which holds the user's files, the originating httpRequest, and the inputProcess unmarshalled from that request, return an optionally cached future response.
given the working (workspace) directory which holds the user's files, the originating httpRequest, and the inputProcess unmarshalled from that request, return an optionally cached future response.
The HttpResponse will contain the headers 'x-cache-out' and 'x-cache-err' which will refer to the original (cached) standard output and standard error results.
Note: If the cached exit code is not a successful one (according to the request) and it's a streaming request, then the std error is returned.
an optionally cached response
(Since version ) see corresponding Javadoc for more information.
See agora.exec.model.OutputSettings for a description of caching strategy