Recruitment coding task for internship in Akamai
Objective of this project is to implement scheduling planner for given batch of jobs
To use this repository, just clone it:
git clone https://github.com/mereszeta/coding-task.git
and import to your favourite IDE.
To gain more information about how to use this project, look at the class SchedulingApi or it's usages in unit tests.
To run the test just simply type:
mvn clean compile test