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

net.serenitybdd.plugins.jira.service.JIRAConfiguration Maven / Gradle / Ivy

There is a newer version: 4.2.9
Show newest version
package net.serenitybdd.plugins.jira.service;

/**
 * JIRA configuration details for the target JIRA instance.
 */
public interface JIRAConfiguration {

    String getJiraUser();

    String getJiraPassword();

    String getJiraUrl();

    String getJiraWebserviceUrl();

    boolean isWikiRenderedActive();

    String getProject();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy