Interface Allure

All Superinterfaces:
org.aeonbits.owner.Config, EngineProperties<Allure>, Serializable

@Sources({"system:properties","file:src/main/resources/properties/Allure.properties","file:src/main/resources/properties/default/Allure.properties","classpath:Allure.properties"}) public interface Allure extends EngineProperties<Allure>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     

    Nested classes/interfaces inherited from interface org.aeonbits.owner.Config

    org.aeonbits.owner.Config.ConverterClass, org.aeonbits.owner.Config.DecryptorClass, org.aeonbits.owner.Config.DefaultValue, org.aeonbits.owner.Config.DisableableFeature, org.aeonbits.owner.Config.DisableFeature, org.aeonbits.owner.Config.EncryptedValue, org.aeonbits.owner.Config.HotReload, org.aeonbits.owner.Config.HotReloadType, org.aeonbits.owner.Config.Key, org.aeonbits.owner.Config.LoadPolicy, org.aeonbits.owner.Config.LoadType, org.aeonbits.owner.Config.PreprocessorClasses, org.aeonbits.owner.Config.Separator, org.aeonbits.owner.Config.Sources, org.aeonbits.owner.Config.TokenizerClass
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
    boolean
     
     
     
    boolean
     
    set()
     
  • Method Details

    • automaticallyOpen

      @Key("allure.automaticallyOpen") @DefaultValue("true") boolean automaticallyOpen()
    • accumulateHistory

      @Key("allure.accumulateHistory") @DefaultValue("false") boolean accumulateHistory()
    • accumulateReports

      @Key("allure.accumulateReports") @DefaultValue("true") boolean accumulateReports()
    • generateArchive

      @Key("allure.generateArchive") @DefaultValue("false") boolean generateArchive()
    • customLogo

      @Key("allure.customLogo") @DefaultValue("https://github.com/ShaftHQ/SHAFT_ENGINE/blob/main/src/main/resources/images/shaft_white.png?raw=true") String customLogo()
    • customTitle

      @Key("allure.customTitle") @DefaultValue("Test run report") String customTitle()
    • set

      default Allure.SetProperty set()
      Specified by:
      set in interface EngineProperties<Allure>