clj-cctray.filtering

Functions for filtering the project list.

after

(after date projects)
Filters projects to only include those who last built after the given date time.

before

(before date projects)
Filters projects to only include those who last built before the given date time.

by-name

(by-name names projects)
Filters projects to only include the projects whose names exactly match those in the names list.

by-prognosis

(by-prognosis prognosis projects)
Filters projects to only include those in the given prognosis list.

healthy

(healthy projects)
Filters projects to only include projects with a healthy prognosis.

healthy-building

(healthy-building projects)
Filters projects to only include projects with a healthy building prognosis.

interesting

(interesting projects)
Filters projects to only include sick, healthy building, sick building or projects with an unknown prognosis

sick

(sick projects)
Filters projects to only include projects with a sick prognosis.

sick-building

(sick-building projects)
Filters projects to only include projects with a sick building prognosis.

unknown-prognosis

(unknown-prognosis projects)
Filters projects to only include projects with an unknown prognosis.