public interface ArchivedJobService
Modifier and Type | Method and Description |
---|---|
ArchivedJobMetadata |
getArchivedJobMetadata(java.lang.String jobId)
Retrieve the metadata about the contents and location of a jobs archived artifacts.
|
ArchivedJobMetadata getArchivedJobMetadata(java.lang.String jobId) throws JobNotFoundException, JobNotArchivedException, JobDirectoryManifestNotFoundException
jobId
- The id of the jobArchivedJobMetadata
instanceJobNotFoundException
- When no job with id jobId is found in the systemJobNotArchivedException
- If the job wasn't archived so no manifest could be retrievedJobDirectoryManifestNotFoundException
- If the job was archived but the manifest can't be located