Uses of Enum Class
io.jenkins.plugins.activejobsfilter.JobType
-
Uses of JobType in io.jenkins.plugins.activejobsfilter
Subclasses with type arguments of type JobType in io.jenkins.plugins.activejobsfilterMethods in io.jenkins.plugins.activejobsfilter that return JobTypeModifier and TypeMethodDescriptionActiveJobsJobFilter.getJobType()static JobTypeReturns the enum constant of this class with the specified name.static JobType[]JobType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.jenkins.plugins.activejobsfilter with parameters of type JobTypeConstructors in io.jenkins.plugins.activejobsfilter with parameters of type JobTypeModifierConstructorDescriptionActiveJobsFilter(int activeDays, JobType jobType, boolean includeMultibranchPrs, boolean includeBranchJobs, String includeRegex, String excludeRegex)