Uses of Class
io.sentry.autoinstall.AutoInstallState
Packages that use AutoInstallState
Package
Description
-
Uses of AutoInstallState in io.sentry.autoinstall
Methods in io.sentry.autoinstall with parameters of type AutoInstallStateModifier and TypeMethodDescriptionvoidAbstractIntegrationInstaller.install(List<org.apache.maven.model.Dependency> dependencyList, List<org.eclipse.aether.artifact.Artifact> resolvedArtifacts, AutoInstallState autoInstallState) protected abstract booleanAbstractIntegrationInstaller.shouldInstallModule(AutoInstallState autoInstallState) -
Uses of AutoInstallState in io.sentry.autoinstall.graphql
Methods in io.sentry.autoinstall.graphql with parameters of type AutoInstallStateModifier and TypeMethodDescriptionprotected booleanGraphqlInstallStrategy.shouldInstallModule(AutoInstallState autoInstallState) -
Uses of AutoInstallState in io.sentry.autoinstall.jdbc
Methods in io.sentry.autoinstall.jdbc with parameters of type AutoInstallStateModifier and TypeMethodDescriptionprotected booleanJdbcInstallStrategy.shouldInstallModule(AutoInstallState autoInstallState) -
Uses of AutoInstallState in io.sentry.autoinstall.log4j2
Methods in io.sentry.autoinstall.log4j2 with parameters of type AutoInstallStateModifier and TypeMethodDescriptionprotected booleanLog4j2InstallStrategy.shouldInstallModule(AutoInstallState autoInstallState) -
Uses of AutoInstallState in io.sentry.autoinstall.logback
Methods in io.sentry.autoinstall.logback with parameters of type AutoInstallStateModifier and TypeMethodDescriptionprotected booleanLogbackInstallStrategy.shouldInstallModule(AutoInstallState autoInstallState) -
Uses of AutoInstallState in io.sentry.autoinstall.quartz
Methods in io.sentry.autoinstall.quartz with parameters of type AutoInstallStateModifier and TypeMethodDescriptionprotected booleanQuartzInstallStrategy.shouldInstallModule(AutoInstallState autoInstallState) -
Uses of AutoInstallState in io.sentry.autoinstall.spring
Methods in io.sentry.autoinstall.spring with parameters of type AutoInstallStateModifier and TypeMethodDescriptionprotected booleanSpring5InstallStrategy.shouldInstallModule(AutoInstallState autoInstallState) protected booleanSpring6InstallStrategy.shouldInstallModule(AutoInstallState autoInstallState) protected booleanSpringBoot2InstallStrategy.shouldInstallModule(AutoInstallState autoInstallState) protected booleanSpringBoot3InstallStrategy.shouldInstallModule(AutoInstallState autoInstallState)