@Path(value="_endPutFile/{repositoryName}") @Consumes(value="application/xml") @Produces(value="application/xml") public class EndPutFileService extends AbstractServiceWithRepoToRepoAuth
repositoryName, request
Constructor and Description |
---|
EndPutFileService() |
Modifier and Type | Method and Description |
---|---|
void |
endPutFile(String path,
DateTime lastModified,
long length,
String sha1) |
authenticateAndCreateLocalRepoTransport, authenticateAndGetLocalRootURL, authenticateAndReturnUserName, getAuth, getClientRepositoryIdFromUserName, getClientRepositoryIdFromUserNameOrFail, getLocalRootURL
public EndPutFileService()
@POST @Path(value="{path:.*}") public void endPutFile(@PathParam(value="path") String path, @QueryParam(value="lastModified") DateTime lastModified, @QueryParam(value="length") long length, @QueryParam(value="sha1") String sha1)
Copyright © 2013-2014. All Rights Reserved.