Class TestAction

java.lang.Object
hudson.tasks.junit.TestAction
All Implemented Interfaces:
Action, ModelObject

@ExportedBean public abstract class TestAction extends Object implements Action
Jelly (all optional):
  • index.jelly: included at the top of the test page
  • summary.jelly: included in a collapsed panel on the test parent page
  • badge.jelly: shown after the test link on the test parent page
  • casetableheader.jelly: allows additional table headers to be shown in tables that list test methods
  • classtableheader.jelly: allows additional table headers to be shown in tables that list test classes
  • packagetableheader.jelly: allows additional table headers to be shown in tables that list test packages
  • tablerow.jelly: allows additional table cells to be shown in tables that list test methods, classes and packages
Since:
1.320
Author:
tom
See Also:
  • Constructor Details

    • TestAction

      public TestAction()
  • Method Details

    • annotate

      public String annotate(String text)
      Returns text with annotations.
      Parameters:
      text - Text to annotate.
      Returns:
      the text with the annotations.