Interface IVersionReader
-
- All Known Implementing Classes:
AbstractRESTfulVersionReader,ArtifactorySearchService,MavenCentralSearchService,MavenMetadataSearchService,Nexus3RestApiAssetForGenericArtifactsService,Nexus3RestApiAssetService,NexusLuceneSearchService
public interface IVersionReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>retrieveVersions(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pAcceptedClassifier)voidsetCredentials(String pUserName, String pUserPassword)voidsetUserName(String pUserName)voidsetUserPassword(String pUserPassword)
-
-
-
Method Detail
-
retrieveVersions
List<String> retrieveVersions(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pAcceptedClassifier) throws VersionReaderException
- Throws:
VersionReaderException
-
setUserName
void setUserName(String pUserName)
-
setUserPassword
void setUserPassword(String pUserPassword)
-
-