@Symbol(value="projectKeyRegexFilter")
@Extension
@Selection
public static class ProjectKeyRegexFilterTrait.DescriptorImpl
extends jenkins.scm.api.trait.SCMNavigatorTraitDescriptor
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckRegex(String value)
Form validation for the regular expression.
|
String |
getDisplayName() |
Class<? extends jenkins.scm.api.SCMNavigator> |
getNavigatorClass() |
getBuilderClass, getContextClass, getSourceClass, isApplicableTo, isApplicableTo, isApplicableTo, isApplicableToBuilder, isApplicableToBuilder, isApplicableToContext, isApplicableToContext, isApplicableToSource, isApplicableToSource, isApplicableToSource
getScmClass, isApplicableToSCM, isApplicableToSCM
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<jenkins.scm.api.trait.SCMNavigatorTrait>
public Class<? extends jenkins.scm.api.SCMNavigator> getNavigatorClass()
getNavigatorClass
in class jenkins.scm.api.trait.SCMNavigatorTraitDescriptor
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public hudson.util.FormValidation doCheckRegex(@QueryParameter String value)
value
- the regular expression.Copyright © 2016–2018. All rights reserved.