org.sonar.api.platform
Class Server

java.lang.Object
  extended by org.sonar.api.platform.Server
All Implemented Interfaces:
BatchComponent, ServerComponent

public abstract class Server
extends java.lang.Object
implements BatchComponent, ServerComponent

Since:
2.2

Constructor Summary
Server()
           
 
Method Summary
abstract  java.lang.String getId()
           
abstract  java.util.Date getStartedAt()
           
abstract  java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server()
Method Detail

getId

public abstract java.lang.String getId()

getVersion

public abstract java.lang.String getVersion()

getStartedAt

public abstract java.util.Date getStartedAt()


Copyright © 2009-2010 SonarSource. All Rights Reserved.