org.kohsuke.jnt
Class JNMailingList.MessagePerMonth

java.lang.Object
  extended by org.kohsuke.jnt.JNMailingList.MessagePerMonth
Enclosing class:
JNMailingList

public static class JNMailingList.MessagePerMonth
extends Object

The number of messages posted per month.


Field Summary
 int count
           
 String month
           
 
Constructor Summary
JNMailingList.MessagePerMonth(String month, int count)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

month

public final String month

count

public final int count
Constructor Detail

JNMailingList.MessagePerMonth

public JNMailingList.MessagePerMonth(String month,
                                     int count)


Copyright © 2003-2008 Kohsuke Kawaguchi. All Rights Reserved.