com.xebialabs.deployit.core.rest.api
Class ServerResource

java.lang.Object
  extended by com.xebialabs.deployit.core.rest.api.ServerResource
All Implemented Interfaces:
com.xebialabs.deployit.core.api.ServerProxy

@Controller
public class ServerResource
extends java.lang.Object
implements com.xebialabs.deployit.core.api.ServerProxy


Constructor Summary
ServerResource()
           
 
Method Summary
 javax.ws.rs.core.Response gc()
           
 javax.ws.rs.core.Response getInfo()
           
 javax.ws.rs.core.Response shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerResource

public ServerResource()
Method Detail

shutdown

public javax.ws.rs.core.Response shutdown()
Specified by:
shutdown in interface com.xebialabs.deployit.core.api.ServerProxy

getInfo

public javax.ws.rs.core.Response getInfo()
Specified by:
getInfo in interface com.xebialabs.deployit.core.api.ServerProxy

gc

public javax.ws.rs.core.Response gc()
Specified by:
gc in interface com.xebialabs.deployit.core.api.ServerProxy