getJobFile

fun getJobFile(jobID: HashID, fileName: String): JobFileReference?

Fetches the target file for the target job.

If the target file does not exist, this method returns null.

Return

A reference to the target file, if it exists, otherwise null.

Since

1.5.0

Parameters

jobID

Hash ID of the job whose file should be retrieved.

fileName

Name of the file to retrieve.