Class StageViewHeadline

java.lang.Object
org.jenkinsci.test.acceptance.plugins.stageview.StageViewHeadline

public class StageViewHeadline extends Object
Representation of the headlines in the Stageview. The actual names of the stages.
Author:
Boris Dippolter
  • Constructor Details

    • StageViewHeadline

      public StageViewHeadline(org.openqa.selenium.WebElement webElement)
      Constructor fot Headline
      Parameters:
      webElement - the parent element
  • Method Details

    • getName

      public String getName()
      Name of the headline
      Returns:
      name
    • toString

      public String toString()
      Overrides:
      toString in class Object