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

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

The newest version!
package com.epam.reportportal.extension;

import com.epam.ta.reportportal.entity.integration.Integration;

import java.util.Map;

/**
 * @author Pavel Bortnik
 */
public interface PluginCommand extends NamedPluginCommand {

	/**
	 * Executes plugin command for existed integration
	 *
	 * @param integration Configured ReportPortal integration
	 * @param params      Plugin Command parameters
	 * @return Result
	 */
	T executeCommand(Integration integration, Map params);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy