Class StageViewBuild
java.lang.Object
org.jenkinsci.test.acceptance.plugins.stageview.StageViewBuild
Representation of buildjobs done. Rows in the table.
- Author:
- Boris Dippolter
-
Constructor Summary
ConstructorDescriptionStageViewBuild
(org.openqa.selenium.WebElement webElement, List<StageViewStage> stageViewStages) Initializes a stageviewjob -
Method Summary
Modifier and TypeMethodDescriptionReturns all the items of a particular jobReturn the current build noReturn the css classes as a StringgetStageViewItem
(int buildNumber) Return the stageViewItemtoString()
-
Constructor Details
-
StageViewBuild
public StageViewBuild(org.openqa.selenium.WebElement webElement, List<StageViewStage> stageViewStages) Initializes a stageviewjob- Parameters:
webElement
- theElement of the particular jobstageViewStages
- The overall stages
-
-
Method Details
-
getAllStageViewItem
Returns all the items of a particular job- Returns:
- list of stageviewitems
-
getStageViewItem
Return the stageViewItem- Returns:
- specific item
-
getBuildNo
Return the current build no- Returns:
- the number as a String
-
getCssClasses
Return the css classes as a String- Returns:
- cssclasses
-
toString
-