openSUSE/open-build-service

View on GitHub
src/api/app/services/project_status_controller_service/project_status_fail_comment_finder.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module ProjectStatusControllerService
  class ProjectStatusFailCommentFinder < AttribValuesFinder
    def self.call(packages)
      new(packages, 'OBS', 'ProjectStatusPackageFailComment').attribute_values
    end
  end
end