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 ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()newLogStorageRetriever(TemplateBindingsProvider templateBindingsProvider) Returnsnullif the backend is not capable of retrieving logs(ie theNoElasticLogsBackendMethods 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:ElasticLogsBackendReturnsnullif the backend is not capable of retrieving logs(ie theNoElasticLogsBackend- Specified by:
newLogStorageRetrieverin classElasticLogsBackend
-
getOtelConfigurationProperties
- Overrides:
getOtelConfigurationPropertiesin classElasticLogsBackend
-
equals
-
hashCode
public int hashCode()
-