public JobBuilderImpl()

in src/main/java/org/apache/sling/jobs/impl/JobBuilderImpl.java [42:48]


    public JobBuilderImpl(JobStarter jobStarter, Types.JobQueue topic, Types.JobType jobType) {
        this.jobStarter = jobStarter;
        this.topic = topic;
        this.jobType = jobType;
        this.id = Utils.generateId();
        properties = new HashMap<String, Object>();
    }