com.xebialabs.deployit.engine.api
Interface ServerService


public interface ServerService

Services related to the operation of the Deployit server process.


Method Summary
 void gc()
          Runs the garbage collector on the repository.
 ServerInfo getInfo()
          Returns information about the configuration of the sever.
 void logout()
          Logs out the current user.
 void shutdown()
          Stops the server process in a graceful manner.
 

Method Detail

getInfo

ServerInfo getInfo()
Returns information about the configuration of the sever. For example: version, plugins, and classpath.

Returns:
an information object.

gc

void gc()
Runs the garbage collector on the repository.


logout

void logout()
Logs out the current user.


shutdown

void shutdown()
Stops the server process in a graceful manner.