Class ReportWebPlugin

java.lang.Object
io.qameta.allure.core.ReportWebPlugin
All Implemented Interfaces:
io.qameta.allure.Aggregator, io.qameta.allure.Extension

@Deprecated public class ReportWebPlugin extends Object implements io.qameta.allure.Aggregator
Deprecated.
for removal. Use instead.
Plugins that stores report static files to data directory.
Since:
2.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    aggregate(io.qameta.allure.core.Configuration configuration, List<io.qameta.allure.core.LaunchResults> launchesResults, Path outputDirectory)
    Deprecated.
     
    protected void
    writeIndexHtml(io.qameta.allure.core.Configuration configuration, Path outputDirectory)
    Deprecated.
     
    protected void
    writePluginsStatic(io.qameta.allure.core.Configuration configuration, Path outputDirectory)
    Deprecated.
     
    protected void
    writeStatic(Path outputDirectory)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReportWebPlugin

      public ReportWebPlugin()
      Deprecated.
  • Method Details

    • aggregate

      public void aggregate(io.qameta.allure.core.Configuration configuration, List<io.qameta.allure.core.LaunchResults> launchesResults, Path outputDirectory) throws IOException
      Deprecated.
      Specified by:
      aggregate in interface io.qameta.allure.Aggregator
      Throws:
      IOException
    • writePluginsStatic

      protected void writePluginsStatic(io.qameta.allure.core.Configuration configuration, Path outputDirectory) throws IOException
      Deprecated.
      Throws:
      IOException
    • writeIndexHtml

      protected void writeIndexHtml(io.qameta.allure.core.Configuration configuration, Path outputDirectory) throws IOException
      Deprecated.
      Throws:
      IOException
    • writeStatic

      protected void writeStatic(Path outputDirectory)
      Deprecated.