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(@NotNull List<org.apache.maven.model.Dependency> dependencyList, @NotNull List<org.eclipse.aether.artifact.Artifact> resolvedArtifacts, @NotNull AutoInstallState autoInstallState) protected abstract booleanAbstractIntegrationInstaller.shouldInstallModule(@NotNull AutoInstallState autoInstallState) -
Uses of AutoInstallState in io.sentry.autoinstall.graphql
Methods in io.sentry.autoinstall.graphql with parameters of type AutoInstallStateModifier and TypeMethodDescriptionprotected booleanGraphql22InstallStrategy.shouldInstallModule(@NotNull AutoInstallState autoInstallState) protected booleanGraphqlInstallStrategy.shouldInstallModule(@NotNull 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(@NotNull 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(@NotNull 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(@NotNull 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(@NotNull 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(@NotNull AutoInstallState autoInstallState) protected booleanSpring6InstallStrategy.shouldInstallModule(AutoInstallState autoInstallState) protected booleanSpring7InstallStrategy.shouldInstallModule(AutoInstallState autoInstallState) protected booleanSpringBoot2InstallStrategy.shouldInstallModule(@NotNull AutoInstallState autoInstallState) protected booleanSpringBoot3InstallStrategy.shouldInstallModule(@NotNull AutoInstallState autoInstallState) protected booleanSpringBoot4InstallStrategy.shouldInstallModule(@NotNull AutoInstallState autoInstallState)