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 Object
implements BatchComponent, ServerComponent

Since:
2.2

Constructor Summary
Server()
           
 
Method Summary
abstract  String getId()
           
abstract  Date getStartedAt()
           
abstract  String getURL()
           
abstract  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 String getId()

getVersion

public abstract String getVersion()

getStartedAt

public abstract Date getStartedAt()

getURL

public abstract String getURL()
Returns:
the server URL when executed from batch, else null.
Since:
2.4


Copyright © 2009-2011 SonarSource. All Rights Reserved.