Uses of Class
org.datadog.jenkins.plugins.datadog.model.PipelineStepData.StepType
-
Packages that use PipelineStepData.StepType Package Description org.datadog.jenkins.plugins.datadog.model -
-
Uses of PipelineStepData.StepType in org.datadog.jenkins.plugins.datadog.model
Methods in org.datadog.jenkins.plugins.datadog.model that return PipelineStepData.StepType Modifier and Type Method Description PipelineStepData.StepType
PipelineStepData. getType()
static PipelineStepData.StepType
PipelineStepData.StepType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PipelineStepData.StepType[]
PipelineStepData.StepType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-