Uses of Class
org.datadog.jenkins.plugins.datadog.util.SuppressFBWarnings
-
-
Uses of SuppressFBWarnings in org.datadog.jenkins.plugins.datadog
Methods in org.datadog.jenkins.plugins.datadog with annotations of type SuppressFBWarnings Modifier and Type Method 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)
-
Uses of SuppressFBWarnings in org.datadog.jenkins.plugins.datadog.clients
Methods in org.datadog.jenkins.plugins.datadog.clients with annotations of type SuppressFBWarnings Modifier and Type Method Description Set<String>
DatadogAgentClient. fetchAgentSupportedEndpoints()
Fetches the supported endpoints from the Trace Agent /info API -
Uses of SuppressFBWarnings in org.datadog.jenkins.plugins.datadog.listeners
Methods in org.datadog.jenkins.plugins.datadog.listeners with annotations of type SuppressFBWarnings Modifier and Type Method Description void
DatadogQueueListener. onEnterBuildable(Queue.BuildableItem item)
void
DatadogQueueListener. onLeaveBuildable(Queue.BuildableItem item)
void
DatadogGraphListener. onNewHead(org.jenkinsci.plugins.workflow.graph.FlowNode flowNode)
-
Uses of SuppressFBWarnings in org.datadog.jenkins.plugins.datadog.model
Methods in org.datadog.jenkins.plugins.datadog.model with annotations of type SuppressFBWarnings Modifier and Type Method Description Map<String,Set<String>>
BuildData. getTags()
Assembles a map of tags containing: - Build Tags - Global Job Tags set in Job Properties - Global Tag set in Jenkins Global configurationMap<String,String>
BuildData. getTagsForTraces()
-
Uses of SuppressFBWarnings in org.datadog.jenkins.plugins.datadog.traces
Methods in org.datadog.jenkins.plugins.datadog.traces with annotations of type SuppressFBWarnings Modifier and Type Method Description protected Set<String>
DatadogBaseBuildLogic. getNodeLabels(Run<?,?> run, String nodeName)
protected Set<String>
DatadogBasePipelineLogic. getNodeLabels(Run run, PipelineStepData current, String nodeName)
-