Interface JobContext
@API
public interface JobContext
- Since:
- 14 aug 2013
-
Method Summary
Modifier and TypeMethodDescriptiongetBoolValue(String name) getDoubleValue(String name) getId()getIntValue(String name) getLongValue(String name) String[]voidsetResultMessage(String resultMessage) Saves a message to be tracked along with the execution of the job.
-
Method Details
-
getId
String getId()- Returns:
- The id of the job
- Since:
- 2015.3.0
-
getGroupId
String getGroupId()- Returns:
- The id of the group the job belongs to
- Since:
- 2015.3.0
-
getParamNames
- Returns:
- An iterator over the parameter names (argument names)
- Since:
- 2015.3.0
-
getValues
-
getValue
-
getIntValue
-
getDoubleValue
-
getLongValue
-
getBoolValue
-
toParamMap
-
setResultMessage
Saves a message to be tracked along with the execution of the job.- Parameters:
resultMessage-- Since:
- 2018-10-03, 2018-10-03
-