ch.sbb.polarion.extension.cucumber.CucumberIntegrationAdminUiServlet Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ch.sbb.polarion.extension.cucumber Show documentation
Show all versions of ch.sbb.polarion.extension.cucumber Show documentation
It provides the almost same functionality as Xray plugin for Jira.
The newest version!
package ch.sbb.polarion.extension.cucumber;
import ch.sbb.polarion.extension.generic.GenericUiServlet;
import java.io.Serial;
public class CucumberIntegrationAdminUiServlet extends GenericUiServlet {
@Serial
private static final long serialVersionUID = 6687845260037475974L;
public CucumberIntegrationAdminUiServlet() {
super("cucumber-admin");
}
}