com.epam.reportportal.extension.NamedPluginCommand 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
The newest version!
package com.epam.reportportal.extension;
/**
* @author Ivan Budayeu
*/
public interface NamedPluginCommand{
String getName();
}