Package org.ow2.clif.jenkins
Class ClifPublisher.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<T>
-
- hudson.tasks.BuildStepDescriptor<Publisher>
-
- org.ow2.clif.jenkins.ClifPublisher.DescriptorImpl
-
- Enclosing class:
- ClifPublisher
public static final class ClifPublisher.DescriptorImpl extends BuildStepDescriptor<Publisher>
-
-
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 DescriptorImpl()
-
Method Summary
-
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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<Publisher>
-
isApplicable
public boolean isApplicable(Class<? extends AbstractProject> jobType)
- Specified by:
isApplicable
in classBuildStepDescriptor<Publisher>
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException
- Overrides:
configure
in classDescriptor<Publisher>
- Throws:
Descriptor.FormException
-
newInstance
public ClifPublisher newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException
Creates a new instance ofClifPublisher
from a submitted form.- Overrides:
newInstance
in classDescriptor<Publisher>
- Throws:
Descriptor.FormException
-
doCheckClifReportDirectory
public FormValidation doCheckClifReportDirectory(@QueryParameter String value)
-
doCheckMinTimestamp
public FormValidation doCheckMinTimestamp(@QueryParameter String value)
-
doCheckMaxTimestamp
public FormValidation doCheckMaxTimestamp(@QueryParameter String value)
-
doCheckPattern
public FormValidation doCheckPattern(@QueryParameter String value)
-
doCheckAlias
public FormValidation doCheckAlias(@QueryParameter String value)
-
doCheckActionType
public FormValidation doCheckActionType(@QueryParameter String value)
-
doCheckChartWidth
public FormValidation doCheckChartWidth(@QueryParameter String value)
-
doCheckChartHeight
public FormValidation doCheckChartHeight(@QueryParameter String value)
-
doCheckDistributionSliceSize
public FormValidation doCheckDistributionSliceSize(@QueryParameter String value)
-
doCheckDistributionSliceNumber
public FormValidation doCheckDistributionSliceNumber(@QueryParameter String value)
-
doCheckStatisticalPeriod
public FormValidation doCheckStatisticalPeriod(@QueryParameter String value)
-
doCheckKeepFactor
public FormValidation doCheckKeepFactor(@QueryParameter String value)
-
doCheckKeepPercentage
public FormValidation doCheckKeepPercentage(@QueryParameter String value)
-
-