
org.openmrs.maven.plugins.utility.Jira Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openmrs-sdk-maven-plugin Show documentation
Show all versions of openmrs-sdk-maven-plugin Show documentation
OpenMRS SDK allows for rapid development of OpenMRS modules.
The newest version!
package org.openmrs.maven.plugins.utility;
import com.atlassian.jira.rest.client.api.domain.Issue;
import org.apache.maven.plugin.MojoExecutionException;
public interface Jira {
Issue getIssue(String issueId) throws MojoExecutionException;
String getJiraUrl();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy