Package hudson.plugins.chucknorris
Class FactGenerator
java.lang.Object
hudson.plugins.chucknorris.FactGenerator
FactGenerator provides Chuck Norris facts.- Author:
- cliffano
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringRetrieves a fact by index for the given locale.intRetrieves a random fact index.
-
Constructor Details
-
FactGenerator
public FactGenerator()
-
-
Method Details
-
randomIndex
public int randomIndex()Retrieves a random fact index.- Returns:
- a random index into the facts list
-
getFact
Retrieves a fact by index for the given locale.- Parameters:
index- the fact indexlocale- the locale to use for lookup- Returns:
- the localized fact string
-