Modifier and Type | Method and Description |
---|---|
boolean |
DatadogGlobalConfiguration.configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
Indicates if this builder can be used with all kinds of project types.
|
static Set<String> |
DatadogUtilities.getNodeLabels(Computer computer) |
static void |
DatadogUtilities.severe(Logger logger,
Throwable e,
String message) |
Modifier and Type | Field and Description |
---|---|
static boolean |
DatadogHttpClient.enableValidations |
static boolean |
DatadogAgentClient.enableValidations |
Modifier and Type | Method and Description |
---|---|
Set<String> |
DatadogAgentClient.fetchAgentSupportedEndpoints()
Fetches the supported endpoints from the Trace Agent /info API
|
static ConcurrentMetricCounters |
ConcurrentMetricCounters.getInstance() |
static DatadogClient |
DatadogAgentClient.getInstance(String hostname,
Integer port,
Integer logCollectionPort,
Integer traceCollectionPort)
NOTE: Use ClientFactory.getClient method to instantiate the client in the Jenkins Plugin
This method is not recommended to be used because it misses some validations.
|
static DatadogClient |
DatadogHttpClient.getInstance(String url,
String logIntakeUrl,
String webhookIntakeUrl,
Secret apiKey)
NOTE: Use ClientFactory.getClient method to instantiate the client in the Jenkins Plugin
This method is not recommended to be used because it misses some validations.
|
boolean |
DatadogHttpClient.postWebhook(String payload)
Posts a given payload to the Datadog Webhook Intake, using the user configured apiKey.
|
boolean |
DatadogAgentClient.postWebhook(String payload)
Posts a given payload to the Agent EVP Proxy so it is forwarded to the Webhook Intake.
|
boolean |
DatadogHttpClient.validateWebhookIntakeConnection() |
Constructor and Description |
---|
BuildData(Run run,
TaskListener listener) |
Modifier and Type | Method and Description |
---|---|
protected Set<String> |
DatadogBaseBuildLogic.getNodeLabels(Run<?,?> run,
String nodeName) |
protected Set<String> |
DatadogBasePipelineLogic.getNodeLabels(Run run,
BuildPipelineNode current,
String nodeName) |
Modifier and Type | Class and Description |
---|---|
class |
HttpMessage |
Copyright © 2016–2023. All rights reserved.