Class Constants

java.lang.Object
io.qameta.allure.Constants

public final class Constants extends Object
Since:
2.7
  • Field Details

  • Method Details

    • pluginPath

      public static String pluginPath(String... pathItems)
      Build path within plugins directory.
      Parameters:
      pathItems - the path items.
      Returns:
      the path within plugins directory.
    • exportPath

      public static String exportPath(String... pathItems)
      Build path within export directory.
      Parameters:
      pathItems - the path items.
      Returns:
      the path within export directory.
    • dataPath

      public static String dataPath(String... pathItems)
      Build path within data directory.
      Parameters:
      pathItems - the path items.
      Returns:
      the path within data directory.
    • widgetsPath

      public static String widgetsPath(String... pathItems)
      Build path within widgets directory.
      Parameters:
      pathItems - the path items.
      Returns:
      the path within widgets directory.
    • historyPath

      public static String historyPath(String... pathItems)
      Build path within history directory.
      Parameters:
      pathItems - the path items.
      Returns:
      the path within history directory.
    • path

      public static String path(String first, String... others)
      Build path from specified path items.
      Parameters:
      first - the first path item.
      others - other path items.
      Returns:
      the path.