@Path(value="_beginPutFile/{repositoryName}")
@Consumes(value="application/xml")
@Produces(value="application/xml")
public class BeginPutFileService
extends AbstractServiceWithRepoToRepoAuth
repositoryName, request| Constructor and Description |
|---|
BeginPutFileService() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginPutFile(String path) |
authenticateAndCreateLocalRepoTransport, authenticateAndGetLocalRootURL, authenticateAndReturnUserName, getAuth, getClientRepositoryIdFromUserName, getClientRepositoryIdFromUserNameOrFail, getLocalRootURLpublic BeginPutFileService()
@POST
@Path(value="{path:.*}")
public void beginPutFile(@PathParam(value="path")
String path)
Copyright © 2013-2014. All Rights Reserved.