Uses of Interface
org.jenkinsci.plugins.maven_artifact_choicelistprovider.IVersionReader
-
-
Uses of IVersionReader in org.jenkinsci.plugins.maven_artifact_choicelistprovider
Classes in org.jenkinsci.plugins.maven_artifact_choicelistprovider that implement IVersionReader Modifier and Type Class Description class
AbstractRESTfulVersionReader
Basic Class for perform artifact searches against an RESTful service API, like Nexus and Artifactory.Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider that return IVersionReader Modifier and Type Method Description abstract IVersionReader
AbstractMavenArtifactChoiceListProvider. createServiceInstance(Item item)
Different implementation will return differentIVersionReader
instances.Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider with parameters of type IVersionReader Modifier and Type Method Description FormValidation
AbstractMavenArtifactDescriptorImpl. performTest(IVersionReader pService, String repositoryId, String groupId, String artifactId, String packaging, String classifier, boolean inverseFilter, String filterExpression, boolean reverseOrder)
static Map<String,String>
AbstractMavenArtifactChoiceListProvider. readURL(IVersionReader pInstance, String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, String pClassifier, boolean pInverseFilter, String pFilterExpression, boolean pReverseOrder)
Retrieves the versions from the given source.protected abstract Map<String,String>
AbstractMavenArtifactDescriptorImpl. wrapTestConnection(IVersionReader service, String repositoryId, String groupId, String artifactId, String packaging, String classifier, boolean inverseFilter, String filterExpression, boolean reverseOrder)
Own implementations of this DescriptorImpl might do this normally as a static inner class. -
Uses of IVersionReader in org.jenkinsci.plugins.maven_artifact_choicelistprovider.artifactory
Classes in org.jenkinsci.plugins.maven_artifact_choicelistprovider.artifactory that implement IVersionReader Modifier and Type Class Description class
ArtifactorySearchService
Class utilizes the RESTful Search API from jFrog Artifactory to search for items.Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.artifactory that return IVersionReader Modifier and Type Method Description IVersionReader
ArtifactoryChoiceListProvider. createServiceInstance(Item item)
Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.artifactory with parameters of type IVersionReader Modifier and Type Method Description protected Map<String,String>
ArtifactoryChoiceListProvider.ArtifactoryDescriptorImpl. wrapTestConnection(IVersionReader pService, String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, String pClassifier, boolean pInverseFilter, String pFilterExpression, boolean pReverseOrder)
-
Uses of IVersionReader in org.jenkinsci.plugins.maven_artifact_choicelistprovider.central
Classes in org.jenkinsci.plugins.maven_artifact_choicelistprovider.central that implement IVersionReader Modifier and Type Class Description class
MavenCentralSearchService
Maven Central offers a search service located atMavenCentralSearchService.REPO_SEARCH_SERVICE_URL
which can be used to query the maven central repository via a RESTful interface.Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.central that return IVersionReader Modifier and Type Method Description IVersionReader
MavenCentralChoiceListProvider. createServiceInstance(Item item)
Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.central with parameters of type IVersionReader Modifier and Type Method Description protected Map<String,String>
MavenCentralChoiceListProvider.MavenDescriptorImpl. wrapTestConnection(IVersionReader service, String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, String pClassifier, boolean pInverseFilter, String pFilterExpression, boolean pReverseOrder)
-
Uses of IVersionReader in org.jenkinsci.plugins.maven_artifact_choicelistprovider.maven
Classes in org.jenkinsci.plugins.maven_artifact_choicelistprovider.maven that implement IVersionReader Modifier and Type Class Description class
MavenMetadataSearchService
Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.maven that return IVersionReader Modifier and Type Method Description IVersionReader
MavenMetadataChoiceListProvider. createServiceInstance(Item item)
-
Uses of IVersionReader in org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus
Classes in org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus that implement IVersionReader Modifier and Type Class Description class
NexusLuceneSearchService
Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus that return IVersionReader Modifier and Type Method Description IVersionReader
NexusChoiceListProvider. createServiceInstance(Item item)
Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus with parameters of type IVersionReader Modifier and Type Method Description protected Map<String,String>
NexusChoiceListProvider.NexusDescriptorImpl. wrapTestConnection(IVersionReader pService, String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, String pClassifier, boolean pInverseFilter, String pFilterExpression, boolean pReverseOrder)
-
Uses of IVersionReader in org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus3
Classes in org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus3 that implement IVersionReader Modifier and Type Class Description class
Nexus3RestApiAssetForGenericArtifactsService
class
Nexus3RestApiAssetService
Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus3 that return IVersionReader Modifier and Type Method Description IVersionReader
Nexus3ChoiceListProvider. createServiceInstance(Item item)
IVersionReader
Nexus3GenericChoiceListProvider. createServiceInstance(Item item)
Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus3 with parameters of type IVersionReader Modifier and Type Method Description protected Map<String,String>
Nexus3ChoiceListProvider.Nexus3DescriptorImpl. wrapTestConnection(IVersionReader pService, String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, String pClassifier, boolean pInverseFilter, String pFilterExpression, boolean pReverseOrder)
-