Interface JobContext
-
- All Implemented Interfaces:
public interface JobContextJob Context
Context in/for which a job will be executed.
- Since:
1.0.0
Elizabeth Paige Harper https://github.com/foxcapades
-
-
Method Summary
Modifier and Type Method Description abstract HashIDgetJobID()ID the job represented by this context. abstract JsonNodegetConfig()Configuration submitted for this job. abstract JobWorkspacegetWorkspace()Local scratch workspace to be used by this job. -
-
Method Detail
-
getJobID
abstract HashID getJobID()
ID the job represented by this context.
-
getConfig
abstract JsonNode getConfig()
Configuration submitted for this job.
-
getWorkspace
abstract JobWorkspace getWorkspace()
Local scratch workspace to be used by this job.
-
-
-
-