public String getIconFileName(){
return "/plugin/cucumber-reports/cuke.png";
}
public void doDynamic(StaplerRequest req, StaplerResponse rsp) throws IOException, ServletException {
DirectoryBrowserSupport dbs = new DirectoryBrowserSupport(this, new FilePath(this.dir()), this.getTitle(), "graph.gif", false);
dbs.setIndexFileName("feature-overview.html");
dbs.generateResponse(req, rsp, this);
}