Uses of Class
org.hackystat.tickertape.tickerlingua.HackystatProject

Packages that use HackystatProject
org.hackystat.tickertape.tickerlingua Provides the TickerLingua definition language for this system. 
 

Uses of HackystatProject in org.hackystat.tickertape.tickerlingua
 

Methods in org.hackystat.tickertape.tickerlingua that return types with arguments of type HackystatProject
 java.util.List<HackystatProject> Tickertape.getHackystatProjects()
          The set of projects involved in this notification.
(package private)  java.util.Map<java.lang.String,HackystatProject> TickerLingua.getProjects()
          Return the services.
 

Constructor parameters in org.hackystat.tickertape.tickerlingua with type arguments of type HackystatProject
Tickertape(java.lang.String id, double intervalHours, boolean enabled, java.lang.String starttime, java.lang.String description, java.util.List<HackystatProject> projects, java.util.List<NotificationService> services, java.lang.Class<? extends Ticker> tickerClass, Properties tickerProperties)
          Creates and returns a new Tickertape instance, or throws a TickerLinguaException if the passed parameters are not valid.