Class NoElasticLogsBackend
java.lang.Object
hudson.model.AbstractDescribableImpl<ElasticLogsBackend>
io.jenkins.plugins.opentelemetry.backend.elastic.ElasticLogsBackend
io.jenkins.plugins.opentelemetry.backend.elastic.NoElasticLogsBackend
- All Implemented Interfaces:
ExtensionPoint
,Describable<ElasticLogsBackend>
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
newLogStorageRetriever
(TemplateBindingsProvider templateBindingsProvider) Returnsnull
if the backend is not capable of retrieving logs(ie theNoElasticLogsBackend
Methods inherited from class io.jenkins.plugins.opentelemetry.backend.elastic.ElasticLogsBackend
all, getBuildLogsVisualizationMessageTemplate, getBuildLogsVisualizationUrlTemplate, getDescriptor
-
Constructor Details
-
NoElasticLogsBackend
@DataBoundConstructor public NoElasticLogsBackend()
-
-
Method Details
-
newLogStorageRetriever
public LogStorageRetriever newLogStorageRetriever(TemplateBindingsProvider templateBindingsProvider) Description copied from class:ElasticLogsBackend
Returnsnull
if the backend is not capable of retrieving logs(ie theNoElasticLogsBackend
- Specified by:
newLogStorageRetriever
in classElasticLogsBackend
-
getOtelConfigurationProperties
- Overrides:
getOtelConfigurationProperties
in classElasticLogsBackend
-
equals
-
hashCode
public int hashCode()
-