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

org.openmrs.maven.plugins.utility.Jira Maven / Gradle / Ivy

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