Uses of Interface
jetbrains.buildServer.serverSide.STest
-
-
Uses of STest in jetbrains.buildServer.controllers.investigate
Methods in jetbrains.buildServer.controllers.investigate that return STest Modifier and Type Method Description STest
DummyTestRunImpl. getTest()
Method parameters in jetbrains.buildServer.controllers.investigate with type arguments of type STest Modifier and Type Method Description List<STestRun>
TestRunCollector. collectTestRuns(Collection<STest> tests, boolean alwaysIncludeSuccessfulTestRuns, boolean onlyForDefaultBranch, boolean showEntitiesWithoutTestRuns)
Constructors in jetbrains.buildServer.controllers.investigate with parameters of type STest Constructor Description DummyTestRunImpl(STest test)
-
Uses of STest in jetbrains.buildServer.controllers.investigationsAndMutes
Method parameters in jetbrains.buildServer.controllers.investigationsAndMutes with type arguments of type STest Modifier and Type Method Description static String
InvestigationsAndMutesProblemBeanUtils. generateDescriptionForHiddenEntities(Collection<STest> tests, List<STestRun> allTestRuns)
-
Uses of STest in jetbrains.buildServer.controllers.tests
Methods in jetbrains.buildServer.controllers.tests that return types with arguments of type STest Modifier and Type Method Description List<STest>
UnmuteTestBean. getTests()
Constructor parameters in jetbrains.buildServer.controllers.tests with type arguments of type STest Constructor Description UnmuteTestBean(List<STest> tests, SProject project, String testIds)
-
Uses of STest in jetbrains.buildServer.notification
Method parameters in jetbrains.buildServer.notification with type arguments of type STest Modifier and Type Method Description Map<String,Object>
TemplateMessageBuilder. getTestsMutedMap(Collection<STest> tests, MuteInfo muteInfo, Set<SUser> users)
Map<String,Object>
TemplateMessageBuilder. getTestsUnmutedMap(Collection<STest> tests, MuteInfo muteInfo, SUser user, Set<SUser> users)
void
MockNotificator. notifyTestsMuted(Collection<STest> tests, MuteInfo muteInfo, Set<SUser> users)
void
Notificator. notifyTestsMuted(Collection<STest> tests, MuteInfo muteInfo, Set<SUser> users)
Called when a set of tests are unmuted (with same mute properties).void
NotificatorAdapter. notifyTestsMuted(Collection<STest> tests, MuteInfo muteInfo, Set<SUser> users)
void
MockNotificator. notifyTestsUnmuted(Collection<STest> tests, MuteInfo muteInfo, SUser user, Set<SUser> users)
void
Notificator. notifyTestsUnmuted(Collection<STest> tests, MuteInfo muteInfo, SUser user, Set<SUser> users)
Called when a set of tests are unmuted (with same mute properties).void
NotificatorAdapter. notifyTestsUnmuted(Collection<STest> tests, MuteInfo muteInfo, SUser user, Set<SUser> users)
void
NotificationEventAccumulator. testsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<STest> tests, SUser user)
void
NotificationEventAdapter. testsUnmuted(SUser user, Map<MuteInfo,Collection<STest>> unmutedGroups)
void
NotificationEventListener. testsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<STest> tests, SUser user)
Called when a set of tests are unmuted (with same mute properties).void
NotificationProcessor. testsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<STest> tests, SUser user)
-
Uses of STest in jetbrains.buildServer.notification.accumulators
Methods in jetbrains.buildServer.notification.accumulators that return types with arguments of type STest Modifier and Type Method Description List<STest>
UnmuteTestEventAccumulator.UnmuteTestEventValue. getTests()
Method parameters in jetbrains.buildServer.notification.accumulators with type arguments of type STest Modifier and Type Method Description UnmuteTestEventAccumulator.UnmuteTestEventValue
UnmuteTestEventAccumulator. createValue(Collection<STest> tests)
Constructor parameters in jetbrains.buildServer.notification.accumulators with type arguments of type STest Constructor Description UnmuteTestEventValue(Collection<STest> tests)
-
Uses of STest in jetbrains.buildServer.notification.impl
Method parameters in jetbrains.buildServer.notification.impl with type arguments of type STest Modifier and Type Method Description void
UserRulesAwareNotificationListener. testsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<STest> tests, SUser user)
-
Uses of STest in jetbrains.buildServer.serverSide
Subinterfaces of STest in jetbrains.buildServer.serverSide Modifier and Type Interface Description interface
TestEx
Classes in jetbrains.buildServer.serverSide that implement STest Modifier and Type Class Description class
TestImpl
Represents a test in a project, provides information about responsibility and current mute info.Methods in jetbrains.buildServer.serverSide that return STest Modifier and Type Method Description STest
TestEx. changeProject(String projectId)
Returns a copy of the test in a new project.STest
TestImpl. changeProject(String projectId)
STest
STestManager. createTest(long testNameId, String projectId)
Deprecated.useSTestManager.findTest(long, String)
instead.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.STest
STestManager. findTest(long testNameId, String projectId)
Looks for a test with given identifier, return null if a test name with this ID does not existSTest
LightweightTestRunImpl. getTest()
STest
MultiTestRun. getTest()
STest
STestRun. getTest()
Returns corresponding test instance.STest
TestRunImpl. getTest()
Methods in jetbrains.buildServer.serverSide that return types with arguments of type STest Modifier and Type Method Description Map<Long,STest>
STestManager. createTests(Set<Long> testNameIds, String projectId)
Creates tests for a set of test name ids in a given project.Methods in jetbrains.buildServer.serverSide with parameters of type STest Modifier and Type Method Description int
TestImpl. compareTo(STest o)
static TestRunImpl
TestRunImpl. createFailedTest(int orderId, int testRunId, int duration, SBuild build, STest test, Status status, String shortText, TestFullTextBuilder fullTextBuilder, MuteInfo muteInfo, TestRunContext testRunContext)
static TestRunImpl
TestRunImpl. createIgnoredTest(int orderId, int testRunId, int duration, SBuild build, STest test, String ignoreComment, TestRunContext testRunContext)
static TestRunImpl
TestRunImpl. createSuccessfulTest(int orderId, int testRunId, int duration, SBuild build, STest test, TestFullTextBuilder fullTextBuilder, TestRunContext testRunContext)
STestRun
STestManager. createTestRun(int orderId, int testRunId, int duration, STest test, Status status)
TestRunEx
STestManager. createTestRun(SBuild build, STest test, Status testStatus, BuildsManager buildManager)
Creates a new test run instance.Method parameters in jetbrains.buildServer.serverSide with type arguments of type STest Modifier and Type Method Description void
BuildServerAdapter. testsUnmuted(SUser user, Map<MuteInfo,Collection<STest>> unmutedGroups)
void
BuildServerListener. testsUnmuted(SUser user, Map<MuteInfo,Collection<STest>> unmutedGroups)
Called when several of tests have been unmuted.Constructors in jetbrains.buildServer.serverSide with parameters of type STest Constructor Description TestRunImpl(int orderId, int testRunId, SBuild build, STest test, Status status, int duration, TestOutputInfo testOutputInfo, MuteInfo muteInfo, TestRunContext testRunContext)
-
Uses of STest in jetbrains.buildServer.serverSide.asserts
Methods in jetbrains.buildServer.serverSide.asserts with parameters of type STest Modifier and Type Method Description static STestAssert
ServerAsserts. then(STest test)
Constructors in jetbrains.buildServer.serverSide.asserts with parameters of type STest Constructor Description STestAssert(STest actual)
-
Uses of STest in jetbrains.buildServer.serverSide.audit
Methods in jetbrains.buildServer.serverSide.audit with parameters of type STest Modifier and Type Method Description AuditLog
AuditLogFactory. createForTest(STest test)
Returns audit log for test -
Uses of STest in jetbrains.buildServer.serverSide.audit.helpers
Methods in jetbrains.buildServer.serverSide.audit.helpers with parameters of type STest Modifier and Type Method Description protected String
TestHelper. doGetLog4jDescription(STest object)
protected String
TestHelper. doGetObjectId(STest object)
protected String
TestHelper. doGetObjectName(STest object)
-
Uses of STest in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return STest Modifier and Type Method Description protected STest
BaseServerTestCase. createTest(String name, SProject project)
STest
TestManagerImpl. createTest(long testNameId, String projectId)
Deprecated.STest
TestManagerImpl. createTest(TestName testName, long testNameId, String projectId)
STest
TestManagerImpl. createTest(TestName testName, String projectId)
STest
TestManagerImpl. findTest(long testNameId, String projectId)
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type STest Modifier and Type Method Description Map<Long,STest>
TestManagerImpl. createTests(Set<Long> testNameIds, String projectId)
protected List<STest>
BaseServerTestCase. getTestsFromNames(String[] testNames, ProjectEx project)
Methods in jetbrains.buildServer.serverSide.impl with parameters of type STest Modifier and Type Method Description STestRun
TestManagerImpl. createTestRun(int orderId, int testRunId, int duration, STest test, Status status)
TestRunEx
TestManagerImpl. createTestRun(SBuild build, STest test, Status testStatus, BuildsManager buildManager)
Creates a new test run instance.static String
LogUtil. describe(STest test)
-
Uses of STest in jetbrains.buildServer.serverSide.impl.audit
Methods in jetbrains.buildServer.serverSide.impl.audit with parameters of type STest Modifier and Type Method Description AuditLog
AuditLogFactoryImpl. createForTest(STest test)
-
Uses of STest in jetbrains.buildServer.serverSide.impl.audit.filters
Methods in jetbrains.buildServer.serverSide.impl.audit.filters with parameters of type STest Modifier and Type Method Description static TestId
TestId. createOn(STest test)
-
Uses of STest in jetbrains.buildServer.serverSide.impl.history
Methods in jetbrains.buildServer.serverSide.impl.history with parameters of type STest Modifier and Type Method Description TestHistoryQueryRunner
QueryRunnerFactory. createTestHistoryQueryRunner(STest test)
-
Uses of STest in jetbrains.buildServer.serverSide.impl.tracker
Method parameters in jetbrains.buildServer.serverSide.impl.tracker with type arguments of type STest Modifier and Type Method Description void
EventTrackerImpl. testsUnmuted(SUser user, Map<MuteInfo,Collection<STest>> unmutedGroups)
-
Uses of STest in jetbrains.buildServer.serverSide.mute
Methods in jetbrains.buildServer.serverSide.mute that return types with arguments of type STest Modifier and Type Method Description Collection<STest>
MuteInfo. getTests()
Retrieves tests that were muted.Methods in jetbrains.buildServer.serverSide.mute with parameters of type STest Modifier and Type Method Description Map<Long,MuteInfo>
ProblemMutingService. getMutesOfOneTestInBuilds(STest test, Collection<Long> relatedBuildIds)
Retrives mute info for all test runs of the specified test in given builds.Map<Long,MuteInfo>
ProblemMutingServiceImpl. getMutesOfOneTestInBuilds(STest test, Collection<Long> relatedBuildIds)
Map<Long,MuteInfo>
SecuredProblemMutingService. getMutesOfOneTestInBuilds(STest test, Collection<Long> relatedBuildIds)
Method parameters in jetbrains.buildServer.serverSide.mute with type arguments of type STest Modifier and Type Method Description void
ProblemMutingService. muteTestsInBuild(SUser user, String note, SBuild build, Collection<STest> tests)
void
ProblemMutingServiceImpl. muteTestsInBuild(SUser user, String note, SBuild build, Collection<STest> tests)
void
SecuredProblemMutingService. muteTestsInBuild(SUser user, String note, SBuild build, Collection<STest> tests)
MuteInfo
ProblemMutingService. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<STest> tests)
Mutes specified tests in the project scope.MuteInfo
ProblemMutingService. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<STest> tests)
Mutes specified tests in the project scope.MuteInfo
ProblemMutingServiceImpl. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<STest> tests)
MuteInfo
ProblemMutingServiceImpl. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<STest> tests)
MuteInfo
SecuredProblemMutingService. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<STest> tests)
MuteInfo
SecuredProblemMutingService. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<STest> tests)
static Set<SProject>
ProblemMutingServiceImpl. selectDistinctProjectsFromTests(Collection<STest> tests)
void
ProblemMutingService. unmuteTests(SUser user, String note, SBuildType buildType, Collection<STest> tests)
Unmutes the specified tests in one build type scope.void
ProblemMutingService. unmuteTests(SUser user, String note, SProject project, Collection<STest> tests)
Unmutes the specified tests in a scope where it was muted, including child projects but excluding parent onesvoid
ProblemMutingService. unmuteTests(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<STest> tests)
Unmutes the specified tests in a scope where it was mutedvoid
ProblemMutingServiceImpl. unmuteTests(SUser user, String note, SBuildType buildType, Collection<STest> tests)
void
ProblemMutingServiceImpl. unmuteTests(SUser user, String note, SProject project, Collection<STest> tests)
void
ProblemMutingServiceImpl. unmuteTests(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<STest> tests)
void
SecuredProblemMutingService. unmuteTests(SUser user, String note, SBuildType buildType, Collection<STest> tests)
void
SecuredProblemMutingService. unmuteTests(SUser user, String note, SProject project, Collection<STest> tests)
void
SecuredProblemMutingService. unmuteTests(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<STest> tests)
-
Uses of STest in jetbrains.buildServer.serverSide.stat
Methods in jetbrains.buildServer.serverSide.stat that return STest Modifier and Type Method Description STest
TestFailureRate. getTest()
-
Uses of STest in jetbrains.buildServer.serverSide.tests
Method parameters in jetbrains.buildServer.serverSide.tests with type arguments of type STest Modifier and Type Method Description Collection<SBuildType>
TestHistory. getBuildTypesForTests(Collection<STest> tests)
Returns the collection of build types, in which thetests
were executed (the union, not intersection).Collection<SBuildType>
TestHistoryImpl. getBuildTypesForTests(Collection<STest> tests)
Returns the collection of build types, in which thetests
were executed (the union, not intersection). -
Uses of STest in jetbrains.buildServer.web.problems
Methods in jetbrains.buildServer.web.problems that return STest Modifier and Type Method Description STest
STestBean. getTest()
-