public class WildcardSCMSourceFilterTrait extends SCMNavigatorTrait
SCMNavigator with a SCMSourcePrefilter that filters project names based on
matching wildcard include/exclude rules.| Modifier and Type | Class and Description |
|---|---|
static class |
WildcardSCMSourceFilterTrait.DescriptorImpl
Our descriptor.
|
| Constructor and Description |
|---|
WildcardSCMSourceFilterTrait(String includes,
String excludes)
Stapler constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
decorateContext(SCMNavigatorContext<?,?> context)
SPI: Override this method to decorate a
SCMNavigatorContext. |
String |
getExcludes()
Returns the exclude rules.
|
String |
getIncludes()
Returns the include rules.
|
_for, _for, all, applyToBuilder, applyToContext, applyToObserver, decorateBuilder, decorateObserver, getDescriptor, includeCategory, isCategoryEnabledpublic String getIncludes()
public String getExcludes()
protected void decorateContext(SCMNavigatorContext<?,?> context)
SCMNavigatorContext. You can assume that your
SCMNavigatorTraitDescriptor.isApplicableToContext(Class) is true within this method and that
the provided context is an instance of SCMNavigatorTraitDescriptor.getContextClass().decorateContext in class SCMNavigatorTraitcontext - the context (invariant: SCMNavigatorTraitDescriptor.isApplicableToContext(Class) is true and SCMNavigatorTraitDescriptor.getContextClass() Class.isInstance(Object))
is true)Copyright © 2016–2019. All rights reserved.