org.apache.maven.plugin.surefire.runorder
Class Priority

java.lang.Object
  extended by org.apache.maven.plugin.surefire.runorder.Priority

public class Priority
extends Object

Author:
Kristian Rosenvold

Constructor Summary
Priority(String className)
           
 
Method Summary
 void addItem(RunEntryStatistics itemStat)
           
 String getClassName()
           
 int getMinSuccessRate()
           
 int getPriority()
           
 int getTotalRuntime()
           
static Priority lowest(String className)
           
 void setPriority(int priority)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Priority

public Priority(String className)
Method Detail

lowest

public static Priority lowest(String className)

addItem

public void addItem(RunEntryStatistics itemStat)

getTotalRuntime

public int getTotalRuntime()

getMinSuccessRate

public int getMinSuccessRate()

getClassName

public String getClassName()

getPriority

public int getPriority()

setPriority

public void setPriority(int priority)


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.