コード例 #1
0
 @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);
 }