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 org.jenkinsci.plugins.workflow.graph.BlockStartNode
DatadogUtilities. getEnclosingStageNode(org.jenkinsci.plugins.workflow.graph.FlowNode node)
Returns enclosing stage node for the given node.static Set<String>
DatadogUtilities. getNodeLabels(Computer computer)
-
Uses of SuppressFBWarnings in org.datadog.jenkins.plugins.datadog.apm
Methods in org.datadog.jenkins.plugins.datadog.apm with annotations of type SuppressFBWarnings Modifier and Type Method Description Map<String,String>
GoConfigurator. configure(TestOptimization testOptimization, Node node, FilePath workspacePath, Map<String,String> envs, TaskListener listener)
boolean
GoConfigurator. isConfigurationValid(Node node, FilePath workspacePath)
boolean
RubyConfigurator. isConfigurationValid(Node node, FilePath workspacePath)
-
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 com.cloudbees.workflow.rest.external.RunExt
DatadogBuildListener. getRunExtForRun(org.jenkinsci.plugins.workflow.job.WorkflowRun run)
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)
-