public class Priority extends Object
| Modifier and Type | Method and Description | 
|---|---|
void | 
addItem(RunEntryStatistics itemStat)  | 
String | 
getClassName()  | 
int | 
getMinSuccessRate()  | 
int | 
getPriority()  | 
int | 
getTotalRuntime()  | 
static Priority | 
newTestClassPriority(String className)
Returns a priority that applies to a new testclass (that has never been run/recorded) 
 | 
void | 
setPriority(int priority)  | 
public Priority(String className)
public static Priority newTestClassPriority(String className)
className - The class namepublic void addItem(RunEntryStatistics itemStat)
public int getTotalRuntime()
public int getMinSuccessRate()
public String getClassName()
public int getPriority()
public void setPriority(int priority)
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.