Class TestsTabForm
- java.lang.Object
-
- jetbrains.buildServer.controllers.viewLog.TestsTabForm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TestsTabForm.Level
The class representes viewed items, like Classes, Tests, Packages etc.
-
Constructor Summary
Constructors Constructor Description TestsTabForm()
-
Method Summary
-
-
-
Method Detail
-
isFiltered
public boolean isFiltered()
-
getOrder
public String getOrder()
-
setOrder
public void setOrder(String order)
-
getFilterText
public String getFilterText()
-
setFilterText
public void setFilterText(String filterText)
-
isGroupTestRunsByName
public boolean isGroupTestRunsByName()
-
getStatus
public String getStatus()
-
setStatus
public void setStatus(String newStatus)
-
getPager
public Pager getPager()
-
getRecordsPerPage
public int getRecordsPerPage()
-
setRecordsPerPage
public void setRecordsPerPage(int recordsPerPage)
-
getAvailableGroups
public Collection<TestsTabForm.Level> getAvailableGroups()
-
getCurrentGroup
public String getCurrentGroup()
What to show Allowed values: - test - class - package - suite
-
isTestCurrentLevel
public boolean isTestCurrentLevel()
-
getCurrentLevel
@NotNull public TestsTabForm.Level getCurrentLevel()
-
getPrevGroup
public String getPrevGroup()
- Returns:
- the code of the level before current one, according to getAvailableGroups
-
setCurrentGroup
public void setCurrentGroup(String currentGroup)
What to show Allowed values: - test - class - package - suite
-
setScope
public void setScope(String groupingScope)
-
getCurrentScope
@NotNull public TestGroupName getCurrentScope()
-
getScope
public String getScope()
-
scope
public static String scope(TestGroupName groupName)
-
doSearch
public TestsTabData doSearch(BuildStatistics buildStatistics)
-
clone
public TestsTabForm clone() throws CloneNotSupportedException
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
-