org.jenkinsci.plugins.jqsmonitoring.jqscore
Class LocalConfig
java.lang.Object
org.jenkinsci.plugins.jqsmonitoring.jqscore.LocalConfig
- All Implemented Interfaces:
- hudson.model.Saveable
public class LocalConfig
- extends Object
- implements hudson.model.Saveable
Implements the mothods needed for the local config page. Saves the
information in a XML-file.
- Author:
- yboev
| Fields inherited from interface hudson.model.Saveable |
NOOP |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalConfig
public LocalConfig()
save
public void save()
throws IOException
- Specified by:
save in interface hudson.model.Saveable
- Throws:
IOException
changeIt
public void changeIt(net.sf.json.JSONObject jfile)
deleteConfigFile
public void deleteConfigFile()
getTimeFilter_1
public int getTimeFilter_1()
getTimeFilter_2
public int getTimeFilter_2()
getHistSorting
public int getHistSorting()
getHistBackground
public String getHistBackground()
getHistColumn
public String getHistColumn()
getHistHourText
public String getHistHourText()
getHistNumberText
public String getHistNumberText()
getHistCurrentColumn
public String getHistCurrentColumn()
getUpdateFailedDaily
public int getUpdateFailedDaily()
getHistogramWidth
public int getHistogramWidth()
getHistogramHeight
public int getHistogramHeight()
isQueueSlaveAllEnabled
public boolean isQueueSlaveAllEnabled()
isQueueJobTableEnabled
public boolean isQueueJobTableEnabled()
isBuildTableEnabled
public boolean isBuildTableEnabled()
isSlaveTableEnabled
public boolean isSlaveTableEnabled()
isFailedAllEnabled
public boolean isFailedAllEnabled()
isFailedHistogramEnabled
public boolean isFailedHistogramEnabled()
getAllColor
public String getAllColor()
getOkColor
public String getOkColor()
getBlockedColor
public String getBlockedColor()
getStuckColor
public String getStuckColor()
Copyright © 2004-2013. All Rights Reserved.