Uses of Enum Class
org.sonar.plugins.python.indexer.PackageResolutionResult.BuildSystem
Packages that use PackageResolutionResult.BuildSystem
-
Uses of PackageResolutionResult.BuildSystem in org.sonar.plugins.python.indexer
Methods in org.sonar.plugins.python.indexer that return PackageResolutionResult.BuildSystemModifier and TypeMethodDescriptionNamespacePackageTelemetry.buildSystem()Returns the value of thebuildSystemrecord component.PackageResolutionResult.buildSystem()Returns the value of thebuildSystemrecord component.PyProjectExtractionResult.buildSystem()Returns the value of thebuildSystemrecord component.Returns the enum constant of this class with the specified name.static PackageResolutionResult.BuildSystem[]PackageResolutionResult.BuildSystem.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sonar.plugins.python.indexer with parameters of type PackageResolutionResult.BuildSystemModifier and TypeMethodDescriptionstatic PackageResolutionResultPackageResolutionResult.fromBothPyProjectAndSetupPy(List<String> roots, PackageResolutionResult.BuildSystem buildSystem) static PackageResolutionResultPackageResolutionResult.fromPyProjectToml(List<String> roots, PackageResolutionResult.BuildSystem buildSystem) NamespacePackageTelemetry.withResolutionInfo(PackageResolutionResult.ResolutionMethod method, PackageResolutionResult.BuildSystem system) Creates a new telemetry instance with resolution information added.Constructors in org.sonar.plugins.python.indexer with parameters of type PackageResolutionResult.BuildSystemModifierConstructorDescriptionNamespacePackageTelemetry(int packagesWithInit, int packagesWithoutInit, int duplicatePackagesWithoutInit, int namespacePackagesInRegularPackage, PackageResolutionResult.ResolutionMethod resolutionMethod, PackageResolutionResult.BuildSystem buildSystem) Creates an instance of aNamespacePackageTelemetryrecord class.PackageResolutionResult(List<String> roots, PackageResolutionResult.ResolutionMethod method, PackageResolutionResult.BuildSystem buildSystem) Creates an instance of aPackageResolutionResultrecord class.PyProjectExtractionResult(ConfigSourceRoots configRoots, PackageResolutionResult.BuildSystem buildSystem) Creates an instance of aPyProjectExtractionResultrecord class.