org.sonar.batch.bootstrap
Class ServerMetadata

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

Deprecated. in 3.4. Replaced by ServerClient

@Deprecated
public class ServerMetadata
extends Server
implements BatchComponent


Constructor Summary
ServerMetadata(Settings settings, ServerClient client)
          Deprecated.  
 
Method Summary
 String getContextPath()
          Deprecated.  
 File getDeployDir()
          Deprecated.  
 String getId()
          Deprecated.  
 String getPermanentServerId()
          Deprecated.  
 File getRootDir()
          Deprecated.  
 String getServerId()
          Deprecated.  
 Date getStartedAt()
          Deprecated.  
 String getURL()
          Deprecated.  
 String getVersion()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerMetadata

public ServerMetadata(Settings settings,
                      ServerClient client)
Deprecated. 
Method Detail

getId

public String getId()
Deprecated. 
Specified by:
getId in class Server

getVersion

public String getVersion()
Deprecated. 
Specified by:
getVersion in class Server

getStartedAt

public Date getStartedAt()
Deprecated. 
Specified by:
getStartedAt in class Server

getRootDir

public File getRootDir()
Deprecated. 
Specified by:
getRootDir in class Server

getDeployDir

public File getDeployDir()
Deprecated. 
Specified by:
getDeployDir in class Server

getContextPath

public String getContextPath()
Deprecated. 
Specified by:
getContextPath in class Server

getURL

public String getURL()
Deprecated. 
Specified by:
getURL in class Server

getPermanentServerId

public String getPermanentServerId()
Deprecated. 
Specified by:
getPermanentServerId in class Server

getServerId

public String getServerId()
Deprecated. 


Copyright © 2009–2015 SonarSource. All rights reserved.