Class SigmaBinaryStep.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<T>
-
- hudson.tasks.BuildStepDescriptor<Builder>
-
- io.jenkins.plugins.sigma.extension.workflow.SigmaBinaryStep.DescriptorImpl
-
- Enclosing class:
- SigmaBinaryStep
@Extension @Symbol("sigma") public static class SigmaBinaryStep.DescriptorImpl 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 Modifier Constructor Description DescriptorImpl()protectedDescriptorImpl(Class<? extends SigmaBinaryStep> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListBoxModeldoFillSigmaToolNameItems(Item item)StringgetDisplayName()SigmaToolInstallation[]getInstallations()SigmaToolInstallation.DescriptorImplgetToolDescriptor()booleanhasToolsConfigured()booleanisApplicable(Class<? extends AbstractProject> jobType)voidsetInstallations(SigmaToolInstallation... installations)-
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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Constructor Detail
-
DescriptorImpl
public DescriptorImpl()
-
DescriptorImpl
protected DescriptorImpl(Class<? extends SigmaBinaryStep> clazz)
-
-
Method Detail
-
getDisplayName
@Nonnull public String getDisplayName()
- Overrides:
getDisplayNamein classDescriptor<Builder>
-
isApplicable
public boolean isApplicable(Class<? extends AbstractProject> jobType)
- Specified by:
isApplicablein classBuildStepDescriptor<Builder>
-
getToolDescriptor
public SigmaToolInstallation.DescriptorImpl getToolDescriptor()
-
getInstallations
public SigmaToolInstallation[] getInstallations()
-
setInstallations
public void setInstallations(SigmaToolInstallation... installations)
-
hasToolsConfigured
public boolean hasToolsConfigured()
-
doFillSigmaToolNameItems
@POST public ListBoxModel doFillSigmaToolNameItems(@AncestorInPath Item item)
-
-