Class KanbanBoardMacro
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.contrib.application.task.test.po.KanbanBoardMacro
-
public class KanbanBoardMacro extends org.xwiki.test.ui.po.BaseElementRepresents a KanbanBoard macro and provides access to its columns.- Since:
- 3.11.0
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description KanbanBoardMacro(org.openqa.selenium.WebElement kanbanBoard)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KanbanColumngetColumn(int index)List<KanbanColumn>getColumns()
-
-
-
Method Detail
-
getColumns
public List<KanbanColumn> getColumns()
-
getColumn
public KanbanColumn getColumn(int index)
-
-