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

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

public class BuildResult
extends BuildResultSummary
implements Serializable

This class is a summary of a single continuum build.

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

Constructor Summary
BuildResult()
           
 
Method Summary
 void addModifiedDependency(ProjectDependency projectDependency)
          Method addModifiedDependency.
 List<ProjectDependency> getModifiedDependencies()
          Method getModifiedDependencies.
 ScmResult getScmResult()
          Get the scmResult field.
 void removeModifiedDependency(ProjectDependency projectDependency)
          Method removeModifiedDependency.
 void setModifiedDependencies(List<ProjectDependency> modifiedDependencies)
          Set the modifiedDependencies field.
 void setScmResult(ScmResult scmResult)
          Set the scmResult field.
 
Methods inherited from class org.apache.maven.continuum.xmlrpc.project.BuildResultSummary
equals, getBuildDefinition, getBuildNumber, getBuildUrl, getEndTime, getError, getExitCode, getId, getProject, getStartTime, getState, getTrigger, hashCode, isSuccess, setBuildDefinition, setBuildNumber, setBuildUrl, setEndTime, setError, setExitCode, setId, setProject, setStartTime, setState, setSuccess, setTrigger, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuildResult

public BuildResult()
Method Detail

addModifiedDependency

public void addModifiedDependency(ProjectDependency projectDependency)
Method addModifiedDependency.

Parameters:
projectDependency -

getModifiedDependencies

public List<ProjectDependency> getModifiedDependencies()
Method getModifiedDependencies.

Returns:
List

getScmResult

public ScmResult getScmResult()
Get the scmResult field.

Returns:
ScmResult

removeModifiedDependency

public void removeModifiedDependency(ProjectDependency projectDependency)
Method removeModifiedDependency.

Parameters:
projectDependency -

setModifiedDependencies

public void setModifiedDependencies(List<ProjectDependency> modifiedDependencies)
Set the modifiedDependencies field.

Parameters:
modifiedDependencies -

setScmResult

public void setScmResult(ScmResult scmResult)
Set the scmResult field.

Parameters:
scmResult -


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