Class BambooSpecsStatusTab
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.vcs.BambooSpecsStatusTab
-
public class BambooSpecsStatusTab extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BambooSpecsStatusTab.SpecsLog
-
Constructor Summary
Constructors Constructor Description BambooSpecsStatusTab()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
countSpecsLogs()
String
getSelectedBranch()
List<BambooSpecsStatusTab.SpecsLog>
getSpecLogs()
boolean
isBranchSelectPresent()
void
scanAndAwaitNewRssResult()
void
selectBranch(String branch)
-
-
-
Method Detail
-
isBranchSelectPresent
public boolean isBranchSelectPresent()
-
getSelectedBranch
public String getSelectedBranch()
-
selectBranch
public void selectBranch(String branch)
-
scanAndAwaitNewRssResult
public void scanAndAwaitNewRssResult()
-
countSpecsLogs
public int countSpecsLogs()
-
getSpecLogs
public List<BambooSpecsStatusTab.SpecsLog> getSpecLogs()
-
-