@Extension
public class DescriptionSetterWrapperDescriptor
extends hudson.tasks.BuildWrapperDescriptor
Constructor and Description |
---|
DescriptionSetterWrapperDescriptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest request,
net.sf.json.JSONObject formData) |
hudson.util.ListBoxModel |
doFillCharsetItems() |
String |
getCharset() |
String |
getDefaultCharset() |
String |
getDisplayName() |
String |
getProjectDescriptionFilename() |
boolean |
isApplicable(hudson.model.AbstractProject<?,?> abstractProject) |
boolean |
isDisableTokens() |
void |
setCharset(String charset) |
void |
setDisableTokens(boolean disableTokens) |
void |
setProjectDescriptionFilename(String projectDescriptionFilename) |
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, toMap
public String getCharset()
public void setCharset(String charset)
public String getProjectDescriptionFilename()
public void setProjectDescriptionFilename(String projectDescriptionFilename)
public boolean isDisableTokens()
public void setDisableTokens(boolean disableTokens)
public boolean configure(org.kohsuke.stapler.StaplerRequest request, net.sf.json.JSONObject formData)
configure
in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>
public hudson.util.ListBoxModel doFillCharsetItems()
public String getDefaultCharset()
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>
public boolean isApplicable(hudson.model.AbstractProject<?,?> abstractProject)
isApplicable
in class hudson.tasks.BuildWrapperDescriptor
Copyright © 2016–2018. All rights reserved.