public interface MergeRepositoriesService
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.archiva.maven2.model.Artifact> |
getMergeConflictedArtifacts(String sourceRepositoryId,
String targetRepositoryId)
permissions are checked in impl
|
void |
mergeRepositories(String sourceRepositoryId,
String targetRepositoryId,
boolean skipConflicts)
permissions are checked in impl
|
List<org.apache.archiva.maven2.model.Artifact> getMergeConflictedArtifacts(String sourceRepositoryId, String targetRepositoryId) throws ArchivaRestServiceException
ArchivaRestServiceExceptionvoid mergeRepositories(String sourceRepositoryId, String targetRepositoryId, boolean skipConflicts) throws ArchivaRestServiceException
ArchivaRestServiceExceptionCopyright © 2006–2014 The Apache Software Foundation. All rights reserved.