|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.findbugs.util.PriorityDetailFactory
public class PriorityDetailFactory
Creates priority detail objects.
| Constructor Summary | |
|---|---|
PriorityDetailFactory()
|
|
| Method Summary | |
|---|---|
PrioritiesDetail |
create(java.lang.String priority,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
java.lang.String header)
Creates a new priorities detail object. |
protected PrioritiesDetail |
createPrioritiesDetail(Priority priority,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
java.lang.String header)
Creates a new priorities detail. |
boolean |
isPriority(java.lang.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()
| Method Detail |
|---|
public boolean isPriority(java.lang.String value)
value - the value to check
true if the provided value is a valid priority, false otherwise
public PrioritiesDetail create(java.lang.String priority,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
java.lang.String header)
priority - the priority to showowner - owner of the buildcontainer - annotation containerheader - header to show
protected PrioritiesDetail createPrioritiesDetail(Priority priority,
hudson.model.AbstractBuild<?,?> owner,
AnnotationContainer container,
java.lang.String header)
priority - the priority to showowner - owner of the buildcontainer - annotation containerheader - header to show
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||