com.atlassian.theplugin.commons.remoteapi
Interface ProductServerFacade

All Known Subinterfaces:
BambooServerFacade, CrucibleServerFacade, FishEyeServerFacade
All Known Implementing Classes:
BambooServerFacadeImpl, CrucibleServerFacadeImpl, FishEyeServerFacadeImpl

public interface ProductServerFacade


Method Summary
 ServerType getServerType()
           
 void testServerConnection(ServerCfg serverCfg)
           
 void testServerConnection(java.lang.String url, java.lang.String userName, java.lang.String password)
          Deprecated. 
 

Method Detail

testServerConnection

void testServerConnection(ServerCfg serverCfg)
                          throws RemoteApiException
Throws:
RemoteApiException

testServerConnection

@Deprecated
void testServerConnection(java.lang.String url,
                                     java.lang.String userName,
                                     java.lang.String password)
                          throws RemoteApiException
Deprecated. 

Throws:
RemoteApiException

getServerType

ServerType getServerType()


Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.