|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.analysis.util.model.AnnotationContainer
hudson.plugins.analysis.views.AbstractAnnotationsDetail
hudson.plugins.analysis.views.NewWarningsDetail
public class NewWarningsDetail
Result object to visualize the new warnings in a build.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.plugins.analysis.util.model.AnnotationContainer |
|---|
AnnotationContainer.Hierarchy |
| Constructor Summary | |
|---|---|
NewWarningsDetail(hudson.model.AbstractBuild<?,?> owner,
DetailFactory detailFactory,
Collection<FileAnnotation> newWarnings,
String defaultEncoding,
String header)
Creates a new instance of NewWarningsDetail. |
|
| Method Summary | |
|---|---|
String |
getDisplayName()
|
| Methods inherited from class hudson.plugins.analysis.views.AbstractAnnotationsDetail |
|---|
getDefaultEncoding, getDynamic, getHeader, getLocalizedPriority, getOwner, getPriorities, isCurrent |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NewWarningsDetail(hudson.model.AbstractBuild<?,?> owner,
DetailFactory detailFactory,
Collection<FileAnnotation> newWarnings,
String defaultEncoding,
String header)
NewWarningsDetail.
owner - the current build as owner of this actiondetailFactory - factory to create detail objects withnewWarnings - all new warnings in this builddefaultEncoding - the default encoding to be used when reading and parsing filesheader - header to be shown on detail page| Method Detail |
|---|
public String getDisplayName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||