com.atlassian.bamboo.plugins.rest.remote
Class ChartService

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.remote.ChartService

@Singleton
public class ChartService
extends java.lang.Object

User: mwent Date: May 13, 2009 Time: 2:42:05 PM


Constructor Summary
ChartService(com.atlassian.plugin.PluginAccessor pluginAccessor, IndexedBuildResultsSearcher indexedBuildResultsSearcher, BuildManager buildManager)
           
 
Method Summary
 RestReports getAvailableReports(javax.ws.rs.core.UriInfo uriInfo)
           
 RestChart getImageUrl(javax.ws.rs.core.UriInfo uriInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartService

public ChartService(com.atlassian.plugin.PluginAccessor pluginAccessor,
                    IndexedBuildResultsSearcher indexedBuildResultsSearcher,
                    BuildManager buildManager)
Method Detail

getImageUrl

public RestChart getImageUrl(@Context
                             javax.ws.rs.core.UriInfo uriInfo)

getAvailableReports

public RestReports getAvailableReports(@Context
                                       javax.ws.rs.core.UriInfo uriInfo)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.