@Path(value="_ChangeSetDto/{repositoryName}")
@Consumes(value="application/xml")
@Produces(value="application/xml")
public class ChangeSetDtoService
extends AbstractServiceWithRepoToRepoAuth
repositoryName, request| Constructor and Description |
|---|
ChangeSetDtoService() |
| Modifier and Type | Method and Description |
|---|---|
ChangeSetDto |
getChangeSetDto(boolean localSync) |
protected ChangeSetDto |
getChangeSetDto(RepoTransport repoTransport,
boolean localSync) |
authenticateAndCreateLocalRepoTransport, authenticateAndGetLocalRootURL, authenticateAndReturnUserName, authenticateWithLdap, getAuth, getClientRepositoryIdFromUserName, getClientRepositoryIdFromUserNameOrFail, getLocalRootURLpublic ChangeSetDtoService()
@GET public ChangeSetDto getChangeSetDto(@QueryParam(value="localSync") boolean localSync)
protected ChangeSetDto getChangeSetDto(RepoTransport repoTransport, boolean localSync)
Copyright © 2013–2017. All rights reserved.