Uses of Class
io.jenkins.plugins.opentelemetry.jenkins.HttpAuthHeaderFactory
Packages that use HttpAuthHeaderFactory
Package
Description
-
Uses of HttpAuthHeaderFactory in io.jenkins.plugins.opentelemetry.backend.grafana
Constructor parameters in io.jenkins.plugins.opentelemetry.backend.grafana with type arguments of type HttpAuthHeaderFactoryModifierConstructorDescriptionLokiBuildLogsLineIterator(LokiGetJenkinsBuildLogsQueryParameters lokiQueryParameters, org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient, org.apache.hc.core5.http.protocol.HttpContext httpContext, String lokiUrl, Optional<HttpAuthHeaderFactory> httpAuthHeaderFactory, Optional<String> lokiTenantId, io.opentelemetry.api.trace.Tracer tracer) LokiLogStorageRetriever(String lokiUrl, boolean disableSslVerifications, Optional<HttpAuthHeaderFactory> httpAuthHeaderFactory, Optional<String> lokiTenantId, groovy.text.Template buildLogsVisualizationUrlTemplate, TemplateBindingsProvider templateBindingsProvider, String serviceName, Optional<String> serviceNamespace) -
Uses of HttpAuthHeaderFactory in io.jenkins.plugins.opentelemetry.jenkins
Methods in io.jenkins.plugins.opentelemetry.jenkins that return types with arguments of type HttpAuthHeaderFactoryModifier and TypeMethodDescriptionstatic Optional<HttpAuthHeaderFactory> HttpAuthHeaderFactory.createFactory(String jenkinsCredentialsId) Creates an authentication header Factory using the provided credentials ID.static Optional<HttpAuthHeaderFactory> HttpAuthHeaderFactory.createFactory(Optional<String> jenkinsCredentialsId) Creates an authentication header Factory using the provided credentials ID Optional.static Optional<HttpAuthHeaderFactory> HttpAuthHeaderFactory.createFactoryApikey(String apiKey) Creates an authentication header Factory using the provided API key.static Optional<HttpAuthHeaderFactory> HttpAuthHeaderFactory.createFactoryBearer(String bearerToken) Creates an authentication header Factory using the provided Bearer token.static Optional<HttpAuthHeaderFactory> HttpAuthHeaderFactory.createFactoryUsernamePassword(String username, String password) Creates an authentication header Factory using the provided username and password.