public static final class StepCounter.DescriptorImpl
extends hudson.model.Descriptor<hudson.tasks.Publisher>
| コンストラクタと説明 |
|---|
StepCounter.DescriptorImpl() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckSettings(List<StepCounterSetting> settings) |
hudson.util.ListBoxModel |
doFillOutputFormatItems() |
List<StepCounterParserSetting> |
getCountFormats() |
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject<?,?>> aClass) |
void |
setCountFormats(List<StepCounterParserSetting> countFormats) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic boolean isApplicable(Class<? extends hudson.model.AbstractProject<?,?>> aClass)
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure クラス内 hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic String getDisplayName()
getDisplayName クラス内 hudson.model.Descriptor<hudson.tasks.Publisher>public hudson.util.FormValidation doCheckSettings(@QueryParameter
List<StepCounterSetting> settings)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.ListBoxModel doFillOutputFormatItems()
public List<StepCounterParserSetting> getCountFormats()
public void setCountFormats(List<StepCounterParserSetting> countFormats)
Copyright © 2004-2016. All Rights Reserved.