*/ interface Plugin { public function __construct(Builder $phpci, Build $build, array $options = array()); public function execute(); }