Class ReportInfoContext

java.lang.Object
io.qameta.allure.context.ReportInfoContext
All Implemented Interfaces:
Context<ReportInfo>, Extension

@Deprecated public class ReportInfoContext extends Object implements Context<ReportInfo>
  • Constructor Details

    • ReportInfoContext

      public ReportInfoContext(String allureVersion)
      Deprecated.
    • ReportInfoContext

      public ReportInfoContext(String uuid, String allureVersion)
      Deprecated.
  • Method Details

    • getValue

      public ReportInfo getValue()
      Deprecated.
      Description copied from interface: Context
      Returns the context value.
      Specified by:
      getValue in interface Context<ReportInfo>
      Returns:
      the context value.