|
||||||||||
| 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.TabDetail
public class TabDetail
Result object representing a dynamic tab.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.plugins.analysis.util.model.AnnotationContainer |
|---|
AnnotationContainer.Hierarchy |
| Constructor Summary | |
|---|---|
TabDetail(hudson.model.AbstractBuild<?,?> owner,
DetailFactory detailFactory,
Collection<FileAnnotation> annotations,
String url,
String defaultEncoding)
Creates a new instance of TabDetail. |
|
| Method Summary | |
|---|---|
String |
getDetails()
Returns the jelly script the will render the details. |
String |
getDisplayName()
|
String |
getFixed()
Returns the jelly script the will render the fixed warnings table. |
String |
getUrl()
Returns the URL that renders the content of this tab. |
String |
getWarnings()
Returns the jelly script the will render the warnings table. |
| 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 TabDetail(hudson.model.AbstractBuild<?,?> owner,
DetailFactory detailFactory,
Collection<FileAnnotation> annotations,
String url,
String defaultEncoding)
TabDetail.
owner - current build as owner of this action.detailFactory - factory to create detail objects withannotations - the module to show the details forurl - URL to render the content of this tabdefaultEncoding - the default encoding to be used when reading and parsing files| Method Detail |
|---|
public String getDisplayName()
public String getUrl()
public String getDetails()
public String getWarnings()
public String getFixed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||