src/main/java/com/revo/deployr/client/broker/task/DiscreteTask.java [55:60]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        this.filename = filename;
        this.directory = directory;
        this.author = author;
        this.version = version;
        this.external = null;
        this.options = options;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/revo/deployr/client/broker/task/PooledTask.java [83:88]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        this.filename = filename;
        this.directory = directory;
        this.author = author;
        this.version = version;
        this.external = null;
        this.options = options;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



