Uses of Class
jetbrains.buildServer.tests.TestName
-
-
Uses of TestName in jetbrains.buildServer
Methods in jetbrains.buildServer with parameters of type TestName Modifier and Type Method Description List<STestRun>
MockBuildStatistics. findTestsBy(TestName testName)
-
Uses of TestName in jetbrains.buildServer.controllers.tests
Constructors in jetbrains.buildServer.controllers.tests with parameters of type TestName Constructor Description EditResponsibilityBean(TestName testName, List<User> potentiallyResponsibleUsers, User responsibleUser, String comment, int action)
-
Uses of TestName in jetbrains.buildServer.notification
Method parameters in jetbrains.buildServer.notification with type arguments of type TestName Modifier and Type Method Description Map<String,Object>
TemplateMessageBuilder. getTestResponsibilityAssignedMap(Collection<TestName> testNames, ResponsibilityEntry entry, SProject project, Set<SUser> users)
Map<String,Object>
TemplateMessageBuilder. getTestResponsibilityChangedMap(Collection<TestName> testNames, ResponsibilityEntry entry, SProject project, Set<SUser> users)
void
MockNotificator. notifyResponsibleAssigned(Collection<TestName> testNames, ResponsibilityEntry entry, SProject project, Set<SUser> users)
void
Notificator. notifyResponsibleAssigned(Collection<TestName> testNames, ResponsibilityEntry entry, SProject project, Set<SUser> users)
Called when responsibility for several tests at once is assigned.void
NotificatorAdapter. notifyResponsibleAssigned(Collection<TestName> testNames, ResponsibilityEntry entry, SProject project, Set<SUser> users)
void
MockNotificator. notifyResponsibleChanged(Collection<TestName> testNames, ResponsibilityEntry entry, SProject project, Set<SUser> users)
void
Notificator. notifyResponsibleChanged(Collection<TestName> testNames, ResponsibilityEntry entry, SProject project, Set<SUser> users)
Called when responsibility for several tests at once is changed.void
NotificatorAdapter. notifyResponsibleChanged(Collection<TestName> testNames, ResponsibilityEntry entry, SProject project, Set<SUser> users)
void
NotificationEventAccumulator. responsibleChanged(SProject project, Collection<TestName> testNames, ResponsibilityEntry entry, boolean isUserAction)
void
NotificationEventAdapter. responsibleChanged(SProject project, Collection<TestName> testNames, ResponsibilityEntry entry, boolean isUserAction)
void
NotificationEventListener. responsibleChanged(SProject project, Collection<TestName> testNames, ResponsibilityEntry entry, boolean isUserAction)
Called when responsibility for several tests changed.void
NotificationProcessor. responsibleChanged(SProject project, Collection<TestName> testNames, ResponsibilityEntry entry, boolean isUserAction)
-
Uses of TestName in jetbrains.buildServer.notification.accumulators
Methods in jetbrains.buildServer.notification.accumulators that return types with arguments of type TestName Modifier and Type Method Description Collection<TestName>
TestResponsibilityEventAccumulator.TestResponsibilityEventValue. getTestNames()
Method parameters in jetbrains.buildServer.notification.accumulators with type arguments of type TestName Modifier and Type Method Description TestResponsibilityEventAccumulator.TestResponsibilityEventValue
TestResponsibilityEventAccumulator. createValue(TestNameResponsibilityEntry oldValue, Collection<TestName> testNames)
-
Uses of TestName in jetbrains.buildServer.notification.impl
Method parameters in jetbrains.buildServer.notification.impl with type arguments of type TestName Modifier and Type Method Description void
UserRulesAwareNotificationListener. responsibleChanged(SProject project, Collection<TestName> testNames, ResponsibilityEntry entry, boolean isUserAction)
-
Uses of TestName in jetbrains.buildServer.responsibility
Methods in jetbrains.buildServer.responsibility with parameters of type TestName Modifier and Type Method Description static TestNameResponsibilityEntry
ResponsibilityEntryFactory. createEntry(TestName testName, long testNameId, ResponsibilityEntry.State state, User responsible, User reporter, Date timestamp, String comment, BuildProject project, ResponsibilityEntry.RemoveMethod removeMethod)
Returns new test responsibility entry.List<TestNameResponsibilityEntry>
TestNameResponsibilityFacade. findAllTestNameResponsibilities(TestName testName, String projectId)
Returns all responsibility entries for the test name in a project.TestNameResponsibilityEntry
TestNameResponsibilityFacade. findTestNameResponsibility(TestName testName, String projectId)
Deprecated.void
TestNameResponsibilityFacade. removeTestNameResponsibility(TestName testName, String projectId)
Removes the responsibility entry associated with the test name.void
TestNameResponsibilityFacade. setTestNameResponsibility(TestName testName, String projectId, ResponsibilityEntry entry)
Sets the responsibility entry for the test name in a specified project.Method parameters in jetbrains.buildServer.responsibility with type arguments of type TestName Modifier and Type Method Description void
TestNameResponsibilityFacade. setTestNameResponsibility(Collection<TestName> testNames, String projectId, ResponsibilityEntry entry)
Sets the responsibility for several tests at once in a specified project.void
TestNameResponsibilityFacade. setTestNameResponsibility(Collection<TestName> testNames, String projectId, ResponsibilityEntry entry, boolean removeResponsibilitiesInChildProjects)
Sets the responsibility for several tests at once in a specified project. -
Uses of TestName in jetbrains.buildServer.responsibility.history
Methods in jetbrains.buildServer.responsibility.history with parameters of type TestName Modifier and Type Method Description void
TestInvestigationAuditLog. logRemovedBySystem(TestName testName, String projectId, String comment)
Method parameters in jetbrains.buildServer.responsibility.history with type arguments of type TestName Modifier and Type Method Description void
TestInvestigationAuditLog. reportInvestigations(String projectId, Collection<TestName> testNames, Map<String,ResponsibilityEntryEx> cleanedUpInvestigations, ResponsibilityEntry newInvestigationEntry)
-
Uses of TestName in jetbrains.buildServer.responsibility.impl
Methods in jetbrains.buildServer.responsibility.impl that return TestName Modifier and Type Method Description TestName
TestNameResponsibilityEntryImpl. getTestName()
Methods in jetbrains.buildServer.responsibility.impl with parameters of type TestName Modifier and Type Method Description static TestResponsibilityId
TestResponsibilityId. createFor(String projectId, TestName testName)
List<TestNameResponsibilityEntry>
ResponsibilityFacadeImpl. findAllTestNameResponsibilities(TestName testName, String projectId)
List<TestNameResponsibilityEntry>
SecuredResponsibilityFacade. findAllTestNameResponsibilities(TestName testName, String projectId)
TestNameResponsibilityEntry
ResponsibilityFacadeImpl. findTestNameResponsibility(TestName testName, String projectId)
TestNameResponsibilityEntry
SecuredResponsibilityFacade. findTestNameResponsibility(TestName testName, String projectId)
void
ResponsibilityFacadeImpl. removeTestNameResponsibility(TestName testName, String projectId)
void
SecuredResponsibilityFacade. removeTestNameResponsibility(TestName testName, String projectId)
void
ResponsibilityFacadeImpl. setTestNameResponsibility(TestName testName, String projectId, ResponsibilityEntry entry)
void
SecuredResponsibilityFacade. setTestNameResponsibility(TestName testName, String projectId, ResponsibilityEntry entry)
Method parameters in jetbrains.buildServer.responsibility.impl with type arguments of type TestName Modifier and Type Method Description void
ResponsibilityFacadeImpl. setTestNameResponsibility(Collection<TestName> testNames, String projectId, ResponsibilityEntry entry)
void
ResponsibilityFacadeImpl. setTestNameResponsibility(Collection<TestName> testNames, String projectId, ResponsibilityEntry entry, boolean removeResponsibilitiesInChildProjects)
void
SecuredResponsibilityFacade. setTestNameResponsibility(Collection<TestName> testNames, String projectId, ResponsibilityEntry entry)
void
SecuredResponsibilityFacade. setTestNameResponsibility(Collection<TestName> testNames, String projectId, ResponsibilityEntry entry, boolean removeResponsibilitiesInChildProjects)
Constructors in jetbrains.buildServer.responsibility.impl with parameters of type TestName Constructor Description TestNameResponsibilityEntryImpl(TestName testName, long testNameId, ResponsibilityEntry.State state, User responsibleUser, User reporterUser, Date timestamp, String comment, BuildProject project, ResponsibilityEntry.RemoveMethod removeMethod)
-
Uses of TestName in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return TestName Modifier and Type Method Description TestName
STest. getName()
Returns associated (low-level) TestName objectTestName
TestImpl. getName()
TestName
TestName2Index. getTestName(long testNameId)
Returns parsed test name by test name id.Methods in jetbrains.buildServer.serverSide that return types with arguments of type TestName Modifier and Type Method Description 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 projectMap<TestName,List<STestRun>>
CurrentProblems. getMutedTestFailures()
Returns a map for muted test failuresMap<Long,TestName>
TestName2Index. getTestNames(Collection<Long> testNameIds)
Methods in jetbrains.buildServer.serverSide with parameters of type TestName Modifier and Type Method Description STest
STestManager. createTest(TestName testName, long testNameId, String projectId)
Creates an instance of STest with given test name, testNameId and project id.STest
STestManager. createTest(TestName testName, String projectId)
Creates an instance of STest with given test name and project id.Long
TestName2Index. findTestNameId(TestName testName)
Returns test name id by TestName if the test with the name is known, null otherwiseList<STestRun>
BuildStatistics. findTestsBy(TestName testName)
Deprecated.since 9.0, returns a collection of one composite test run elementlong
TestName2Index. getOrSaveTestNameId(TestName parsedTestName)
Calculates an identifier by the test name and saves it into database if this identified is not saved yet.Method parameters in jetbrains.buildServer.serverSide with type arguments of type TestName Modifier and Type Method Description void
BuildServerAdapter. responsibleChanged(SProject project, Collection<TestName> testNames, ResponsibilityEntry entry, boolean isUserAction)
void
BuildServerListener. responsibleChanged(SProject project, Collection<TestName> testNames, ResponsibilityEntry entry, boolean isUserAction)
Called when responsibility for several tests at once is changed.Constructors in jetbrains.buildServer.serverSide with parameters of type TestName Constructor Description TestImpl(TestContext services, TestName testName, long testNameId, String projectId)
TestImpl(TestContext services, TestName testName, String projectId)
Deprecated.Constructor parameters in jetbrains.buildServer.serverSide with type arguments of type TestName Constructor Description CurrentProblems(List<SBuildType> failingBuildTypes, Map<TestName,List<STestRun>> failingTests, Map<TestName,List<STestRun>> mutedFailures, List<BuildProblem> buildProblems)
-
Uses of TestName in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type TestName Modifier and Type Method Description Map<TestName,List<STestRun>>
CurrentProblemsManagerImpl. getCurrentProblems(SBuildType bt, long lastNormalBuildId)
Map<TestName,List<STestRun>>
CurrentProblemsManagerImpl. getFailingTests(SProject project)
Map<TestName,List<STestRun>>
CurrentProblemsManagerImpl. getMutedOnlyProblems(SBuildType bt, long lastNormalBuildId)
protected List<TestName>
BaseServerTestCase. getTestNames(String[] names)
protected Collection<TestName>
BaseServerTestCase. testNames2Objects(String... testNames)
Methods in jetbrains.buildServer.serverSide.impl with parameters of type TestName Modifier and Type Method Description STest
TestManagerImpl. createTest(TestName testName, long testNameId, String projectId)
STest
TestManagerImpl. createTest(TestName testName, String projectId)
-
Uses of TestName in jetbrains.buildServer.serverSide.impl.tracker
Method parameters in jetbrains.buildServer.serverSide.impl.tracker with type arguments of type TestName Modifier and Type Method Description void
EventTrackerImpl. responsibleChanged(SProject project, Collection<TestName> testNames, ResponsibilityEntry entry, boolean isUserAction)
-
Uses of TestName in jetbrains.buildServer.serverSide.stat
Methods in jetbrains.buildServer.serverSide.stat with parameters of type TestName Modifier and Type Method Description List<STestRun>
BuildStatisticsImpl. findTestsBy(TestName testName)
-
Uses of TestName in jetbrains.buildServer.serverSide.statistics.impl
Methods in jetbrains.buildServer.serverSide.statistics.impl with parameters of type TestName Modifier and Type Method Description void
TimeToFixStatisticsBuilder.ResultProcessor. processTestFixed(SBuild build, long timeToFix, TestName testName)
-
Uses of TestName in jetbrains.buildServer.serverSide.tests
Methods in jetbrains.buildServer.serverSide.tests that return TestName Modifier and Type Method Description TestName
TestName2IndexImpl. getTestName(long testNameId)
Methods in jetbrains.buildServer.serverSide.tests that return types with arguments of type TestName Modifier and Type Method Description Map<Long,TestName>
TestName2IndexImpl. getTestNames(Collection<Long> testNameIds)
Methods in jetbrains.buildServer.serverSide.tests with parameters of type TestName Modifier and Type Method Description Long
TestName2IndexImpl. findTestNameId(TestName testName)
long
TestName2IndexImpl. getOrSaveTestNameId(TestName testName)
Method parameters in jetbrains.buildServer.serverSide.tests with type arguments of type TestName Modifier and Type Method Description Collection<SBuildType>
TestHistory. getBuildTypesForTests(SProject project, Collection<TestName> testNames)
Returns the collection of build types, in which the tests that correspond totestNames
were executed (the union, not intersection).Collection<SBuildType>
TestHistoryImpl. getBuildTypesForTests(SProject project, Collection<TestName> testNames)
Returns the collection of build types, in which the tests that correspond totestNames
were executed (the union, not intersection). -
Uses of TestName in jetbrains.buildServer.tests
Methods in jetbrains.buildServer.tests that return TestName Modifier and Type Method Description TestName
TestInfo. getTestName()
Return test name objectTestName
TestNameInfo. getTestName()
Returns the test name associated with this entry.Methods in jetbrains.buildServer.tests with parameters of type TestName Modifier and Type Method Description int
TestName. compareTo(TestName n2)
static TestResponsibilityData
TestResponsibilityData. createOn(TestName testName, ResponsibilityEntry entry)
boolean
TestName. equalsByNameWithoutParameters(TestName that)
-
Uses of TestName in jetbrains.buildServer.web.problems
Methods in jetbrains.buildServer.web.problems that return TestName Modifier and Type Method Description TestName
STestBean. getTestName()
Methods in jetbrains.buildServer.web.problems that return types with arguments of type TestName Modifier and Type Method Description static Map<TestName,List<STestRun>>
ArchivedProjectsHelper. filterTestRuns(Map<TestName,List<STestRun>> allTestRuns, SProject project)
Method parameters in jetbrains.buildServer.web.problems with type arguments of type TestName Modifier and Type Method Description static GroupedTestsBean
GroupedTestsBean. createForTestMap(Map<TestName,List<STestRun>> testNames, SProject project)
static Map<TestName,List<STestRun>>
ArchivedProjectsHelper. filterTestRuns(Map<TestName,List<STestRun>> allTestRuns, SProject project)
-