Skip to content
Snippets Groups Projects
Verified Commit 05459fc8 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: ScheduledJob.toString

parent f3b44ce7
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,11 @@ class ScheduledJob {
public boolean skip() {
return this.job.getTarget().skipJob();
}
@Override
public String toString() {
return "SCHEDULED_" + this.job.toString();
}
}
public class Schedule {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment