Interface JobCommandProjection
- All Known Implementing Classes:
JobEntity
public interface JobCommandProjection
Projection to return just the command for a given job.
- Since:
- 3.3.0
-
Method Summary
Modifier and TypeMethodDescriptionGet the command that ran or is currently running a given job.
-
Method Details
-
getCommand
Optional<CommandEntity> getCommand()Get the command that ran or is currently running a given job.- Returns:
- The command entity
-