public class DatadogOptions extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DatadogOptions.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
DatadogOptions()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getCollectLogs() |
List<String> |
getTags() |
void |
setCollectLogs(boolean collectLogs) |
void |
setTags(List<String> tags) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
public boolean getCollectLogs()
@DataBoundSetter public void setCollectLogs(boolean collectLogs)
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
start
in class org.jenkinsci.plugins.workflow.steps.Step
Copyright © 2016–2023. All rights reserved.