Class BuildExecutorStatus

    • Constructor Detail

      • BuildExecutorStatus

        public BuildExecutorStatus​(PageObject context,
                                   String path)
    • Method Detail

      • getTable

        public org.openqa.selenium.WebElement getTable()
        Get the main table containing the nodes and executors.
        Returns:
        the WebElement for the table.
      • getHeaders

        public List<String> getHeaders()
        Get the Headers (names of all nodes) in the table.

        If only one node header would be shown, it is not. And therefore also not in this list.

        Returns:
        the names of all displayed nodes/agents.
      • getExecutors

        public List<String> getExecutors()
        Get all the executors displayed in the table.
        Returns:
        the list of executor names.