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

com.epam.reportportal.extension.CommonPluginCommand Maven / Gradle / Ivy

There is a newer version: 5.13.0
Show newest version
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