|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.model.Descriptor<hudson.model.PageDecorator>
hudson.model.PageDecorator
org.jenkins.ci.plugins.autorefresh.ConfigAutoRefresh
@Extension public final class ConfigAutoRefresh
The Config AutoRefresh Plugin provides a way to configure the auto-refresh rate from the Jenkins UI.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
|---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary | |
|---|---|
static java.lang.String |
AUTO_REFRESH_SECONDS
The system property which controls the meta refresh rate of automatic refresh pages. |
| Fields inherited from class hudson.model.PageDecorator |
|---|
ALL |
| Fields inherited from class hudson.model.Descriptor |
|---|
clazz |
| Fields inherited from interface hudson.model.Saveable |
|---|
NOOP |
| Constructor Summary | |
|---|---|
ConfigAutoRefresh()
|
|
| Method Summary | |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest request,
net.sf.json.JSONObject jsonObject)
|
java.lang.String |
getDisplayName()
|
int |
getRefreshRate()
Get the rate to refresh the page. |
void |
load()
|
void |
setRefreshRate(int refreshRate)
Set the rate to refresh the page. |
| Methods inherited from class hudson.model.PageDecorator |
|---|
all, getDescriptor, getUrl |
| Methods inherited from class hudson.model.Descriptor |
|---|
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String AUTO_REFRESH_SECONDS
System.getProperty(String),
Constant Field Values| Constructor Detail |
|---|
@DataBoundConstructor public ConfigAutoRefresh()
| Method Detail |
|---|
public int getRefreshRate()
public void setRefreshRate(int refreshRate)
refreshRate - the rate to refresh the page
public boolean configure(org.kohsuke.stapler.StaplerRequest request,
net.sf.json.JSONObject jsonObject)
configure in class hudson.model.Descriptor<hudson.model.PageDecorator>public java.lang.String getDisplayName()
getDisplayName in class hudson.model.PageDecoratorpublic void load()
load in class hudson.model.Descriptor<hudson.model.PageDecorator>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||