@Extension
public static class VulnerabilityTrendRecorder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
VulnerabilityTrendRecorder
.Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.ListBoxModel |
doFillTeamServerProfileNameItems() |
List<ThresholdCondition> |
getConditions() |
String |
getDisplayName()
Display name in the Build Action dropdown.
|
boolean |
isAllowGlobalThresholdConditionsOverride(String teamServerProfileName) |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
Allows this builder to be available for all classes.
|
hudson.tasks.Publisher |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
Save's the publisher's config.jelly data.
|
void |
setConditions(List<ThresholdCondition> conditions) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
@JavaScriptMethod public boolean isAllowGlobalThresholdConditionsOverride(String teamServerProfileName)
public hudson.util.ListBoxModel doFillTeamServerProfileNameItems()
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
aClass
- Passed in class.public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Publisher>
public hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
newInstance
in class hudson.model.Descriptor<hudson.tasks.Publisher>
req
- StaplerRequestjson
- Json of the form for this Publisherpublic List<ThresholdCondition> getConditions()
public void setConditions(List<ThresholdCondition> conditions)
Copyright © 2016–2022. All rights reserved.