Class ProjectStatusStdJobList

java.lang.Object
org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
org.jenkinsci.test.acceptance.po.PageAreaImpl
org.jenkinsci.test.acceptance.plugins.dashboard_view.read.ProjectStatusStdJobList
All Implemented Interfaces:
CapybaraPortingLayer, Control.Owner, PageArea

public class ProjectStatusStdJobList extends PageAreaImpl
Provides some read accesses to the std job list in a dashboard view.
Author:
Peter Müller
  • Constructor Details

    • ProjectStatusStdJobList

      public ProjectStatusStdJobList(PageObject context, String path)
  • Method Details

    • getHeaders

      public List<String> getHeaders()
      Get all headers as string displayed in the table.
      Returns:
      the names of the headers.
    • getJobIDs

      public List<String> getJobIDs()
      Get all job ids (names) appearing in the table.
      Returns:
      a list of all ids displayed in the table.