|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcdx.scorebot.app.reporter.TeamReportingInfo
public class TeamReportingInfo
Holds some basic information used for reporting a team's stats
Constructor Summary | |
---|---|
TeamReportingInfo(NetworkTestPackage ntp)
Defines where ScoreEvents are read from and where stats in HTML files are outputted too. |
|
TeamReportingInfo(NetworkTestPackage ntp,
java.lang.String comments)
Defines where ScoreEvents are read from and where stats in HTML files are outputted too. |
|
TeamReportingInfo(NetworkTestPackage ntp,
java.lang.String name,
java.lang.String desc,
java.lang.String inputPath,
java.lang.String comments)
Defines where ScoreEvents are read from and where stats in HTML files are outputted too. |
Method Summary | |
---|---|
java.lang.String |
getComments()
gets the comments for this team |
java.lang.String |
getDesc()
gets the description to include with this team |
java.lang.String |
getInputPath()
gets the path to input from |
NetworkTestPackage |
getNTP()
|
java.lang.String |
getTeamName()
gets the name of the team this is for |
void |
setComments(java.lang.String comments)
sets the comments for this team |
void |
setInputPath(java.lang.String inputPath)
sets the path to input from |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TeamReportingInfo(NetworkTestPackage ntp) throws com.thoughtworks.xstream.core.BaseException, java.io.FileNotFoundException
ntp
- the configuration to generate statistics for (used to construct the input and output paths)
com.thoughtworks.xstream.core.BaseException
java.io.FileNotFoundException
public TeamReportingInfo(NetworkTestPackage ntp, java.lang.String comments) throws com.thoughtworks.xstream.core.BaseException, java.io.FileNotFoundException
ntp
- the configuration to generate statistics for (used to construct the input and output paths)
com.thoughtworks.xstream.core.BaseException
java.io.FileNotFoundException
public TeamReportingInfo(NetworkTestPackage ntp, java.lang.String name, java.lang.String desc, java.lang.String inputPath, java.lang.String comments) throws com.thoughtworks.xstream.core.BaseException, java.io.FileNotFoundException
name
- the name of the teamdesc
- description of the configurationinputPath
- path to read ScoreEvent files fromcomments
- info about this team's performance
com.thoughtworks.xstream.core.BaseException
java.io.FileNotFoundException
Method Detail |
---|
public java.lang.String getTeamName()
public java.lang.String getDesc()
public java.lang.String getInputPath()
public void setInputPath(java.lang.String inputPath)
public java.lang.String getComments()
public void setComments(java.lang.String comments)
public NetworkTestPackage getNTP()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |