
ru.yandex.qatools.allure.plugins.PreparePlugin Maven / Gradle / Ivy
package ru.yandex.qatools.allure.plugins;
/**
* @author Dmitry Baev [email protected]
* Date: 09.02.15
*/
public interface PreparePlugin extends Plugin {
/**
* Type of data needed to plugin
*/
Class getType();
/**
* Prepare all data with specified type.
*/
void prepare(T data);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy