|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.tasks.util.model.AnnotationContainer
hudson.plugins.tasks.util.AbstractAnnotationsDetail
hudson.plugins.tasks.util.ModuleDetail
public class ModuleDetail
Result object to visualize the package statistics of a module.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.plugins.tasks.util.model.AnnotationContainer |
|---|
AnnotationContainer.Hierarchy |
| Constructor Summary | |
|---|---|
ModuleDetail(hudson.model.AbstractBuild<?,?> owner,
MavenModule module,
java.lang.String header)
Creates a new instance of ModuleDetail. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
|
java.lang.String |
getHeader()
Returns the header for the detail screen. |
java.lang.String |
getToolTip(java.lang.String packageName)
Returns a tooltip showing the distribution of priorities for the selected package. |
| Methods inherited from class hudson.plugins.tasks.util.AbstractAnnotationsDetail |
|---|
doStatistics, getDynamic, getLocalizedPriority, getOwner, getPriorities, isCurrent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModuleDetail(hudson.model.AbstractBuild<?,?> owner,
MavenModule module,
java.lang.String header)
ModuleDetail.
owner - current build as owner of this action.module - the module to show the details forheader - header to be shown on detail page| Method Detail |
|---|
public java.lang.String getDisplayName()
public java.lang.String getHeader()
getHeader in class AbstractAnnotationsDetailpublic java.lang.String getToolTip(java.lang.String packageName)
packageName - the package to show the distribution for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||