Class ExcludeArchivedRepositoriesTrait
java.lang.Object
hudson.model.AbstractDescribableImpl<T>
jenkins.scm.api.trait.SCMTrait<jenkins.scm.api.trait.SCMNavigatorTrait>
jenkins.scm.api.trait.SCMNavigatorTrait
io.jenkins.plugins.gitlabbranchsource.ExcludeArchivedRepositoriesTrait
- All Implemented Interfaces:
ExtensionPoint
,Describable<jenkins.scm.api.trait.SCMNavigatorTrait>
public class ExcludeArchivedRepositoriesTrait
extends jenkins.scm.api.trait.SCMNavigatorTrait
A
Selection
trait that will restrict the discovery of repositories that have been
archived.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Exclude archived repositories filterNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
decorateContext
(jenkins.scm.api.trait.SCMNavigatorContext<?, ?> context) Methods inherited from class jenkins.scm.api.trait.SCMNavigatorTrait
_for, _for, all, applyToBuilder, applyToContext, applyToObserver, decorateBuilder, decorateObserver, getDescriptor, includeCategory, isCategoryEnabled
Methods inherited from class jenkins.scm.api.trait.SCMTrait
asSetList, asSetList, find
-
Constructor Details
-
ExcludeArchivedRepositoriesTrait
@DataBoundConstructor public ExcludeArchivedRepositoriesTrait()Constructor for stapler.
-
-
Method Details