Class MavenMetadataChoiceListProvider
- java.lang.Object
- 
- hudson.model.AbstractDescribableImpl<jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider>
- 
- jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider
- 
- org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractMavenArtifactChoiceListProvider
- 
- org.jenkinsci.plugins.maven_artifact_choicelistprovider.maven.MavenMetadataChoiceListProvider
 
 
 
 
- 
- All Implemented Interfaces:
- ExtensionPoint,- Describable<jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider>,- Serializable
 
 public class MavenMetadataChoiceListProvider extends AbstractMavenArtifactChoiceListProvider - Author:
- Attila Simon
- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMavenMetadataChoiceListProvider.MavenMetadataDescriptorImpl- 
Nested classes/interfaces inherited from class org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractMavenArtifactChoiceListProviderAbstractMavenArtifactChoiceListProvider.DescriptorImpl
 - 
Nested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
 
- 
 - 
Field Summary- 
Fields inherited from class org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractMavenArtifactChoiceListProviderDEFAULT_REGEX_MATCH_ALL
 
- 
 - 
Constructor SummaryConstructors Constructor Description MavenMetadataChoiceListProvider(String artifactId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IVersionReadercreateServiceInstance(Item item)Different implementation will return differentIVersionReaderinstances.StringgetCredentialsId()StringgetUrl()voidsetCredentialsId(String credentialsId)voidsetUrl(String url)- 
Methods inherited from class org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractMavenArtifactChoiceListProviderfilterArtifacts, getArtifactId, getChoiceList, getClassifier, getCredentials, getFilterExpression, getGroupId, getInverseFilter, getPackaging, getRepositoryId, getReverseOrder, onBuildCompletedWithValue, onBuildTriggeredWithValue, readURL, setArtifactId, setClassifier, setFilterExpression, setGroupId, setInverseFilter, setPackaging, setRepositoryId, setReverseOrder
 - 
Methods inherited from class jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProviderall, getDefaultChoice, requiresBuildPermission
 - 
Methods inherited from class hudson.model.AbstractDescribableImplgetDescriptor
 
- 
 
- 
- 
- 
Constructor Detail- 
MavenMetadataChoiceListProvider@DataBoundConstructor public MavenMetadataChoiceListProvider(String artifactId) 
 
- 
 - 
Method Detail- 
createServiceInstancepublic IVersionReader createServiceInstance(Item item) Description copied from class:AbstractMavenArtifactChoiceListProviderDifferent implementation will return differentIVersionReaderinstances.- Specified by:
- createServiceInstancein class- AbstractMavenArtifactChoiceListProvider
- Parameters:
- item- for security checks.
- Returns:
- the service implementation.
 
 - 
setCredentialsId@DataBoundSetter public void setCredentialsId(String credentialsId) 
 - 
getCredentialsIdpublic String getCredentialsId() 
 - 
setUrl@DataBoundSetter public void setUrl(String url) 
 - 
getUrlpublic String getUrl() 
 
- 
 
-