jenkins.plugins.shiningpanda.actions.coverage
Class CoverageAction.Entry

java.lang.Object
  extended by jenkins.plugins.shiningpanda.actions.coverage.CoverageAction.Entry
Enclosing class:
CoverageAction

public class CoverageAction.Entry
extends Object

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

children

public List<CoverageAction.Entry> children
Children.


title

public String title
The title.


target

public String target
The related link.

Constructor Detail

CoverageAction.Entry

public CoverageAction.Entry(String title,
                            String target)
Constructor using fields.

Parameters:
title - The title
target - The link


Copyright © 2004-2012. All Rights Reserved.