Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestsManager
-
-
Uses of TestsManager in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as TestsManager Modifier and Type Field Description protected TestsManager
PlanResultsAction. testsManager
Methods in com.atlassian.bamboo.build with parameters of type TestsManager Modifier and Type Method Description void
PlanResultsAction. setTestsManager(TestsManager testsManager)
-
Uses of TestsManager in com.atlassian.bamboo.build.creation
Constructors in com.atlassian.bamboo.build.creation with parameters of type TestsManager Constructor Description ChainBranchCreationServiceImpl(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 TestsManager Modifier and Type Method Description void
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 TestsManager Modifier and Type Method Description TestsManager
ChainFilteredTestResults. getTestsManager()
Deprecated.since 5.12 wire the bean through Spring insteadMethods in com.atlassian.bamboo.chains with parameters of type TestsManager Modifier and Type Method Description static @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 TestsManager Constructor Description ChainCompletedNotification(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 TestsManager Constructor Description PlanStatePersisterImpl(PlanManager planManager, 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 TestsManager Constructor Description PlanResource(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)
-
Uses of TestsManager in com.atlassian.bamboo.resultsummary.tests
Classes in com.atlassian.bamboo.resultsummary.tests that implement TestsManager Modifier and Type Class Description class
TestsManagerImpl
Methods in com.atlassian.bamboo.resultsummary.tests that return TestsManager Modifier and Type Method Description TestsManager
FilteredTestResultsAbstract. getTestsManager()
Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type TestsManager Constructor Description TestCaseSummaryImpl(@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 TestsManager Modifier and Type Method Description void
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 TestsManager Modifier and Type Method Description void
UnlinkTestToJiraIssueAction. setTestsManager(TestsManager testsManager)
-