public class LocalConfig extends Object implements hudson.model.Saveable
| Constructor and Description |
|---|
LocalConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeIt(net.sf.json.JSONObject jfile) |
void |
deleteConfigFile() |
String |
getAllColor() |
String |
getBlockedColor() |
String |
getHistBackground() |
String |
getHistColumn() |
String |
getHistCurrentColumn() |
String |
getHistHourText() |
String |
getHistNumberText() |
int |
getHistogramHeight() |
int |
getHistogramWidth() |
int |
getHistSorting() |
String |
getOkColor() |
String |
getStuckColor() |
int |
getTimeFilter_1() |
int |
getTimeFilter_2() |
int |
getUpdateFailedDaily() |
boolean |
isBuildTableEnabled() |
boolean |
isFailedAllEnabled() |
boolean |
isFailedHistogramEnabled() |
boolean |
isQueueJobTableEnabled() |
boolean |
isQueueSlaveAllEnabled() |
boolean |
isSlaveTableEnabled() |
void |
save() |
public void save()
throws IOException
save in interface hudson.model.SaveableIOExceptionpublic void changeIt(net.sf.json.JSONObject jfile)
public void deleteConfigFile()
public int getTimeFilter_1()
public int getTimeFilter_2()
public int getHistSorting()
public String getHistBackground()
public String getHistColumn()
public String getHistHourText()
public String getHistNumberText()
public String getHistCurrentColumn()
public int getUpdateFailedDaily()
public int getHistogramWidth()
public int getHistogramHeight()
public boolean isQueueSlaveAllEnabled()
public boolean isQueueJobTableEnabled()
public boolean isBuildTableEnabled()
public boolean isSlaveTableEnabled()
public boolean isFailedAllEnabled()
public boolean isFailedHistogramEnabled()
public String getAllColor()
public String getOkColor()
public String getBlockedColor()
public String getStuckColor()
Copyright © 2004-2013. All Rights Reserved.