Class HttpExportConfig

java.lang.Object
io.jenkins.plugins.dorametrics.export.ExportStorageConfig
io.jenkins.plugins.dorametrics.export.HttpExportConfig
All Implemented Interfaces:
Describable<ExportStorageConfig>

public class HttpExportConfig extends ExportStorageConfig
HTTP endpoint export configuration and upload. Sends JSON snapshots to any HTTP endpoint via POST. Supports Bearer token (StringCredentials) and Basic auth (UsernamePassword).