Returns information about the iteration for which data is being gathered.
Note, this method should only be invoked after setIterationId(int) has been used to
specify the iteration and setHibernateSession(Session) has been used to set the database session.
information about the iteration.
Returns the set of tasks which make up the iteration. Note, this method should only be invoked after
setIterationId(int) has been used to specify the iteration and setHibernateSession(Session)
has been used to set the database session.
all the tasks which make up the iteration.
Returns the string, stored using the specified key from the resource bundle. Note, this method should
only be invoked after setRequest() has been used to specify the HTTP request object.
Parameters: key - used to idenfity the string to be returned the string loaded from the resource bundle (in the request locale).