@Extension
public static final class FodUploaderPlugin.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
Constructor and Description |
---|
DescriptorImpl()
In order to load the persisted global configuration, you have to
call load() in the constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.ListBoxModel |
doFillApplicationIdItems() |
hudson.util.ListBoxModel |
doFillAssessmentTypeIdItems(int releaseId) |
hudson.util.ListBoxModel |
doFillEntitlementIdItems(String assessmentTypeId) |
hudson.util.ListBoxModel |
doFillLanguageLevelItems(String technologyStack) |
hudson.util.ListBoxModel |
doFillReleaseIdItems(int applicationId) |
hudson.util.ListBoxModel |
doFillTechnologyStackItems() |
hudson.util.FormValidation |
doTestConnection(String clientId,
String clientSecret,
String baseUrl) |
String |
getBaseUrl() |
String |
getClientId() |
String |
getClientSecret() |
String |
getDisplayName() |
boolean |
getDoPollFortify() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, 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, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public DescriptorImpl()
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<hudson.tasks.Publisher>
hudson.model.Descriptor.FormException
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Publisher>
public String getClientId()
public String getClientSecret()
public String getBaseUrl()
public boolean getDoPollFortify()
public hudson.util.ListBoxModel doFillApplicationIdItems()
public hudson.util.ListBoxModel doFillReleaseIdItems(@QueryParameter(value="applicationId") int applicationId)
public hudson.util.ListBoxModel doFillTechnologyStackItems()
public hudson.util.ListBoxModel doFillLanguageLevelItems(@QueryParameter(value="technologyStack") String technologyStack)
public hudson.util.ListBoxModel doFillAssessmentTypeIdItems(@QueryParameter(value="releaseId") int releaseId)
public hudson.util.ListBoxModel doFillEntitlementIdItems(@QueryParameter(value="assessmentTypeId") String assessmentTypeId)
Copyright © 2016–2017. All rights reserved.