@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,
Long lastSyncToRemoteRepoLocalRepositoryRevisionSynced) |
protected ChangeSetDto |
getChangeSetDto(RepoTransport repoTransport,
boolean localSync,
Long lastSyncToRemoteRepoLocalRepositoryRevisionSynced) |
authenticateAndCreateLocalRepoTransport, authenticateAndGetLocalRootURL, authenticateAndReturnUserName, authenticateWithLdap, getAuth, getClientRepositoryIdFromUserName, getClientRepositoryIdFromUserNameOrFail, getLocalRootURLpublic ChangeSetDtoService()
@GET public ChangeSetDto getChangeSetDto(@QueryParam(value="localSync") boolean localSync, @QueryParam(value="lastSyncToRemoteRepoLocalRepositoryRevisionSynced") Long lastSyncToRemoteRepoLocalRepositoryRevisionSynced)
protected ChangeSetDto getChangeSetDto(RepoTransport repoTransport, boolean localSync, Long lastSyncToRemoteRepoLocalRepositoryRevisionSynced)
Copyright © 2013–2017. All rights reserved.