org.jenkinsci.plugins.jqsmonitoring.jqscore
Class LocalConfig

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
LocalConfig()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalConfig

public LocalConfig()
Method Detail

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.