Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestsManager
Packages that use TestsManager
Package
Description
-
Uses of TestsManager in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as TestsManagerMethods in com.atlassian.bamboo.build with parameters of type TestsManagerModifier and TypeMethodDescriptionvoid
PlanResultsAction.setTestsManager
(TestsManager testsManager) -
Uses of TestsManager in com.atlassian.bamboo.build.creation
Constructors in com.atlassian.bamboo.build.creation with parameters of type TestsManagerModifierConstructorDescriptionChainBranchCreationServiceImpl
(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, JobCreationService jobCreationService, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, ScopedExclusionService exclusionService, ChainBranchManager chainBranchManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, TriggerConfigurationService triggerConfigurationService, BuildNumberGeneratorService buildNumberGeneratorService, JiraBranchLinkingService jiraBranchLinkingService, TestQuarantineManager testQuarantineManager, TestsManager testsManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, TransactionAndHibernateTemplate hibernateTemplate) -
Uses of TestsManager in com.atlassian.bamboo.build.tests
Methods in com.atlassian.bamboo.build.tests with parameters of type TestsManagerModifier and TypeMethodDescriptionvoid
ViewTestCaseAction.setTestsManager
(TestsManager testsManager) void
ViewTestsSummary.setTestsManager
(TestsManager testsManager) void
ViewTestsSummaryForPlan.setTestsManager
(TestsManager testsManager) -
Uses of TestsManager in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return TestsManagerModifier and TypeMethodDescriptionChainFilteredTestResults.getTestsManager()
Deprecated.since 5.12 wire the bean through Spring insteadMethods in com.atlassian.bamboo.chains with parameters of type TestsManagerModifier and TypeMethodDescriptionstatic @Nullable ChainFilteredTestResults
ChainFilteredTestResults.newInstance
(TestsManager testsManager, TestQuarantineManager testQuarantineManager, ChainResultsSummary chainResultsSummary, int pageNumber, int pageSize) Creates a new instance ofChainFilteredTestResults
. -
Uses of TestsManager in com.atlassian.bamboo.notification.chain
Constructors in com.atlassian.bamboo.notification.chain with parameters of type TestsManagerModifierConstructorDescriptionChainCompletedNotification
(BranchStatusService branchStatusService, CachedPlanManager cachedPlanManager, TestsManager testsManager, TestQuarantineManager testQuarantineManager, VcsRepositoryViewerManager vcsRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager) -
Uses of TestsManager in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type TestsManagerModifierConstructorDescriptionPlanStatePersisterImpl
(BuildResultsSummaryManager buildResultsSummaryManager, CurrentlyBuildingContainer currentlyBuildingContainer, ResultsSummaryManager resultsSummaryManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, TestsManager testsManager, com.atlassian.event.api.EventPublisher eventPublisher, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryService planVcsRevisionHistoryService) -
Uses of TestsManager in com.atlassian.bamboo.plugins.rest.build
Constructors in com.atlassian.bamboo.plugins.rest.build with parameters of type TestsManagerModifierConstructorDescriptionPlanResource
(BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BranchCreationFacade branchCreationFacade, CachedPlanManager cachedPlanManager, PlanManager planManager, LabelManager labelManager, PlanRestService planRestService, VariableDefinitionManager variableDefinitionManager, JiraIssueManager jiraIssueManager, JiraApplinksService jiraApplinksService, com.atlassian.event.api.EventPublisher eventPublisher, ArtifactDefinitionManager artifactDefinitionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TestsManager testsManager, TestQuarantineManager testQuarantineManager, VcsRepositoryManager vcsRepositoryManager, DeletionService deletionService, RssDetectionService rssDetectionService, ChainBranchManager chainBranchManager, BuildDefinitionManager buildDefinitionManager, SpecsConsumerFactory specsConsumerFactory, SpecsExporter specsExporter, RestAuthenticationContext restAuthenticationContext) -
Uses of TestsManager in com.atlassian.bamboo.resultsummary.tests
Classes in com.atlassian.bamboo.resultsummary.tests that implement TestsManagerMethods in com.atlassian.bamboo.resultsummary.tests that return TestsManagerConstructors in com.atlassian.bamboo.resultsummary.tests with parameters of type TestsManagerModifierConstructorDescriptionTestCaseSummaryImpl
(@NotNull TestCase testCase, @NotNull PlanKey planKey, @Nullable List<BuildResultsSummary> filteredBuildResults, TestsManager testsManager, ResultsSummaryManager resultsSummaryManager) TestQuarantineManagerImpl
(TestCaseDao testCaseDao, TestCaseResultDao testCaseResultDao, TestsManager testsManager, CachedPlanManager cachedPlanManager, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of TestsManager in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type TestsManagerModifier and TypeMethodDescriptionvoid
ViewQuarantinedTests.setTestsManager
(TestsManager testsManager) -
Uses of TestsManager in com.atlassian.bamboo.ww2.actions.jira
Methods in com.atlassian.bamboo.ww2.actions.jira with parameters of type TestsManagerModifier and TypeMethodDescriptionvoid
UnlinkTestToJiraIssueAction.setTestsManager
(TestsManager testsManager)