Uses of Interface
jetbrains.buildServer.serverSide.STestRun
-
-
Uses of STestRun in jetbrains.buildServer
Methods in jetbrains.buildServer that return STestRun Modifier and Type Method Description STestRun
MockBuildStatistics. findTestByTestNameId(long testNameId)
STestRun
MockBuildStatistics. findTestByTestRunId(long testRunId)
Methods in jetbrains.buildServer that return types with arguments of type STestRun Modifier and Type Method Description List<STestRun>
MockBuildStatistics. findTestsBy(TestName testName)
List<STestRun>
MockBuildStatistics. getAllTests()
List<STestRun>
MockBuildStatistics. getFailedTests()
List<STestRun>
MockBuildStatistics. getFailedTestsIncludingMuted()
List<STestRun>
MockBuildStatistics. getIgnoredTests()
List<STestRun>
MockBuildStatistics. getMutedTests()
List<STestRun>
MockBuildStatistics. getPassedTests()
List<STestRun>
MockBuildStatistics. getTests(Status status, BuildStatistics.Order order)
-
Uses of STestRun in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers that return types with arguments of type STestRun Modifier and Type Method Description abstract Comparator<STestRun>
TestHistoryOrder. getComparator()
-
Uses of STestRun in jetbrains.buildServer.controllers.buildType
Constructor parameters in jetbrains.buildServer.controllers.buildType with type arguments of type STestRun Constructor Description TestSummaryBean(List<STestRun> historyRecords)
-
Uses of STestRun in jetbrains.buildServer.controllers.changes
Methods in jetbrains.buildServer.controllers.changes that return types with arguments of type STestRun Modifier and Type Method Description List<STestRun>
FailedTestsBean. getFailedTestsOther()
static List<STestRun>
FailedTestsBean. getFailedTestsWithFixedIn(SBuild build)
List<STestRun>
FailedTestsBean. getNewFailedTests()
List<STestRun>
FailedTestsBean. getOtherTests()
Map<String,List<STestRun>>
FailedTestsBean. getRunsForTest()
-
Uses of STestRun in jetbrains.buildServer.controllers.investigate
Classes in jetbrains.buildServer.controllers.investigate that implement STestRun Modifier and Type Class Description class
DummyTestRunImpl
Dummy test run, used when we have to show a test in a tree of tests, but it has no real associated build.Methods in jetbrains.buildServer.controllers.investigate that return types with arguments of type STestRun Modifier and Type Method Description List<STestRun>
TestRunCollector. collectTestRuns(Collection<STest> tests, boolean alwaysIncludeSuccessfulTestRuns, boolean onlyForDefaultBranch, boolean showEntitiesWithoutTestRuns)
-
Uses of STestRun in jetbrains.buildServer.controllers.investigationsAndMutes
Method parameters in jetbrains.buildServer.controllers.investigationsAndMutes with type arguments of type STestRun Modifier and Type Method Description static String
InvestigationsAndMutesProblemBeanUtils. generateDescriptionForHiddenEntities(Collection<STest> tests, List<STestRun> allTestRuns)
-
Uses of STestRun in jetbrains.buildServer.controllers.tests
Methods in jetbrains.buildServer.controllers.tests that return STestRun Modifier and Type Method Description STestRun
TestCheckbox. getTest()
Methods in jetbrains.buildServer.controllers.tests with parameters of type STestRun Modifier and Type Method Description TestCheckbox
EditResponsibilityBean. createTestCheckbox(STestRun test)
Constructors in jetbrains.buildServer.controllers.tests with parameters of type STestRun Constructor Description TestCheckbox(STestRun test, boolean checked)
-
Uses of STestRun in jetbrains.buildServer.controllers.viewLog
Methods in jetbrains.buildServer.controllers.viewLog that return types with arguments of type STestRun Modifier and Type Method Description List<STestRun>
BuildResultsSummary. getFailedTests()
List<STestRun>
TestsTabData. getTestRuns()
Methods in jetbrains.buildServer.controllers.viewLog with parameters of type STestRun Modifier and Type Method Description protected boolean
TestsTabForm.Level. matchByGroup(String loweredText, STestRun bean)
abstract boolean
TestsTabForm.Level. textMatches(String loweredText, STestRun bean)
Used to match searched text against test for given view level -
Uses of STestRun in jetbrains.buildServer.notification.impl
Methods in jetbrains.buildServer.notification.impl that return STestRun Modifier and Type Method Description STestRun
FailedTestsErrorsBean.Details. getTest()
Methods in jetbrains.buildServer.notification.impl that return types with arguments of type STestRun Modifier and Type Method Description List<STestRun>
FailedTestsErrorsBean. getTestsForSummary()
Constructors in jetbrains.buildServer.notification.impl with parameters of type STestRun Constructor Description Details(STestRun test, String details)
-
Uses of STestRun in jetbrains.buildServer.responsibility
Methods in jetbrains.buildServer.responsibility that return types with arguments of type STestRun Modifier and Type Method Description Map<SBuildType,List<STestRun>>
InvestigationTestRunsHolder. getFailingTestRunsFromRunningBuilds(Collection<SRunningBuild> runningBuilds)
Returns the list of last failing test runs from all running builds from all branches.Map<String,HashMap<String,STestRun>>
InvestigationTestRunsHolder. getLastFailedTestRuns(long testId, SProject project)
Returns last failed test runs for a specified test in specified collection.List<STestRun>
InvestigationTestRunsHolder. getLastTestRunsInBulk(Set<Long> testNameIds, String projectId, boolean onlyForDefaultBranch)
Returns all test runs for all specified tests and in the specified project.Map<Long,STestRun>
InvestigationTestRunsHolder. getWorstInvestigatedOrMutedTestRuns(SBuild build)
Returns map of worst test runs for each testNameId from build (for tests under investigation or mute). -
Uses of STestRun in jetbrains.buildServer.responsibility.impl
Methods in jetbrains.buildServer.responsibility.impl that return STestRun Modifier and Type Method Description STestRun
TestRunsCache. put(String buildTypeId, Long testNameId, String branchName, STestRun testRun)
Adds or updates a test run in the cache for a given build type ID, test name ID, and branch name.Methods in jetbrains.buildServer.responsibility.impl that return types with arguments of type STestRun Modifier and Type Method Description Map<SBuildType,List<STestRun>>
InvestigationTestRunsHolderImpl. getFailingTestRunsFromRunningBuilds(Collection<SRunningBuild> runningBuilds)
Map<String,HashMap<String,STestRun>>
InvestigationTestRunsHolderImpl. getLastFailedTestRuns(long testNameId, SProject project)
List<STestRun>
InvestigationTestRunsHolderImpl. getLastTestRunsInBulk(Set<Long> testNameIds, String projectId, boolean onlyForDefaultBranch)
Map<Long,STestRun>
InvestigationTestRunsHolderImpl. getWorstInvestigatedOrMutedTestRuns(SBuild build)
Methods in jetbrains.buildServer.responsibility.impl with parameters of type STestRun Modifier and Type Method Description STestRun
TestRunsCache. put(String buildTypeId, Long testNameId, String branchName, STestRun testRun)
Adds or updates a test run in the cache for a given build type ID, test name ID, and branch name. -
Uses of STestRun in jetbrains.buildServer.serverSide
Subinterfaces of STestRun in jetbrains.buildServer.serverSide Modifier and Type Interface Description interface
TestRunEx
Classes in jetbrains.buildServer.serverSide that implement STestRun Modifier and Type Class Description class
BaseTestRun
class
LightweightTestRunImpl
Major memory improvement: build ids instead of builds MuteInfo is fairly small.class
MultiTestRun
${DESCR}class
TestRunImpl
This class is used to represent a particular test in some build.class
TestRunWithContext
Base class for routines used in TestRunImpl and LightweightTestRunImplFields in jetbrains.buildServer.serverSide with type parameters of type STestRun Modifier and Type Field Description static Comparator<STestRun>
STestRun. NEW_FIRST_NAME_COMPARATOR
Methods in jetbrains.buildServer.serverSide that return STestRun Modifier and Type Method Description STestRun
STestManager. createTestRun(int orderId, int testRunId, int duration, STest test, Status status)
STestRun
BuildStatistics. findTestByTestNameId(long testNameId)
STestRun
BuildStatistics. findTestByTestRunId(long testRunId)
Allows to find a specific STestRun by given testRunId.Methods in jetbrains.buildServer.serverSide that return types with arguments of type STestRun Modifier and Type Method Description List<STestRun>
BuildStatistics. findTestsBy(TestName testName)
Deprecated.since 9.0, returns a collection of one composite test run elementList<STestRun>
BuildStatistics. getAllTests()
List<STestRun>
ShortStatistics. getFailedTests()
List<STestRun>
ShortStatistics. getFailedTestsIncludingMuted()
Map<TestName,List<STestRun>>
CurrentProblems. getFailingTests()
Returns currently failing tests, with corresponsing test runs.Map<TestName,List<STestRun>>
CurrentProblemsManager. getFailingTests(SProject project)
Calculates and returns currently failing tests (including muted) with corresponding test runs in the specified projectList<STestRun>
BuildStatistics. getIgnoredTests()
Map<TestName,List<STestRun>>
CurrentProblems. getMutedTestFailures()
Returns a map for muted test failuresList<STestRun>
ShortStatistics. getMutedTests()
List<STestRun>
BuildStatistics. getPassedTests()
List<STestRun>
CurrentProblemsManagerEx. getProblemsInRunningBuilds(SProject project, Collection<Long> tests, boolean includingMutedProblems, boolean inAllBranches)
Returns the list of test runs in which thetests
is currently failing, from running builds only.List<STestRun>
BuildHistoryEx. getTestHistory(long testNameId, String buildTypeId, long userId, String branchName)
Deprecated.since 2020.2, see TestHistoryList<STestRun>
BuildHistoryEx. getTestHistory(long testNameId, String buildTypeId, Filter<STestRun> filter)
Deprecated.since 2020.2, see TestHistoryList<STestRun>
BuildHistoryEx. getTestHistory(long testNameId, SProject project, long userId, String branchName)
Deprecated.since 2020.2, see TestHistoryList<STestRun>
BuildHistoryEx. getTestHistory(long testNameId, SProject project, Filter<STestRun> filter)
Deprecated.since 2020.2, see TestHistoryCollection<STestRun>
MultiTestRun. getTestRuns()
List<STestRun>
BuildStatistics. getTests(Status status, BuildStatistics.Order order)
static List<STestRun>
MultiTestRun. mergeByTestName(List<STestRun> original)
Groups tests by build and test namestatic List<STestRun>
MultiTestRun. mergeByTestName(List<STestRun> original, boolean splitByBuilds)
abstract List<STestRun>
BuildStatistics.Order. sortTests(List<STestRun> initial)
Methods in jetbrains.buildServer.serverSide with parameters of type STestRun Modifier and Type Method Description int
SortByNewAndNameComparator. compare(STestRun o1, STestRun o2)
Method parameters in jetbrains.buildServer.serverSide with type arguments of type STestRun Modifier and Type Method Description List<STestRun>
BuildHistoryEx. getTestHistory(long testNameId, String buildTypeId, Filter<STestRun> filter)
Deprecated.since 2020.2, see TestHistoryList<STestRun>
BuildHistoryEx. getTestHistory(long testNameId, SProject project, Filter<STestRun> filter)
Deprecated.since 2020.2, see TestHistorystatic List<STestRun>
MultiTestRun. mergeByTestName(List<STestRun> original)
Groups tests by build and test namestatic List<STestRun>
MultiTestRun. mergeByTestName(List<STestRun> original, boolean splitByBuilds)
abstract List<STestRun>
BuildStatistics.Order. sortTests(List<STestRun> initial)
Constructor parameters in jetbrains.buildServer.serverSide with type arguments of type STestRun Constructor Description CurrentProblems(List<SBuildType> failingBuildTypes, Map<TestName,List<STestRun>> failingTests, Map<TestName,List<STestRun>> mutedFailures, List<BuildProblem> buildProblems)
SortByNewAndNameComparator(Converter<Boolean,STestRun> newFailureStatusProvider)
TestGroup(List<STestRun> tests)
Create root test group with given tests -
Uses of STestRun in jetbrains.buildServer.serverSide.asserts
Methods in jetbrains.buildServer.serverSide.asserts with parameters of type STestRun Modifier and Type Method Description static TestRunAssert
ServerAsserts. then(STestRun run)
Constructors in jetbrains.buildServer.serverSide.asserts with parameters of type STestRun Constructor Description TestRunAssert(STestRun run)
-
Uses of STestRun in jetbrains.buildServer.serverSide.fakes
Methods in jetbrains.buildServer.serverSide.fakes that return types with arguments of type STestRun Modifier and Type Method Description List<STestRun>
FakeBuildHistory. getTestHistory(long testNameId, String buildTypeId, long userId, String branchName)
List<STestRun>
FakeBuildHistory. getTestHistory(long testNameId, String buildTypeId, Filter<STestRun> filter)
List<STestRun>
FakeBuildHistory. getTestHistory(long testNameId, SProject project, long userId, String branchName)
List<STestRun>
FakeBuildHistory. getTestHistory(long testNameId, SProject project, Filter<STestRun> filter)
Method parameters in jetbrains.buildServer.serverSide.fakes with type arguments of type STestRun Modifier and Type Method Description List<STestRun>
FakeBuildHistory. getTestHistory(long testNameId, String buildTypeId, Filter<STestRun> filter)
List<STestRun>
FakeBuildHistory. getTestHistory(long testNameId, SProject project, Filter<STestRun> filter)
-
Uses of STestRun in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return STestRun Modifier and Type Method Description STestRun
TestManagerImpl. createTestRun(int orderId, int testRunId, int duration, STest test, Status status)
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type STestRun Modifier and Type Method Description Map<TestName,List<STestRun>>
CurrentProblemsManagerImpl. getCurrentProblems(SBuildType bt, long lastNormalBuildId)
Map<TestName,List<STestRun>>
CurrentProblemsManagerImpl. getFailingTests(SProject project)
List<STestRun>
TestRunsExtractor.AllFailedTestRunsSelector. getFrom(SBuild build)
List<STestRun>
TestRunsExtractor.MutedFailedTestRunsSelector. getFrom(SBuild build)
List<STestRun>
TestRunsExtractor.NotMutedFailedTestRunsSelector. getFrom(SBuild build)
List<STestRun>
TestRunsExtractor.TestRunsSelector. getFrom(SBuild sBuild)
Map<TestName,List<STestRun>>
CurrentProblemsManagerImpl. getMutedOnlyProblems(SBuildType bt, long lastNormalBuildId)
List<STestRun>
CurrentProblemsManagerImpl. getProblemsInRunningBuilds(SProject project, Collection<Long> testNameIds, boolean includingMutedProblems, boolean inAllBranches)
Methods in jetbrains.buildServer.serverSide.impl with parameters of type STestRun Modifier and Type Method Description TestRunMetadata
TestManagerImpl. getMetadata(STestRun testRun)
-
Uses of STestRun in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that return types with arguments of type STestRun Modifier and Type Method Description List<STestRun>
SecuredBuildHistory. getTestHistory(long testNameId, String buildTypeId, long userId, String branchName)
List<STestRun>
SecuredBuildHistory. getTestHistory(long testNameId, String buildTypeId, Filter<STestRun> filter)
List<STestRun>
SecuredBuildHistory. getTestHistory(long testNameId, SProject project, long userId, String branchName)
List<STestRun>
SecuredBuildHistory. getTestHistory(long testNameId, SProject project, Filter<STestRun> filter)
Method parameters in jetbrains.buildServer.serverSide.impl.auth with type arguments of type STestRun Modifier and Type Method Description List<STestRun>
SecuredBuildHistory. getTestHistory(long testNameId, String buildTypeId, Filter<STestRun> filter)
List<STestRun>
SecuredBuildHistory. getTestHistory(long testNameId, SProject project, Filter<STestRun> filter)
-
Uses of STestRun in jetbrains.buildServer.serverSide.impl.history
Methods in jetbrains.buildServer.serverSide.impl.history that return types with arguments of type STestRun Modifier and Type Method Description List<STestRun>
DBBuildHistory. getTestHistory(long testNameId, String buildTypeId, long userId, String branchName)
List<STestRun>
DBBuildHistory. getTestHistory(long testNameId, String buildTypeId, Filter<STestRun> filter)
List<STestRun>
DBBuildHistory. getTestHistory(long testNameId, SProject project, long userId, String branchName)
List<STestRun>
DBBuildHistory. getTestHistory(long testNameId, SProject project, Filter<STestRun> filter)
List<STestRun>
TestHistoryQueryRunner. getTestRuns(long testNameId)
Method parameters in jetbrains.buildServer.serverSide.impl.history with type arguments of type STestRun Modifier and Type Method Description List<STestRun>
DBBuildHistory. getTestHistory(long testNameId, String buildTypeId, Filter<STestRun> filter)
List<STestRun>
DBBuildHistory. getTestHistory(long testNameId, SProject project, Filter<STestRun> filter)
Constructors in jetbrains.buildServer.serverSide.impl.history with parameters of type STestRun Constructor Description TestHistoryData(long buildId, STestRun test)
-
Uses of STestRun in jetbrains.buildServer.serverSide.stat
Methods in jetbrains.buildServer.serverSide.stat that return STestRun Modifier and Type Method Description STestRun
BuildStatisticsImpl. findTestByTestNameId(long testNameId)
STestRun
BuildStatisticsImpl. findTestByTestRunId(long testRunId)
Methods in jetbrains.buildServer.serverSide.stat that return types with arguments of type STestRun Modifier and Type Method Description List<STestRun>
BuildStatisticsImpl. findTestsBy(TestName testName)
List<STestRun>
BuildStatisticsBuilder. getAllTests(boolean needFailedTestsDetails)
List<STestRun>
BuildStatisticsImpl. getAllTests()
List<STestRun>
BuildStatisticsBuilder. getFailedTests(boolean includeMuted, boolean onlyMuted)
List<STestRun>
BuildStatisticsImpl. getFailedTests()
List<STestRun>
BuildStatisticsImpl. getFailedTestsIncludingMuted()
List<STestRun>
BuildStatisticsBuilder. getIgnoredTests()
List<STestRun>
BuildStatisticsImpl. getIgnoredTests()
List<STestRun>
BuildStatisticsImpl. getMutedTests()
List<STestRun>
BuildStatisticsImpl. getPassedTests()
List<STestRun>
BuildStatisticsImpl. getTests(Status status, BuildStatistics.Order order)
Methods in jetbrains.buildServer.serverSide.stat with parameters of type STestRun Modifier and Type Method Description FirstFailedInFixedInCalculator.FFIData
FirstFailedInFixedInCalculator. calculateFFIData(STestRun testRun)
long
FirstFailedInFixedInCalculator. calculateFixedIn(STestRun testRun)
TestRunMetadata
TestMetadataProvider. getMetadata(STestRun testRun)
TestRunMetadata
TestMetadataStorage. getMetadata(STestRun testRun)
Method parameters in jetbrains.buildServer.serverSide.stat with type arguments of type STestRun Modifier and Type Method Description void
FailedTestsStorage. updateFromTestRuns(long buildId, List<STestRun> tests)
void
FailedTestsStorageImpl. updateFromTestRuns(long buildId, List<STestRun> tests)
-
Uses of STestRun in jetbrains.buildServer.serverSide.tests
Methods in jetbrains.buildServer.serverSide.tests that return types with arguments of type STestRun Modifier and Type Method Description List<STestRun>
TestHistory. getTestHistory(long testNameId, String buildTypeId, long userId, String branchName)
Order of the returned TestRuns is recent runs first, according to the starting order of the builds.List<STestRun>
TestHistory. getTestHistory(long testNameId, String buildTypeId, Filter<STestRun> filter)
Order of the returned TestRuns is recent runs first, according to the starting order of the builds.List<STestRun>
TestHistory. getTestHistory(long testNameId, SProject project, long userId, String branchName)
Order of the returned TestRuns is recent runs first, according to the starting order of the builds.List<STestRun>
TestHistory. getTestHistory(long testNameId, SProject project, Filter<STestRun> filter)
Order of the returned TestRuns is recent runs first, according to the starting order of the builds.List<STestRun>
TestHistoryImpl. getTestHistory(long testNameId, String buildTypeId, long userId, String branchName)
List<STestRun>
TestHistoryImpl. getTestHistory(long testNameId, String buildTypeId, Filter<STestRun> filter)
List<STestRun>
TestHistoryImpl. getTestHistory(long testNameId, SProject project, long userId, String branchName)
List<STestRun>
TestHistoryImpl. getTestHistory(long testNameId, SProject project, Filter<STestRun> filter)
Method parameters in jetbrains.buildServer.serverSide.tests with type arguments of type STestRun Modifier and Type Method Description List<STestRun>
TestHistory. getTestHistory(long testNameId, String buildTypeId, Filter<STestRun> filter)
Order of the returned TestRuns is recent runs first, according to the starting order of the builds.List<STestRun>
TestHistory. getTestHistory(long testNameId, SProject project, Filter<STestRun> filter)
Order of the returned TestRuns is recent runs first, according to the starting order of the builds.List<STestRun>
TestHistoryImpl. getTestHistory(long testNameId, String buildTypeId, Filter<STestRun> filter)
List<STestRun>
TestHistoryImpl. getTestHistory(long testNameId, SProject project, Filter<STestRun> filter)
-
Uses of STestRun in jetbrains.buildServer.web.problems
Methods in jetbrains.buildServer.web.problems that return STestRun Modifier and Type Method Description STestRun
STestBean. getRun()
Methods in jetbrains.buildServer.web.problems that return types with arguments of type STestRun Modifier and Type Method Description static List<STestRun>
ArchivedProjectsHelper. filterTestRuns(List<STestRun> allTestRuns, SProject project)
static Map<TestName,List<STestRun>>
ArchivedProjectsHelper. filterTestRuns(Map<TestName,List<STestRun>> allTestRuns, SProject project)
Methods in jetbrains.buildServer.web.problems with parameters of type STestRun Modifier and Type Method Description void
STestBean. addTestRun(STestRun testRun)
Method parameters in jetbrains.buildServer.web.problems with type arguments of type STestRun Modifier and Type Method Description static GroupedTestsBean
GroupedTestsBean. createForTestMap(Map<TestName,List<STestRun>> testNames, SProject project)
static GroupedTestsBean
GroupedTestsBean. createForTests(List<STestRun> tests, SUser user)
static GroupedTestsBean
GroupedTestsBean. createForTests(List<STestRun> tests, SUser user, SProject project)
static GroupedTestsBean
GroupedTestsBean. createForTestsUnsorted(List<STestRun> tests, SUser user)
static List<STestRun>
ArchivedProjectsHelper. filterTestRuns(List<STestRun> allTestRuns, SProject project)
static Map<TestName,List<STestRun>>
ArchivedProjectsHelper. filterTestRuns(Map<TestName,List<STestRun>> allTestRuns, SProject project)
-