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
- Author:
- Attila Simon
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractMavenArtifactChoiceListProvider
AbstractMavenArtifactChoiceListProvider.DescriptorImplNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractMavenArtifactChoiceListProvider
DEFAULT_REGEX_MATCH_ALL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateServiceInstance(Item item) Different implementation will return differentIVersionReaderinstances.getUrl()voidsetCredentialsId(String credentialsId) voidMethods inherited from class org.jenkinsci.plugins.maven_artifact_choicelistprovider.AbstractMavenArtifactChoiceListProvider
filterArtifacts, getArtifactId, getChoiceList, getClassifier, getCredentials, getFilterExpression, getGroupId, getInverseFilter, getPackaging, getRepositoryId, getReverseOrder, onBuildCompletedWithValue, onBuildTriggeredWithValue, readURL, setArtifactId, setClassifier, setFilterExpression, setGroupId, setInverseFilter, setPackaging, setRepositoryId, setReverseOrderMethods inherited from class jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider
all, getDefaultChoice, requiresBuildPermissionMethods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
MavenMetadataChoiceListProvider
-
-
Method Details
-
createServiceInstance
Description copied from class:AbstractMavenArtifactChoiceListProviderDifferent implementation will return differentIVersionReaderinstances.- Specified by:
createServiceInstancein classAbstractMavenArtifactChoiceListProvider- Parameters:
item- for security checks.- Returns:
- the service implementation.
-
setCredentialsId
-
getCredentialsId
-
setUrl
-
getUrl
-