|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.Descriptor<EzWallViewAction>
jenkins.plugins.ezwall.EzWallViewAction.EzWallViewActionDescriptor
@Extension public static final class EzWallViewAction.EzWallViewActionDescriptor
Nested Class Summary |
---|
Nested classes/interfaces inherited from class hudson.model.Descriptor |
---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self |
Field Summary |
---|
Fields inherited from class hudson.model.Descriptor |
---|
clazz |
Fields inherited from interface hudson.model.Saveable |
---|
NOOP |
Constructor Summary | |
---|---|
EzWallViewAction.EzWallViewActionDescriptor()
|
Method Summary | |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
|
String |
getDisplayName()
|
int |
getPollInterval()
|
boolean |
getShowBuildNumber()
|
boolean |
getShowGravatar()
|
boolean |
getShowUsername()
|
boolean |
getSubtleMode()
|
void |
setPollInterval(int pollInterval)
|
void |
setShowBuildNumber(boolean showJobNumber)
|
void |
setShowGravatar(boolean showGravatar)
|
void |
setShowUsername(boolean showUsername)
|
void |
setSubtleMode(boolean subtleMode)
|
Methods inherited from class hudson.model.Descriptor |
---|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EzWallViewAction.EzWallViewActionDescriptor()
Method Detail |
---|
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<EzWallViewAction>
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<EzWallViewAction>
hudson.model.Descriptor.FormException
public int getPollInterval()
public void setPollInterval(int pollInterval)
public boolean getShowGravatar()
public void setShowGravatar(boolean showGravatar)
public boolean getShowBuildNumber()
public void setShowBuildNumber(boolean showJobNumber)
public boolean getShowUsername()
public void setShowUsername(boolean showUsername)
public boolean getSubtleMode()
public void setSubtleMode(boolean subtleMode)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |