Uses of Enum Class
org.sonar.plugins.python.api.PythonVersionUtils.Version
Packages that use PythonVersionUtils.Version
-
Uses of PythonVersionUtils.Version in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api that return PythonVersionUtils.VersionModifier and TypeMethodDescriptionstatic PythonVersionUtils.VersionReturns the enum constant of this class with the specified name.static PythonVersionUtils.Version[]PythonVersionUtils.Version.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sonar.plugins.python.api that return types with arguments of type PythonVersionUtils.VersionModifier and TypeMethodDescriptionstatic Set<PythonVersionUtils.Version>PythonVersionUtils.allVersions()static Set<PythonVersionUtils.Version>ProjectPythonVersion.currentVersions()static Set<PythonVersionUtils.Version>PythonVersionUtils.fromString(String propertyValue) static Set<PythonVersionUtils.Version>PythonVersionUtils.fromStringArray(String[] versions) SubscriptionContext.sourcePythonVersions()List of Python versions this project is compatible with.Method parameters in org.sonar.plugins.python.api with type arguments of type PythonVersionUtils.VersionModifier and TypeMethodDescriptionstatic voidProjectPythonVersion.setCurrentVersions(Set<PythonVersionUtils.Version> currentVersions)