|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BuildReport.Status | |
|---|---|
| net.sourceforge.buildmonitor | |
| Uses of BuildReport.Status in net.sourceforge.buildmonitor |
|---|
| Methods in net.sourceforge.buildmonitor that return BuildReport.Status | |
|---|---|
BuildReport.Status |
BuildReport.getStatus()
Get the status of the build |
static BuildReport.Status |
BuildReport.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BuildReport.Status[] |
BuildReport.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.sourceforge.buildmonitor with parameters of type BuildReport.Status | |
|---|---|
void |
BuildReport.setStatus(BuildReport.Status theStatusOfTheBuild)
Set the status of the build |
| Constructors in net.sourceforge.buildmonitor with parameters of type BuildReport.Status | |
|---|---|
BuildReport(java.lang.String theId,
java.util.Date theDate,
BuildReport.Status theStatus)
Create a new instance from an id, a status and a date |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||