com.atlassian.studio.repository.fisheye
Interface FisheyeRepositoryPermissionsAccessor

All Known Implementing Classes:
FisheyeRepositoryPermissionsAccessorImpl

public interface FisheyeRepositoryPermissionsAccessor


Method Summary
 void writeRepositoryAuthFileData(String repositoryKey, Reader data)
          Write a stream of data back to svn repository, overwriting the existing auth file.
 

Method Detail

writeRepositoryAuthFileData

void writeRepositoryAuthFileData(String repositoryKey,
                                 Reader data)
                                 throws ApplicationNotFoundException,
                                        RepositoryNotFoundException,
                                        ApplicationCommunicationException,
                                        com.atlassian.sal.api.net.ResponseException
Write a stream of data back to svn repository, overwriting the existing auth file.

Parameters:
repositoryKey - the repository key to write the auth data for
data - the data to write back over the existing svn auth file
Throws:
ApplicationNotFoundException
RepositoryNotFoundException
ApplicationCommunicationException
com.atlassian.sal.api.net.ResponseException


Copyright © 2002-2012 Atlassian. All Rights Reserved.