Class NoAuthentication
java.lang.Object
io.jenkins.plugins.opentelemetry.authentication.OtlpAuthentication
io.jenkins.plugins.opentelemetry.authentication.NoAuthentication
- All Implemented Interfaces:
- ExtensionPoint,- Describable<OtlpAuthentication>
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class io.jenkins.plugins.opentelemetry.authentication.OtlpAuthenticationOtlpAuthentication.AbstractDescriptorNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidenrichOpenTelemetryAutoConfigureConfigProperties(Map<String, String> configProperties) voidenrichOtelEnvironmentVariables(Map<String, String> environmentVariables) Enrich the provided environment variables injecting the authentication settings, typically appending credentials to theOTEL_EXPORTER_OTLP_HEADERSvariablebooleaninthashCode()toString()Methods inherited from class io.jenkins.plugins.opentelemetry.authentication.OtlpAuthenticationallDescriptors, getDescriptor
- 
Constructor Details- 
NoAuthentication@DataBoundConstructor public NoAuthentication()
 
- 
- 
Method Details- 
enrichOpenTelemetryAutoConfigureConfigProperties- Specified by:
- enrichOpenTelemetryAutoConfigureConfigPropertiesin class- OtlpAuthentication
 
- 
enrichOtelEnvironmentVariablesDescription copied from class:OtlpAuthenticationEnrich the provided environment variables injecting the authentication settings, typically appending credentials to theOTEL_EXPORTER_OTLP_HEADERSvariable- Specified by:
- enrichOtelEnvironmentVariablesin class- OtlpAuthentication
- Parameters:
- environmentVariables- the builder to configure
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-