Uses of Interface
com.almworks.jira.structure.api.util.CallableE
Packages that use CallableE
Package
Description
-
Uses of CallableE in com.almworks.jira.structure.api.auth
Methods in com.almworks.jira.structure.api.auth with parameters of type CallableEModifier and TypeMethodDescriptionfinal <R,E extends Exception>
R<R,E extends Exception>
Rstatic <R,E extends Exception>
RExecute actions with Structure under the current JIRA user with all security checks disabled.static <R,E extends Exception>
RExecute actions with Structure under a different authentication context - as another user, and/or with all security checks disabled. -
Uses of CallableE in com.almworks.jira.structure.api.job
Methods in com.almworks.jira.structure.api.job with parameters of type CallableE -
Uses of CallableE in com.almworks.jira.structure.api.util
Subinterfaces of CallableE in com.almworks.jira.structure.api.utilMethods in com.almworks.jira.structure.api.util with parameters of type CallableEModifier and TypeMethodDescriptionstatic <T,E extends Exception>
TJiraComponents.withThreadContextClassLoaderOf(Object object, CallableE<T, E> code)