ch.sbb.polarion.extension.cucumber.rest.CucumberIntegrationRestApplication 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.rest;
import ch.sbb.polarion.extension.cucumber.rest.controller.ApiController;
import ch.sbb.polarion.extension.cucumber.rest.controller.InternalController;
import ch.sbb.polarion.extension.cucumber.rest.controller.JiraRestApiController;
import ch.sbb.polarion.extension.cucumber.rest.controller.XrayExportCucumberTestsController;
import ch.sbb.polarion.extension.cucumber.rest.controller.XrayImportExecutionResultsController;
import ch.sbb.polarion.extension.cucumber.rest.exception.TestRunCreationExceptionMapper;
import ch.sbb.polarion.extension.generic.rest.GenericRestApplication;
import org.jetbrains.annotations.NotNull;
import java.util.Set;
public class CucumberIntegrationRestApplication extends GenericRestApplication {
@Override
@NotNull
protected Set