Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestsManager

Packages that use TestsManager
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.build.tests   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.ww2.actions.chains   
com.atlassian.bamboo.ww2.actions.jira   
 

Uses of TestsManager in com.atlassian.bamboo.build
 

Fields in com.atlassian.bamboo.build declared as TestsManager
protected  TestsManager PlanResultsAction.testsManager
           
 

Methods in com.atlassian.bamboo.build with parameters of type TestsManager
 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
ChainBranchCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, 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, BuildStrategyConfigurationService buildStrategyConfigurationService, JiraBranchLinkingService jiraBranchLinkingService, TestQuarantineManager testQuarantineManager, TestsManager testsManager)
           
 

Uses of TestsManager in com.atlassian.bamboo.build.tests
 

Methods in com.atlassian.bamboo.build.tests with parameters of type TestsManager
 void ViewTestsSummaryForPlan.setTestsManager(TestsManager testsManager)
           
 void ViewTestsSummary.setTestsManager(TestsManager testsManager)
           
 void ViewTestCaseAction.setTestsManager(TestsManager testsManager)
           
 

Uses of TestsManager in com.atlassian.bamboo.chains
 

Methods in com.atlassian.bamboo.chains that return TestsManager
 TestsManager ChainFilteredTestResults.getTestsManager()
           
 

Uses of TestsManager in com.atlassian.bamboo.plan
 

Constructors in com.atlassian.bamboo.plan with parameters of type TestsManager
PlanStatePersisterImpl(PlanManager planManager, BuildResultsIndexer buildResultsIndexer, BuildResultsSummaryManager buildResultsSummaryManager, ResultsSummaryManager resultsSummaryManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, BuildExecutionManager buildExecutionManager, TestsManager testsManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of TestsManager in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type TestsManager
 void BuildResultsSummaryManagerImpl.setTestsManager(TestsManager testsManager)
           
 

Uses of TestsManager in com.atlassian.bamboo.resultsummary.tests
 

Classes in com.atlassian.bamboo.resultsummary.tests that implement TestsManager
 class TestsManagerImpl
           
 

Methods in com.atlassian.bamboo.resultsummary.tests that return TestsManager
 TestsManager FilteredTestResultsAbstract.getTestsManager()
           
 

Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type TestsManager
TestCaseSummaryImpl(TestCase testCase, ImmutableBuildable build, java.util.List<BuildResultsSummary> filteredBuildResults, TestsManager testsManager, ResultsSummaryManager resultsSummaryManager)
           
TestQuarantineManagerImpl(TestCaseDao testCaseDao, TestCaseResultDao testCaseResultDao, TestsManager testsManager, CachedPlanManager cachedPlanManager)
           
 

Uses of TestsManager in com.atlassian.bamboo.ww2.actions.chains
 

Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type TestsManager
 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
 void UnlinkTestToJiraIssueAction.setTestsManager(TestsManager testsManager)
           
 void LinkTestToJiraIssueAction.setTestsManager(TestsManager testsManager)
           
 void CreateNewJiraIssueForTestAction.setTestsManager(TestsManager testsManager)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.