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

Packages that use TestQuarantineManager
com.atlassian.bamboo.build   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.plugins.web.conditions   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.ww2.actions.chains   
 

Uses of TestQuarantineManager in com.atlassian.bamboo.build
 

Fields in com.atlassian.bamboo.build declared as TestQuarantineManager
protected  TestQuarantineManager PlanResultsAction.testQuarantineManager
           
 

Methods in com.atlassian.bamboo.build with parameters of type TestQuarantineManager
 void QuarantineTest.setTestQuarantineManager(TestQuarantineManager testQuarantineManager)
           
 void PlanResultsAction.setTestQuarantineManager(TestQuarantineManager testQuarantineManager)
           
 

Uses of TestQuarantineManager in com.atlassian.bamboo.chains
 

Methods in com.atlassian.bamboo.chains that return TestQuarantineManager
 TestQuarantineManager ChainFilteredTestResults.getTestQuarantineManager()
           
 

Constructors in com.atlassian.bamboo.chains with parameters of type TestQuarantineManager
BuildContextFactoryImpl(ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, TestQuarantineManager testQuarantineManager, AdministrationConfigurationManager administrationConfigurationManager, BranchIntegrationService branchIntegrationService, FeatureManager featureManager)
           
 

Uses of TestQuarantineManager in com.atlassian.bamboo.plugins.web.conditions
 

Methods in com.atlassian.bamboo.plugins.web.conditions with parameters of type TestQuarantineManager
 void HasQuarantinedTestsCondition.setTestQuarantineManager(TestQuarantineManager testQuarantineManager)
           
 

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

Classes in com.atlassian.bamboo.resultsummary.tests that implement TestQuarantineManager
 class TestQuarantineManagerImpl
           
 

Methods in com.atlassian.bamboo.resultsummary.tests that return TestQuarantineManager
 TestQuarantineManager FilteredTestResultsAbstract.getTestQuarantineManager()
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type TestQuarantineManager
 void ViewQuarantinedTests.setTestQuarantineManager(TestQuarantineManager testQuarantineManager)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.