Class: Security::LicenseComplianceJobsFinder

Inherits:
JobsFinder
  • Object
show all
Defined in:
app/finders/security/license_compliance_jobs_finder.rb

Instance Attribute Summary

Attributes inherited from JobsFinder

#pipeline

Class Method Summary collapse

Methods inherited from JobsFinder

#execute, #initialize

Constructor Details

This class inherits a constructor from Security::JobsFinder

Class Method Details

.allowed_job_typesObject



14
15
16
# File 'app/finders/security/license_compliance_jobs_finder.rb', line 14

def self.allowed_job_types
  [:license_scanning]
end