Package com.indusface.plugins.wasscan
Class WasPostBuildAction.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Publisher>
com.indusface.plugins.wasscan.WasPostBuildAction.DescriptorImpl
- Enclosing class:
- WasPostBuildAction
@Symbol("indusfaceWasScan")
@Extension
public static final class WasPostBuildAction.DescriptorImpl
extends BuildStepDescriptor<Publisher>
Descriptor for the WasPostBuildAction.
-
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 -
Method Summary
Modifier and TypeMethodDescriptionGets the display name of this build step.boolean
isApplicable
(Class<? extends AbstractProject> aClass) Checks if this build step is applicable to the given project type.Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()Constructor for DescriptorImpl.
-
-
Method Details
-
isApplicable
Checks if this build step is applicable to the given project type.- Specified by:
isApplicable
in classBuildStepDescriptor<Publisher>
- Parameters:
aClass
- the project class- Returns:
- true if applicable, false otherwise
-
getDisplayName
Gets the display name of this build step.- Overrides:
getDisplayName
in classDescriptor<Publisher>
- Returns:
- the display name
-