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 Summary
Nested ClassesNested classes/interfaces inherited from class io.jenkins.plugins.opentelemetry.authentication.OtlpAuthentication
OtlpAuthentication.AbstractDescriptorNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier 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.OtlpAuthentication
allDescriptors, getDescriptor
-
Constructor Details
-
NoAuthentication
@DataBoundConstructor public NoAuthentication()
-
-
Method Details
-
enrichOpenTelemetryAutoConfigureConfigProperties
- Specified by:
enrichOpenTelemetryAutoConfigureConfigPropertiesin classOtlpAuthentication
-
enrichOtelEnvironmentVariables
Description copied from class:OtlpAuthenticationEnrich the provided environment variables injecting the authentication settings, typically appending credentials to theOTEL_EXPORTER_OTLP_HEADERSvariable- Specified by:
enrichOtelEnvironmentVariablesin classOtlpAuthentication- Parameters:
environmentVariables- the builder to configure
-
toString
-
equals
-
hashCode
public int hashCode()
-