Class PlatformInfoResource

java.lang.Object
com.codebarrel.jira.plugin.automation.rest.PlatformInfoResource

@Path("platform-info") @Consumes("application/json") @Produces("application/json") public class PlatformInfoResource extends Object
  • Constructor Details

    • PlatformInfoResource

      @Inject public PlatformInfoResource(com.atlassian.plugin.PluginAccessor pluginAccessor, com.codebarrel.jira.plugin.automation.rest.CurrentUserPermissionHelper userPermissionHelper)
  • Method Details

    • getSupportedPluginVersion

      @GET @Path("/plugin-version/{key}") public jakarta.ws.rs.core.Response getSupportedPluginVersion(@PathParam("key") String pluginKey)