Class GitHubPullRequestFilter
java.lang.Object
hudson.views.ViewJobFilter
org.jenkinsci.plugins.github_branch_source.GitHubPullRequestFilter
- All Implemented Interfaces:
ExtensionPoint
,Describable<ViewJobFilter>
A
ViewJobFilter
that matches PullRequestSCMHead
based branches.- Since:
- 2.0.0
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Our descriptor.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfilter
(List<TopLevelItem> added, List<TopLevelItem> all, View filteringView) Methods inherited from class hudson.views.ViewJobFilter
all, getDescriptor
-
Constructor Details
-
GitHubPullRequestFilter
@DataBoundConstructor public GitHubPullRequestFilter()Our constructor.
-
-
Method Details
-
filter
public List<TopLevelItem> filter(List<TopLevelItem> added, List<TopLevelItem> all, View filteringView) - Specified by:
filter
in classViewJobFilter
-