| Modifier and Type | Method and Description |
|---|---|
abstract IVersionReader |
AbstractMavenArtifactChoiceListProvider.createServiceInstance() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
AbstractMavenArtifactDescriptorImpl.performTest(IVersionReader pService,
String groupId,
String artifactId,
String packaging,
String classifier,
boolean reverseOrder) |
static Map<String,String> |
AbstractMavenArtifactChoiceListProvider.readURL(IVersionReader pInstance,
String pGroupId,
String pArtifactId,
String pPackaging,
String pClassifier,
boolean pReverseOrder) |
protected abstract Map<String,String> |
AbstractMavenArtifactDescriptorImpl.wrapTestConnection(IVersionReader service,
String groupId,
String artifactId,
String packaging,
String classifier,
boolean reverseOrder)
Own implementations of this
CredentialsParameterDefinition.DescriptorImpl do this normally as a static inner class. |
| Modifier and Type | Class and Description |
|---|---|
class |
MavenCentralSearchService
Maven Central offers a search service located at
MavenCentralSearchService.REPO_SEARCH_SERVICE_URL which can be used to query the
maven central repository via a RESTful interface. |
| Modifier and Type | Method and Description |
|---|---|
IVersionReader |
MavenCentralChoiceListProvider.createServiceInstance() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
MavenCentralChoiceListProvider.MavenDescriptorImpl.wrapTestConnection(IVersionReader service,
String pGroupId,
String pArtifactId,
String pPackaging,
String pClassifier,
boolean pReverseOrder) |
| Modifier and Type | Class and Description |
|---|---|
class |
NexusLuceneSearchService |
| Modifier and Type | Method and Description |
|---|---|
IVersionReader |
NexusChoiceListProvider.createServiceInstance() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
NexusChoiceListProvider.NexusDescriptorImpl.wrapTestConnection(IVersionReader pService,
String pGroupId,
String pArtifactId,
String pPackaging,
String pClassifier,
boolean pReverseOrder) |
Copyright © 2016–2017. All rights reserved.