public class VulnerabilityTrendStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
Modifier and Type | Class and Description |
---|---|
static class |
VulnerabilityTrendStep.Execution |
static class |
VulnerabilityTrendStep.VulnerabilityTrendStepDescriptorImpl |
Constructor and Description |
---|
VulnerabilityTrendStep() |
VulnerabilityTrendStep(String profile,
int count,
String rule,
String severity,
String applicationId,
int queryBy) |
Modifier and Type | Method and Description |
---|---|
VulnerabilityTrendStep.VulnerabilityTrendStepDescriptorImpl |
getDescriptor() |
void |
setAgentType(String agentType) |
void |
setApplicationId(String applicationId) |
void |
setApplicationName(String applicationName) |
void |
setAppVersionTag(String appVersionTag) |
void |
setCount(int count) |
void |
setProfile(String profile) |
void |
setQueryBy(int queryBy) |
void |
setRule(String rule) |
void |
setSeverity(String severity) |
@DataBoundConstructor public VulnerabilityTrendStep(String profile, int count, String rule, String severity, String applicationId, int queryBy)
public VulnerabilityTrendStep()
@DataBoundSetter public void setProfile(String profile)
@DataBoundSetter public void setCount(int count)
@DataBoundSetter public void setRule(String rule)
@DataBoundSetter public void setSeverity(String severity)
@DataBoundSetter public void setApplicationId(String applicationId)
@DataBoundSetter public void setApplicationName(String applicationName)
@DataBoundSetter public void setAppVersionTag(String appVersionTag)
@DataBoundSetter public void setQueryBy(int queryBy)
@DataBoundSetter public void setAgentType(String agentType)
public VulnerabilityTrendStep.VulnerabilityTrendStepDescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<org.jenkinsci.plugins.workflow.steps.Step>
getDescriptor
in class org.jenkinsci.plugins.workflow.steps.Step
Copyright © 2016–2022. All rights reserved.