public JobImpl()

in src/main/java/org/apache/sling/jobs/impl/JobImpl.java [62:67]


    public JobImpl(JobUpdate update) {
        this.jobQueue = update.getQueue();
        this.id = update.getId();
        update(update);
        updateProperties(update.getProperties());
    }