Class ElasticLogsBackendWithoutJenkinsVisualization
java.lang.Object
hudson.model.AbstractDescribableImpl<ElasticLogsBackend>
io.jenkins.plugins.opentelemetry.backend.elastic.ElasticLogsBackend
io.jenkins.plugins.opentelemetry.backend.elastic.ElasticLogsBackendWithoutJenkinsVisualization
- All Implemented Interfaces:
ExtensionPoint
,Describable<ElasticLogsBackend>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
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
toString()
Methods inherited from class io.jenkins.plugins.opentelemetry.backend.elastic.ElasticLogsBackend
all, getBuildLogsVisualizationMessageTemplate, getBuildLogsVisualizationUrlTemplate, getDescriptor, getOtelConfigurationProperties
-
Constructor Details
-
ElasticLogsBackendWithoutJenkinsVisualization
@DataBoundConstructor public ElasticLogsBackendWithoutJenkinsVisualization()
-
-
Method Details
-
newLogStorageRetriever
@MustBeClosed 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
-
equals
-
hashCode
public int hashCode() -
toString
-