org.apache.maven.plugin.surefire.runorder
Class Priority
java.lang.Object
org.apache.maven.plugin.surefire.runorder.Priority
public class Priority
- extends Object
- Author:
- Kristian Rosenvold
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Priority
public Priority(String className)
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-2012 The Apache Software Foundation. All Rights Reserved.