Interface JobApiProjection
- All Known Implementing Classes:
JobEntity
public interface JobApiProjection
A projection which allows the system to pull back whether the job was submitted via the REST API or other mechanism.
- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisApi()Return whether or not this job was submitted via the API or other (e.g.
-
Method Details
-
isApi
boolean isApi()Return whether or not this job was submitted via the API or other (e.g. Agent CLI) mechanism.- Returns:
- true if the job was submitted via an API call. false otherwise.
-