|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ticker | |
---|---|
org.hackystat.tickertape.ticker | Provides the Tickers for this system. |
org.hackystat.tickertape.tickerlingua | Provides the TickerLingua definition language for this system. |
Uses of Ticker in org.hackystat.tickertape.ticker |
---|
Classes in org.hackystat.tickertape.ticker that implement Ticker | |
---|---|
class |
MultiProjectTweetsTicker
Provides a Ticker that can monitor multiple Hackystat projects and send tweets to a single Twitter account occasionally to summarize activity. |
class |
NabaztagNewsTicker
Provides a ticker that monitors a set of Hackystat Projects and creates a "News Bulletin" once an hour on the hour that summarizes activity that is read by the Nabaztag Rabbit. |
class |
PersonalTweetsTicker
A Ticker. |
class |
PortfolioTransitionTicker
A Ticker. |
class |
ProjectTweetsTicker
A Ticker. |
class |
SummaryEmailTicker
A Ticker. |
class |
TweetWhenInterestingTicker
A Ticker. |
Uses of Ticker in org.hackystat.tickertape.tickerlingua |
---|
Methods in org.hackystat.tickertape.tickerlingua that return Ticker | |
---|---|
Ticker |
Tickertape.getTicker()
The class that implements this notification behavior. |
Constructor parameters in org.hackystat.tickertape.tickerlingua with type arguments of type Ticker | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |