
com.almworks.jira.structure.util.RunnableE Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of structure-api Show documentation
Show all versions of structure-api Show documentation
Public API for the Structure Plugin for JIRA
package com.almworks.jira.structure.util;
import com.atlassian.annotations.PublicSpi;
@PublicSpi
public interface RunnableE {
void run() throws E;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy