Youri::Check::Input::Build::Source - Abstract build log source
This abstract class defines the updates source interface for Youri::Check::Input::Build.
Creates and returns a new Youri::Check::Input::Build object.
No generic parameters (subclasses may define additional ones).
Warning: do not call directly, call subclass constructor instead.
Returns source identity.
Returns true if build fails for package with given name, version and release on given architecture.
Returns exact build status for package with given name, version and release on given architecture. It has to be called after fails().
Returns URL of information source for package with given name, version and release on given architecture. It has to be called after fails().
The following methods have to be implemented:
Copyright (C) 2002-2006, YOURI project
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.