Package hudson.plugins.release
Class ReleaseJobsFilter
- java.lang.Object
-
- hudson.views.ViewJobFilter
-
- hudson.plugins.release.ReleaseJobsFilter
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ViewJobFilter>
public class ReleaseJobsFilter extends ViewJobFilter
Custom view job filter used for filtering (that is keeping) all jobs with the release wrapper configured.- Author:
- francois_ritaly
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReleaseJobsFilter.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description ReleaseJobsFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TopLevelItem>
filter(List<TopLevelItem> added, List<TopLevelItem> all, View filteringView)
-
Methods inherited from class hudson.views.ViewJobFilter
all, getDescriptor
-
-
-
-
Method Detail
-
filter
public List<TopLevelItem> filter(List<TopLevelItem> added, List<TopLevelItem> all, View filteringView)
- Specified by:
filter
in classViewJobFilter
-
-