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 classAbstractRESTfulVersionReaderBasic 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 IVersionReaderAbstractMavenArtifactChoiceListProvider. createServiceInstance(Item item)Different implementation will return differentIVersionReaderinstances.Methods in org.jenkinsci.plugins.maven_artifact_choicelistprovider with parameters of type IVersionReader Modifier and Type Method Description FormValidationAbstractMavenArtifactDescriptorImpl. 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 classArtifactorySearchServiceClass 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 IVersionReaderArtifactoryChoiceListProvider. 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 classMavenCentralSearchServiceMaven 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 IVersionReader Modifier and Type Method Description IVersionReaderMavenCentralChoiceListProvider. 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 classMavenMetadataSearchServiceMethods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.maven that return IVersionReader Modifier and Type Method Description IVersionReaderMavenMetadataChoiceListProvider. 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 classNexusLuceneSearchServiceMethods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus that return IVersionReader Modifier and Type Method Description IVersionReaderNexusChoiceListProvider. 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 classNexus3RestApiAssetForGenericArtifactsServiceclassNexus3RestApiAssetServiceMethods in org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus3 that return IVersionReader Modifier and Type Method Description IVersionReaderNexus3ChoiceListProvider. createServiceInstance(Item item)IVersionReaderNexus3GenericChoiceListProvider. 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)
-