Package io.sentry.autoinstall.graphql
Class GraphqlInstallStrategy
java.lang.Object
io.sentry.autoinstall.AbstractIntegrationInstaller
io.sentry.autoinstall.graphql.GraphqlInstallStrategy
-
Field Summary
FieldsFields inherited from class io.sentry.autoinstall.AbstractIntegrationInstaller
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.aether.artifact.ArtifactfindThirdPartyDependency(List<org.eclipse.aether.artifact.Artifact> resolvedArtifacts) protected Versionprotected Stringprotected booleanshouldInstallModule(AutoInstallState autoInstallState) Methods inherited from class io.sentry.autoinstall.AbstractIntegrationInstaller
install, maxSupportedThirdPartyVersion, minSupportedThirdPartyVersion
-
Field Details
-
SENTRY_GRAPHQL_ID
- See Also:
-
-
Constructor Details
-
GraphqlInstallStrategy
public GraphqlInstallStrategy() -
GraphqlInstallStrategy
public GraphqlInstallStrategy(org.slf4j.Logger logger)
-
-
Method Details
-
findThirdPartyDependency
protected org.eclipse.aether.artifact.Artifact findThirdPartyDependency(List<org.eclipse.aether.artifact.Artifact> resolvedArtifacts) - Specified by:
findThirdPartyDependencyin classAbstractIntegrationInstaller
-
shouldInstallModule
- Specified by:
shouldInstallModulein classAbstractIntegrationInstaller
-
minSupportedSentryVersion
- Overrides:
minSupportedSentryVersionin classAbstractIntegrationInstaller
-
sentryModuleId
- Specified by:
sentryModuleIdin classAbstractIntegrationInstaller
-