com.epam.reportportal.extension.CommonPluginCommand Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-api Show documentation
Show all versions of plugin-api Show documentation
EPAM Report portal. Plugin extension APIs
package com.epam.reportportal.extension;
import java.util.Map;
/**
* @author Pavel Bortnik
*/
public interface CommonPluginCommand extends NamedPluginCommand {
/**
* Executes plugin command without existed integration
*
* @param params Plugin Command parameters
* @return Result
*/
T executeCommand(Map params);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy