@Path(value="_RepoFileDto/{repositoryName}") @Consumes(value="application/xml") @Produces(value="application/xml") public class RepoFileDtoService extends AbstractServiceWithRepoToRepoAuth
repositoryName, request
Constructor and Description |
---|
RepoFileDtoService() |
Modifier and Type | Method and Description |
---|---|
RepoFileDto |
getRepoFileDto() |
RepoFileDto |
getRepoFileDto(String path) |
authenticateAndCreateLocalRepoTransport, authenticateAndGetLocalRootURL, authenticateAndReturnUserName, authenticateWithLdap, getAuth, getClientRepositoryIdFromUserName, getClientRepositoryIdFromUserNameOrFail, getLocalRootURL
public RepoFileDtoService()
@GET public RepoFileDto getRepoFileDto()
@GET @Path(value="{path:.*}") public RepoFileDto getRepoFileDto(@PathParam(value="path") String path)
Copyright © 2013–2019. All rights reserved.