Class ElasticLogsBackendWithJenkinsVisualization
java.lang.Object
hudson.model.AbstractDescribableImpl<ElasticLogsBackend>
io.jenkins.plugins.opentelemetry.backend.elastic.ElasticLogsBackend
io.jenkins.plugins.opentelemetry.backend.elastic.ElasticLogsBackendWithJenkinsVisualization
- All Implemented Interfaces:
ExtensionPoint
,Describable<ElasticLogsBackend>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
newLogStorageRetriever
(TemplateBindingsProvider templateBindingsProvider) Returnsnull
if the backend is not capable of retrieving logs(ie theNoElasticLogsBackend
void
setDisableSslVerifications
(boolean disableSslVerifications) void
setElasticsearchCredentialsId
(String elasticsearchCredentialsId) void
setElasticsearchUrl
(String elasticsearchUrl) toString()
Methods inherited from class io.jenkins.plugins.opentelemetry.backend.elastic.ElasticLogsBackend
all, getBuildLogsVisualizationMessageTemplate, getBuildLogsVisualizationUrlTemplate, getDescriptor, getOtelConfigurationProperties
-
Constructor Details
-
ElasticLogsBackendWithJenkinsVisualization
@DataBoundConstructor public ElasticLogsBackendWithJenkinsVisualization()
-
-
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
-
setElasticsearchCredentialsId
@DataBoundSetter public void setElasticsearchCredentialsId(@CheckForNull String elasticsearchCredentialsId) -
getElasticsearchCredentialsId
-
getElasticsearchUrl
-
setElasticsearchUrl
-
isDisableSslVerifications
public boolean isDisableSslVerifications() -
setDisableSslVerifications
@DataBoundSetter public void setDisableSslVerifications(boolean disableSslVerifications) -
equals
-
hashCode
public int hashCode() -
toString
-