@SuppressWarnings("unused")
 public DirectoryBrowserSupport doDynamic(StaplerRequest req, StaplerResponse rsp)
     throws IOException, ServletException, InterruptedException {
   AbstractProject<?, ?> project = build.getProject();
   FilePath systemDirectory = new FilePath(AllureReportPlugin.getReportBuildDirectory(build));
   return new DirectoryBrowserSupport(
       this, systemDirectory, project.getDisplayName(), null, false);
 }
 @Override
 public String getIconFileName() {
   return AllureReportPlugin.getIconFilename();
 }
 @Override
 public String getDisplayName() {
   return AllureReportPlugin.getTitle();
 }