org.apache.maven.continuum.xmlrpc.project
Class BuildResultSummary

java.lang.Object
  extended by org.apache.maven.continuum.xmlrpc.project.BuildResultSummary
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BuildResult

public class BuildResultSummary
extends Object
implements Serializable

This class is a summary of a single continuum build.

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

BuildResultSummary

public BuildResultSummary()
Method Detail

equals

public boolean equals(Object other)
Method equals.

Overrides:
equals in class Object
Parameters:
other -
Returns:
boolean

getBuildDefinition

public BuildDefinition getBuildDefinition()
Get the buildDefinition field.

Returns:
BuildDefinition

getBuildNumber

public int getBuildNumber()
Get the buildNumber field.

Returns:
int

getBuildUrl

public String getBuildUrl()
Get the buildUrl field.

Returns:
String

getEndTime

public long getEndTime()
Get the endTime field.

Returns:
long

getError

public String getError()
Get the error field.

Returns:
String

getExitCode

public int getExitCode()
Get the exitCode field.

Returns:
int

getId

public int getId()
Get the id field.

Returns:
int

getProject

public ProjectSummary getProject()
Get the project field.

Returns:
ProjectSummary

getStartTime

public long getStartTime()
Get the startTime field.

Returns:
long

getState

public int getState()
Get the state field.

Returns:
int

getTrigger

public int getTrigger()
Get the trigger field.

Returns:
int

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

isSuccess

public boolean isSuccess()
Get the success field.

Returns:
boolean

setBuildDefinition

public void setBuildDefinition(BuildDefinition buildDefinition)
Set the buildDefinition field.

Parameters:
buildDefinition -

setBuildNumber

public void setBuildNumber(int buildNumber)
Set the buildNumber field.

Parameters:
buildNumber -

setBuildUrl

public void setBuildUrl(String buildUrl)
Set the buildUrl field.

Parameters:
buildUrl -

setEndTime

public void setEndTime(long endTime)
Set the endTime field.

Parameters:
endTime -

setError

public void setError(String error)
Set the error field.

Parameters:
error -

setExitCode

public void setExitCode(int exitCode)
Set the exitCode field.

Parameters:
exitCode -

setId

public void setId(int id)
Set the id field.

Parameters:
id -

setProject

public void setProject(ProjectSummary project)
Set the project field.

Parameters:
project -

setStartTime

public void setStartTime(long startTime)
Set the startTime field.

Parameters:
startTime -

setState

public void setState(int state)
Set the state field.

Parameters:
state -

setSuccess

public void setSuccess(boolean success)
Set the success field.

Parameters:
success -

setTrigger

public void setTrigger(int trigger)
Set the trigger field.

Parameters:
trigger -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.