|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.continuum.xmlrpc.project.BuildResultSummary
public class BuildResultSummary
This class is a summary of a single continuum build.
Constructor Summary | |
---|---|
BuildResultSummary()
|
Method Summary | |
---|---|
boolean |
equals(Object other)
Method equals. |
BuildDefinition |
getBuildDefinition()
Get the buildDefinition field. |
int |
getBuildNumber()
Get the buildNumber field. |
String |
getBuildUrl()
Get the buildUrl field. |
long |
getEndTime()
Get the endTime field. |
String |
getError()
Get the error field. |
int |
getExitCode()
Get the exitCode field. |
int |
getId()
Get the id field. |
ProjectSummary |
getProject()
Get the project field. |
long |
getStartTime()
Get the startTime field. |
int |
getState()
Get the state field. |
int |
getTrigger()
Get the trigger field. |
int |
hashCode()
Method hashCode. |
boolean |
isSuccess()
Get the success field. |
void |
setBuildDefinition(BuildDefinition buildDefinition)
Set the buildDefinition field. |
void |
setBuildNumber(int buildNumber)
Set the buildNumber field. |
void |
setBuildUrl(String buildUrl)
Set the buildUrl field. |
void |
setEndTime(long endTime)
Set the endTime field. |
void |
setError(String error)
Set the error field. |
void |
setExitCode(int exitCode)
Set the exitCode field. |
void |
setId(int id)
Set the id field. |
void |
setProject(ProjectSummary project)
Set the project field. |
void |
setStartTime(long startTime)
Set the startTime field. |
void |
setState(int state)
Set the state field. |
void |
setSuccess(boolean success)
Set the success field. |
void |
setTrigger(int trigger)
Set the trigger field. |
String |
toString()
Method toString. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BuildResultSummary()
Method Detail |
---|
public boolean equals(Object other)
equals
in class Object
other
-
public BuildDefinition getBuildDefinition()
public int getBuildNumber()
public String getBuildUrl()
public long getEndTime()
public String getError()
public int getExitCode()
public int getId()
public ProjectSummary getProject()
public long getStartTime()
public int getState()
public int getTrigger()
public int hashCode()
hashCode
in class Object
public boolean isSuccess()
public void setBuildDefinition(BuildDefinition buildDefinition)
buildDefinition
- public void setBuildNumber(int buildNumber)
buildNumber
- public void setBuildUrl(String buildUrl)
buildUrl
- public void setEndTime(long endTime)
endTime
- public void setError(String error)
error
- public void setExitCode(int exitCode)
exitCode
- public void setId(int id)
id
- public void setProject(ProjectSummary project)
project
- public void setStartTime(long startTime)
startTime
- public void setState(int state)
state
- public void setSuccess(boolean success)
success
- public void setTrigger(int trigger)
trigger
- public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |