Interface IJobResult
-
public interface IJobResultThis structure is a representation of a particular scheduled job run. Once a job run has completed, an newIJobResultwill be generated and kept by the scheduler for later historical querying.- Author:
- aphillip
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()The unique id of the job run.
-
-
-
Method Detail
-
getId
String getId()
The unique id of the job run.- Returns:
- a unique id of the job run
-
-