Package | Description |
---|---|
org.datadog.jenkins.plugins.datadog | |
org.datadog.jenkins.plugins.datadog.clients |
Modifier and Type | Method and Description |
---|---|
static DatadogClient.ClientType |
DatadogClient.ClientType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatadogClient.ClientType[] |
DatadogClient.ClientType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DatadogClient |
ClientFactory.getClient(DatadogClient.ClientType type,
String apiUrl,
String logIntakeUrl,
String webhookIntakeUrl,
Secret apiKey,
String host,
Integer port,
Integer logCollectionPort,
Integer traceCollectionPort,
String traceServiceName) |
Copyright © 2016–2023. All rights reserved.