Uses of Class
jenkins.scm.api.SCMNavigator
Packages that use SCMNavigator
Package
Description
The public API contract of the SCM API plugin.
An API/SPI to allow the sharing of common traits between different
SCMSource and
SCMNavigator implementations.The common implementations of classes in the public API.
-
Uses of SCMNavigator in jenkins.scm.api
Fields in jenkins.scm.api with type parameters of type SCMNavigatorModifier and TypeFieldDescriptionstatic final AlternativeUiTextProvider.Message<SCMNavigator>SCMNavigator.PRONOUNReplaceable pronoun of that points to aSCMNavigator.Methods in jenkins.scm.api that return SCMNavigatorModifier and TypeMethodDescriptionSCMNavigatorDescriptor.newInstance(String name) Deprecated.No longer used.Methods in jenkins.scm.api that return types with arguments of type SCMNavigatorModifier and TypeMethodDescriptionSCMNavigatorOwner.getSCMNavigators()Returns theSCMNavigatorinstances that this item is consuming.Methods in jenkins.scm.api with parameters of type SCMNavigatorModifier and TypeMethodDescriptionSCMHeadEvent.descriptionFor(SCMNavigator navigator) Return a description of the event in the context of the suppliedSCMNavigator.SCMNavigatorEvent.descriptionFor(SCMNavigator navigator) Return a description of the event in the context of the suppliedSCMNavigator.SCMSourceEvent.descriptionFor(SCMNavigator navigator) Return a description of the event in the context of the suppliedSCMNavigator.abstract booleanSCMHeadEvent.isMatch(SCMNavigator navigator) Tests if this event applies to the suppliedSCMNavigator.abstract booleanSCMNavigatorEvent.isMatch(SCMNavigator navigator) Tests if this event applies to the suppliedSCMNavigator.abstract booleanSCMSourceEvent.isMatch(SCMNavigator navigator) Tests if this event applies to the suppliedSCMNavigator.Method parameters in jenkins.scm.api with type arguments of type SCMNavigatorModifier and TypeMethodDescriptionstatic List<SCMSourceCategory>SCMSourceCategory.collect(Iterable<SCMNavigator> navigators) IteratesSCMNavigatorinstances collecting the unique list ofSCMSourceCategoryinstances.static Map<String,SCMSourceCategory> SCMSourceCategory.collectAndSimplify(Iterable<SCMNavigator> navigators) Collects theSCMSourceCategoryinstances from a set ofSCMNavigatorinstances and simplifies the result.Constructor parameters in jenkins.scm.api with type arguments of type SCMNavigatorModifierConstructorDescriptionprotectedSCMNavigatorDescriptor(Class<? extends SCMNavigator> clazz) -
Uses of SCMNavigator in jenkins.scm.api.trait
Methods in jenkins.scm.api.trait that return types with arguments of type SCMNavigatorModifier and TypeMethodDescriptionClass<? extends SCMNavigator>SCMNavigatorTraitDescriptor.getNavigatorClass()Returns the type ofSCMNavigatorthat thisSCMNavigatorTraitis applicable to.Methods in jenkins.scm.api.trait with parameters of type SCMNavigatorModifier and TypeMethodDescriptionbooleanSCMNavigatorTraitDescriptor.isApplicableTo(SCMNavigator navigator) Checks if theSCMNavigatorTraitis relevant to the specifiedSCMNavigator.abstract booleanSCMSourcePrefilter.isExcluded(SCMNavigator source, String projectName) Checks if the supplied project name is excluded from the specifiedSCMNavigator.abstract RSCMNavigatorContext.newRequest(SCMNavigator navigator, SCMSourceObserver observer) Creates a newSCMNavigatorRequest.Method parameters in jenkins.scm.api.trait with type arguments of type SCMNavigatorModifier and TypeMethodDescriptionbooleanSCMNavigatorTraitDescriptor.isApplicableTo(Class<? extends SCMNavigator> navigatorClass) Checks if theSCMNavigatorTraitis relevant to the specified type ofSCMNavigator.Constructors in jenkins.scm.api.trait with parameters of type SCMNavigatorModifierConstructorDescriptionprotectedSCMNavigatorRequest(SCMNavigator source, SCMNavigatorContext<?, ?> context, SCMSourceObserver observer) Constructor. -
Uses of SCMNavigator in jenkins.scm.impl
Subclasses of SCMNavigator in jenkins.scm.implModifier and TypeClassDescriptionclassDegenerate navigator which only ever returns a single repository.Methods in jenkins.scm.impl that return SCMNavigator