public abstract class Server extends Object implements BatchComponent, ServerComponent
| Constructor and Description |
|---|
Server() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getId() |
abstract String |
getPermanentServerId() |
abstract Date |
getStartedAt() |
abstract String |
getURL() |
abstract String |
getVersion() |
public Server()
public abstract String getVersion()
public abstract Date getStartedAt()
public abstract String getURL()
public abstract String getPermanentServerId()
Copyright © 2009-2012 SonarSource. All Rights Reserved.