hudson.plugins.nextexecutions
Class NextBuilds

java.lang.Object
  extended by hudson.plugins.nextexecutions.NextBuilds
All Implemented Interfaces:
Comparable

public class NextBuilds
extends Object
implements Comparable


Constructor Summary
NextBuilds(hudson.model.AbstractProject project, Calendar date)
           
 
Method Summary
 int compareTo(Object o)
           
 String getDate()
           
 String getName()
           
 String getshortName()
           
 String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NextBuilds

public NextBuilds(hudson.model.AbstractProject project,
                  Calendar date)
Method Detail

getDate

public String getDate()

getName

public String getName()

getUrl

public String getUrl()

getshortName

public String getshortName()

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable


Copyright © 2004-2011. All Rights Reserved.