@Path(value="_endSyncToRepository/{repositoryName}")
@Consumes(value="application/xml")
@Produces(value="application/xml")
public class EndSyncToRepositoryService
extends AbstractServiceWithRepoToRepoAuth
repositoryName, request| Constructor and Description |
|---|
EndSyncToRepositoryService() |
| Modifier and Type | Method and Description |
|---|---|
void |
endSyncToRepository(long fromLocalRevision) |
authenticateAndCreateLocalRepoTransport, authenticateAndGetLocalRootURL, authenticateAndReturnUserName, getAuth, getClientRepositoryIdFromUserName, getClientRepositoryIdFromUserNameOrFail, getLocalRootURLpublic EndSyncToRepositoryService()
@POST public void endSyncToRepository(@QueryParam(value="fromLocalRevision") long fromLocalRevision)
Copyright © 2013-2014. All Rights Reserved.