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 classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleannewLogStorageRetriever(TemplateBindingsProvider templateBindingsProvider) Returnsnullif the backend is not capable of retrieving logs(ie theNoElasticLogsBackendvoidsetDisableSslVerifications(boolean disableSslVerifications) voidsetElasticsearchCredentialsId(String elasticsearchCredentialsId) voidsetElasticsearchUrl(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:ElasticLogsBackendReturnsnullif the backend is not capable of retrieving logs(ie theNoElasticLogsBackend- Specified by:
newLogStorageRetrieverin 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
-