Package com.jbehaveforjira.javaclient

Examples of com.jbehaveforjira.javaclient.JiraStoryPathsFinder


    }

    @Override
    protected List<String> storyPaths() {

        JiraStoryPathsFinder storyFinder = new JiraStoryPathsFinder(jiraUrl, jiraProject, "admin", "admin");
//        StoryPathsFinder storyFinder = new GroovyStoryPathsFinder(jiraUrl, jiraProject, "admin", "admin");
        List<String> paths = storyFinder.findPaths();
        return paths;
    }
View Full Code Here

TOP

Related Classes of com.jbehaveforjira.javaclient.JiraStoryPathsFinder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.