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 boolean
configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
void
doCheckApiBaseURI(String apiBaseURI)
FormValidation
doCheckProjectName(String projectName)
FormValidation
doCheckResultPollingInterval(String resultPollingInterval)
ListBoxModel
doFillLogLevelItems()
ListBoxModel
doFillOnFailureItems()
String
getDisplayName()
Secret
getSOOSApiKey()
Secret
getSOOSClientId()
boolean
isApplicable(Class<? extends AbstractProject> jobType)
void
setSOOSApiKey(Secret SOOSApiKey)
void
setSOOSClientId(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:
isApplicable
in 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:
configure
in classDescriptor<Builder>
- Throws:
Descriptor.FormException
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in 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()
-
-