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

Packages that use BuildResultSummary
org.apache.maven.continuum.xmlrpc   
org.apache.maven.continuum.xmlrpc.client   
org.apache.maven.continuum.xmlrpc.project   
org.apache.maven.continuum.xmlrpc.server   
 

Uses of BuildResultSummary in org.apache.maven.continuum.xmlrpc
 

Methods in org.apache.maven.continuum.xmlrpc that return types with arguments of type BuildResultSummary
 List<BuildResultSummary> ContinuumService.getBuildResultsForProject(int projectId)
          Returns the project build result summary list.
 

Uses of BuildResultSummary in org.apache.maven.continuum.xmlrpc.client
 

Methods in org.apache.maven.continuum.xmlrpc.client that return types with arguments of type BuildResultSummary
 List<BuildResultSummary> ContinuumXmlRpcClient.getBuildResultsForProject(int projectId)
           
 

Uses of BuildResultSummary in org.apache.maven.continuum.xmlrpc.project
 

Subclasses of BuildResultSummary in org.apache.maven.continuum.xmlrpc.project
 class BuildResult
          This class is a summary of a single continuum build.
 

Uses of BuildResultSummary in org.apache.maven.continuum.xmlrpc.server
 

Methods in org.apache.maven.continuum.xmlrpc.server that return types with arguments of type BuildResultSummary
 List<BuildResultSummary> ContinuumServiceImpl.getBuildResultsForProject(int projectId)
           
 



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