com.atlassian.theplugin.commons.fisheye
Interface FishEyeServerFacade

All Superinterfaces:
ProductServerFacade
All Known Implementing Classes:
FishEyeServerFacadeImpl

public interface FishEyeServerFacade
extends ProductServerFacade

User: pmaruszak


Method Summary
 java.util.Collection<java.lang.String> getRepositories(FishEyeServer server)
           
 void setCallback(HttpSessionCallback callback)
           
 
Methods inherited from interface com.atlassian.theplugin.commons.remoteapi.ProductServerFacade
getServerType, testServerConnection, testServerConnection
 

Method Detail

getRepositories

java.util.Collection<java.lang.String> getRepositories(FishEyeServer server)
                                                       throws RemoteApiException
Throws:
RemoteApiException

setCallback

void setCallback(HttpSessionCallback callback)


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