org.hudsonci.rest.api.status
Class StatusResource

java.lang.Object
  extended by org.hudsonci.rest.api.internal.ResourceSupport
      extended by org.hudsonci.rest.api.status.StatusResource

@Named
public class StatusResource
extends ResourceSupport

Provides the status of the server.

Since:
2.1.0
Author:
Jason Dillon

Field Summary
 
Fields inherited from class org.hudsonci.rest.api.internal.ResourceSupport
log
 
Constructor Summary
StatusResource(SystemService systemService, SecurityService securityService, StatusConverter statusx, UserConverter userx)
           
 
Method Summary
 StatusDTO getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusResource

@Inject
public StatusResource(SystemService systemService,
                             SecurityService securityService,
                             StatusConverter statusx,
                             UserConverter userx)
Method Detail

getStatus

public StatusDTO getStatus()


Copyright © 2004-2011 Hudson. All Rights Reserved.