Class FreemarkerContext

java.lang.Object
io.qameta.allure.context.FreemarkerContext
All Implemented Interfaces:
Context<freemarker.template.Configuration>, Extension

public class FreemarkerContext extends Object implements Context<freemarker.template.Configuration>
Context that stores freemarker configuration.
Since:
2.0
  • Constructor Details

    • FreemarkerContext

      public FreemarkerContext()
  • Method Details

    • getValue

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