Class ExceptionDataHelper
- java.lang.Object
-
- com.sonyericsson.hudson.plugins.gerrit.trigger.ExceptionDataHelper
-
public class ExceptionDataHelper extends Object
Helper class for easier Jelly usage.- Author:
- Tomas Westling <tomas.westling@sonymobile.com>
-
-
Constructor Summary
Constructors Constructor Description ExceptionDataHelper(String displayName, int id, com.sonymobile.tools.gerrit.gerritevents.watchdog.WatchTimeExceptionData data)
Standard constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
Standard getter.int
getId()
Standard getter.boolean
isChecked()
Standard getter.
-
-
-
Constructor Detail
-
ExceptionDataHelper
public ExceptionDataHelper(String displayName, int id, com.sonymobile.tools.gerrit.gerritevents.watchdog.WatchTimeExceptionData data)
Standard constructor.- Parameters:
displayName
- the display name.id
- the id for the day.data
- the WatchTimeExceptionData.
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
Standard getter.- Returns:
- the display name.
-
isChecked
public boolean isChecked()
Standard getter.- Returns:
- true if checked.
-
getId
public int getId()
Standard getter.- Returns:
- the id.
-
-