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

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

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

import java.util.List;

/**
 * @author Dmitry Baev [email protected]
 *         Date: 24.04.15
 * @see AbstractPlugin
 */
public interface WithData {

    /**
     * Using this method plugin can store some information to
     * data folder.
     */
    List getPluginData();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy