![JAR search and dependency download from the Maven repository](/logo.png)
net.serenitybdd.plugins.jirarequirements.RequirementsLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of serenity-jira-requirements-provider Show documentation
Show all versions of serenity-jira-requirements-provider Show documentation
Read Serenity requirements from JIRA Story and Epic cards
package net.serenitybdd.plugins.jirarequirements;
import net.serenitybdd.plugins.jira.domain.IssueSummary;
import net.thucydides.model.requirements.model.Requirement;
import java.util.List;
/**
* Created by john on 28/01/2016.
*/
public interface RequirementsLoader {
List loadFrom(List rootRequirementIssues);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy