Uses of Enum
org.sonarsource.dotnet.protobuf.SonarAnalyzer.LogSeverity
Packages that use SonarAnalyzer.LogSeverity
-
Uses of SonarAnalyzer.LogSeverity in org.sonarsource.dotnet.protobuf
Methods in org.sonarsource.dotnet.protobuf that return SonarAnalyzer.LogSeverityModifier and TypeMethodDescriptionstatic SonarAnalyzer.LogSeveritySonarAnalyzer.LogSeverity.forNumber(int value) SonarAnalyzer.LogInfo.Builder.getSeverity().sonaranalyzer.LogSeverity severity = 1;SonarAnalyzer.LogInfo.getSeverity().sonaranalyzer.LogSeverity severity = 1;SonarAnalyzer.LogInfoOrBuilder.getSeverity().sonaranalyzer.LogSeverity severity = 1;static SonarAnalyzer.LogSeveritySonarAnalyzer.LogSeverity.valueOf(int value) Deprecated.static SonarAnalyzer.LogSeveritySonarAnalyzer.LogSeverity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SonarAnalyzer.LogSeverityReturns the enum constant of this type with the specified name.static SonarAnalyzer.LogSeverity[]SonarAnalyzer.LogSeverity.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sonarsource.dotnet.protobuf that return types with arguments of type SonarAnalyzer.LogSeverityModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SonarAnalyzer.LogSeverity>SonarAnalyzer.LogSeverity.internalGetValueMap()Methods in org.sonarsource.dotnet.protobuf with parameters of type SonarAnalyzer.LogSeverityModifier and TypeMethodDescriptionSonarAnalyzer.LogInfo.Builder.setSeverity(SonarAnalyzer.LogSeverity value) .sonaranalyzer.LogSeverity severity = 1;