jenkins.plugins.pragprog.tips
Class PragprogTips

java.lang.Object
  extended by jenkins.plugins.pragprog.tips.PragprogTips
All Implemented Interfaces:
Iterable<PragprogTip>

public final class PragprogTips
extends Object
implements Iterable<PragprogTip>


Field Summary
static List<Locale> SUPPORTED_LANGUAGES
          The currently supported languages.
 
Method Summary
 PragprogTip get(int number)
           
 Locale getLanguage()
           
 Iterator<PragprogTip> iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUPPORTED_LANGUAGES

public static final List<Locale> SUPPORTED_LANGUAGES
The currently supported languages. NOTE that referring to the PEARSON agreement, English and German are the only permitted languages.

Method Detail

getLanguage

public Locale getLanguage()

iterator

public Iterator<PragprogTip> iterator()
Specified by:
iterator in interface Iterable<PragprogTip>

get

public PragprogTip get(int number)

size

public int size()


Copyright © 2012-2013. All Rights Reserved.