Package io.soos
Class SoosSCA.SoosSCADescriptor
- java.lang.Object
-
- hudson.model.Descriptor<T>
-
- hudson.tasks.BuildStepDescriptor<Builder>
-
- io.soos.SoosSCA.SoosSCADescriptor
-
- Enclosing class:
- SoosSCA
@Extension public static final class SoosSCA.SoosSCADescriptor extends BuildStepDescriptor<Builder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description SoosSCADescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)voiddoCheckApiBaseURI(String apiBaseURI)FormValidationdoCheckProjectName(String projectName)FormValidationdoCheckResultPollingInterval(String resultPollingInterval)ListBoxModeldoFillLogLevelItems()ListBoxModeldoFillOnFailureItems()StringgetDisplayName()SecretgetSOOSApiKey()SecretgetSOOSClientId()booleanisApplicable(Class<? extends AbstractProject> jobType)voidsetSOOSApiKey(Secret SOOSApiKey)voidsetSOOSClientId(Secret SOOSClientId)-
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, 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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
isApplicable
public boolean isApplicable(Class<? extends AbstractProject> jobType)
- Specified by:
isApplicablein classBuildStepDescriptor<Builder>
-
setSOOSApiKey
public void setSOOSApiKey(Secret SOOSApiKey)
-
getSOOSApiKey
public Secret getSOOSApiKey()
-
setSOOSClientId
public void setSOOSClientId(Secret SOOSClientId)
-
getSOOSClientId
public Secret getSOOSClientId()
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws Descriptor.FormException- Overrides:
configurein classDescriptor<Builder>- Throws:
Descriptor.FormException
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayNamein classDescriptor<Builder>
-
doCheckProjectName
public FormValidation doCheckProjectName(@QueryParameter String projectName)
-
doCheckResultPollingInterval
public FormValidation doCheckResultPollingInterval(@QueryParameter String resultPollingInterval)
-
doCheckApiBaseURI
public void doCheckApiBaseURI(@QueryParameter String apiBaseURI)
-
doFillOnFailureItems
public ListBoxModel doFillOnFailureItems()
-
doFillLogLevelItems
public ListBoxModel doFillLogLevelItems()
-
-