@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, authenticateWithLdap, getAuth, getClientRepositoryIdFromUserName, getClientRepositoryIdFromUserNameOrFail, getLocalRootURL
public BeginPutFileService()
@PUT @Path(value="{path:.*}") public void beginPutFile(@PathParam(value="path") String path)
Copyright © 2013–2019. All rights reserved.