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