org.apache.archiva.rest.api.services
Interface MergeRepositoriesService

All Known Implementing Classes:
DefaultMergeRepositoriesService

public interface MergeRepositoriesService

provide REST services on the top of stage merge repository plugin

Since:
1.4-M3
Author:
Olivier Lamy

Method Summary
 List<Artifact> getMergeConflictedArtifacts(String sourceRepositoryId, String targetRepositoryId)
          permissions are checked in impl
 void mergeRepositories(String sourceRepositoryId, String targetRepositoryId, boolean skipConflicts)
          permissions are checked in impl
 

Method Detail

getMergeConflictedArtifacts

List<Artifact> getMergeConflictedArtifacts(String sourceRepositoryId,
                                           String targetRepositoryId)
                                           throws ArchivaRestServiceException
permissions are checked in impl

Throws:
ArchivaRestServiceException
Since:
1.4-M3

mergeRepositories

void mergeRepositories(String sourceRepositoryId,
                       String targetRepositoryId,
                       boolean skipConflicts)
                       throws ArchivaRestServiceException
permissions are checked in impl

Throws:
ArchivaRestServiceException
Since:
1.4-M3


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.