|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.analysis.views.PriorityDetailFactory
public class PriorityDetailFactory
Creates priority detail objects.
| Constructor Summary | |
|---|---|
PriorityDetailFactory(DetailFactory detailFactory)
Creates a new instance of PriorityDetailFactory. |
|
| Method Summary | |
|---|---|
PrioritiesDetail |
create(String priority,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
String defaultEncoding,
String header)
Creates a new priorities detail object. |
protected PrioritiesDetail |
createPrioritiesDetail(Priority priority,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
String defaultEncoding,
String header)
Creates a new priorities detail. |
boolean |
isPriority(String value)
Returns whether the provided value is a valid priority. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PriorityDetailFactory(DetailFactory detailFactory)
PriorityDetailFactory.
detailFactory - the detail factory to use| Method Detail |
|---|
public boolean isPriority(String value)
value - the value to check
true if the provided value is a valid priority, false otherwise
public PrioritiesDetail create(String priority,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
String defaultEncoding,
String header)
priority - the priority to showowner - owner of the buildcontainer - annotation containerheader - header to showdefaultEncoding - the default encoding to be used when reading and parsing files
protected PrioritiesDetail createPrioritiesDetail(Priority priority,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
String defaultEncoding,
String header)
priority - the priority to showowner - owner of the buildcontainer - annotation containerdefaultEncoding - the default encoding to be used when reading and parsing filesheader - header to show
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||