|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjenkins.plugins.shiningpanda.actions.coverage.CoverageAction.Entry
public class CoverageAction.Entry
Bean used to generate page.
Field Summary | |
---|---|
List<CoverageAction.Entry> |
children
Children. |
String |
target
The related link. |
String |
title
The title. |
Constructor Summary | |
---|---|
CoverageAction.Entry(String title,
String target)
Constructor using fields. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public List<CoverageAction.Entry> children
public String title
public String target
Constructor Detail |
---|
public CoverageAction.Entry(String title, String target)
title
- The titletarget
- The link
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |