All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.yandex.qatools.allure.plugins.WithResources Maven / Gradle / Ivy

There is a newer version: 1.5.4
Show newest version
package ru.yandex.qatools.allure.plugins;

/**
 * Common interface for all plugins with some resources. You can pass resources
 * to the report by adding it to class path to ${yourPluginCanonicalClassName} folder.
 * These resources  will be copied to plugins/${pluginName} folder and added to
 * plugins.json. Then plugins/${pluginName}/script.js will be loaded.
 *
 * @author Dmitry Baev [email protected]
 *         Date: 22.04.15
 * @see AbstractPlugin
 */
public interface WithResources {

    /**
     * Name for plugin. Name should be unique and contains only latin characters.
     */
    String getName();


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy