Uses of Interface
org.jenkinsci.plugins.maven_artifact_choicelistprovider.IVersionReader
Packages that use IVersionReader
Package
Description
-
Uses of IVersionReader in org.jenkinsci.plugins.maven_artifact_choicelistprovider
Classes in org.jenkinsci.plugins.maven_artifact_choicelistprovider that implement IVersionReaderModifier and TypeClassDescriptionclassBasic Class for perform artifact searches against an RESTful service API, like Nexus and Artifactory.Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider that return IVersionReaderModifier and TypeMethodDescriptionabstract IVersionReaderAbstractMavenArtifactChoiceListProvider.createServiceInstance(Item item) Different implementation will return differentIVersionReaderinstances.Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider with parameters of type IVersionReaderModifier and TypeMethodDescriptionAbstractMavenArtifactDescriptorImpl.performTest(IVersionReader pService, String repositoryId, String groupId, String artifactId, String packaging, String classifier, boolean inverseFilter, String filterExpression, boolean reverseOrder) 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.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 IVersionReaderModifier and TypeClassDescriptionclassClass utilizes the RESTful Search API from jFrog Artifactory to search for items.Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.artifactory that return IVersionReaderMethods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.artifactory with parameters of type IVersionReaderModifier and TypeMethodDescriptionArtifactoryChoiceListProvider.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 IVersionReaderModifier and TypeClassDescriptionclassMaven Central offers a search service located atMavenCentralSearchService.REPO_SEARCH_SERVICE_URLwhich can be used to query the maven central repository via a RESTful interface.Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.central that return IVersionReaderModifier and TypeMethodDescriptionMavenCentralChoiceListProvider.createServiceInstance(Item item) Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.central with parameters of type IVersionReaderModifier and TypeMethodDescriptionMavenCentralChoiceListProvider.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 IVersionReaderMethods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.maven that return IVersionReaderModifier and TypeMethodDescriptionMavenMetadataChoiceListProvider.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 IVersionReaderMethods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus that return IVersionReaderMethods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus with parameters of type IVersionReaderModifier and TypeMethodDescriptionNexusChoiceListProvider.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 IVersionReaderModifier and TypeClassDescriptionclassclassclassMethods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus3 that return IVersionReaderModifier and TypeMethodDescriptionNexus3ChoiceListProvider.createServiceInstance(Item item) Nexus3ChoiceListProviderForDockerImages.createServiceInstance(Item item) Nexus3GenericChoiceListProvider.createServiceInstance(Item item) Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus3 with parameters of type IVersionReaderModifier and TypeMethodDescriptionNexus3ChoiceListProvider.Nexus3DescriptorImpl.wrapTestConnection(IVersionReader pService, String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, String pClassifier, boolean pInverseFilter, String pFilterExpression, boolean pReverseOrder)