com.sonyericsson.hudson.plugins.gerrit.trigger
Class ExceptionDataHelper

java.lang.Object
  extended by 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
ExceptionDataHelper(String displayName, int id, com.sonymobile.tools.gerrit.gerritevents.watchdog.WatchTimeExceptionData data)
          Standard constructor.
 
Method Summary
 String getDisplayName()
          Standard getter.
 int getId()
          Standard getter.
 boolean isChecked()
          Standard getter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.


Copyright © 2004-2014. All Rights Reserved.