com.atlassian.jira.rest.client.api.Callback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jira-rest-java-client-api Show documentation
Show all versions of jira-rest-java-client-api Show documentation
The public API for JIRA REST Java Client
package com.atlassian.jira.rest.client.api;
public interface Callback {
void execute();
}