Class RemoveOrphanedTestCaseJob
- java.lang.Object
-
- com.atlassian.bamboo.resultsummary.tests.RemoveOrphanedTestCaseJob
-
- All Implemented Interfaces:
org.quartz.Job
public class RemoveOrphanedTestCaseJob extends Object implements org.quartz.Job
-
-
Field Summary
Fields Modifier and Type Field Description static String
DELETE_TEST_CLASSES_QUERY
-
Constructor Summary
Constructors Constructor Description RemoveOrphanedTestCaseJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.quartz.JobExecutionContext jobExecutionContext)
-
-
-
Field Detail
-
DELETE_TEST_CLASSES_QUERY
public static final String DELETE_TEST_CLASSES_QUERY
- See Also:
- Constant Field Values
-
-