Uses of Class
io.cryostat.agent.model.PluginInfo
-
Packages that use PluginInfo Package Description io.cryostat.agent io.cryostat.agent.insights io.cryostat.agent.model -
-
Uses of PluginInfo in io.cryostat.agent
Methods in io.cryostat.agent that return types with arguments of type PluginInfo Modifier and Type Method Description CompletableFuture<PluginInfo>CryostatClient. register(int credentialId, PluginInfo pluginInfo, URI callback)Methods in io.cryostat.agent with parameters of type PluginInfo Modifier and Type Method Description CompletableFuture<Boolean>CryostatClient. checkRegistration(PluginInfo pluginInfo)CompletableFuture<Void>CryostatClient. deregister(PluginInfo pluginInfo)CompletableFuture<PluginInfo>CryostatClient. register(int credentialId, PluginInfo pluginInfo, URI callback)CompletableFuture<Void>CryostatClient. update(PluginInfo pluginInfo, Collection<DiscoveryNode> subtree) -
Uses of PluginInfo in io.cryostat.agent.insights
Methods in io.cryostat.agent.insights with parameters of type PluginInfo Modifier and Type Method Description booleanInsightsAgentHelper. isInsightsEnabled(PluginInfo pluginInfo)voidInsightsAgentHelper. runInsightsAgent(PluginInfo pluginInfo) -
Uses of PluginInfo in io.cryostat.agent.model
Methods in io.cryostat.agent.model with parameters of type PluginInfo Modifier and Type Method Description voidPluginInfo. copyFrom(PluginInfo o)
-