Class DeleteOrphanedTestCaseWithoutResultSummaryProvider
- java.lang.Object
-
- com.atlassian.bamboo.resultsummary.tests.AbstractOrphanedTestCaseProvider
-
- com.atlassian.bamboo.resultsummary.tests.DeleteOrphanedTestCaseWithoutResultSummaryProvider
-
- All Implemented Interfaces:
SqlQueryProvider
public class DeleteOrphanedTestCaseWithoutResultSummaryProvider extends AbstractOrphanedTestCaseProvider
-
-
Constructor Summary
Constructors Constructor Description DeleteOrphanedTestCaseWithoutResultSummaryProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getQuery()
-
Methods inherited from class com.atlassian.bamboo.resultsummary.tests.AbstractOrphanedTestCaseProvider
getDefaultQuery, getMsSqlQuery, getOracleQuery
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.utils.db.SqlQueryProvider
getH2Query, getMySqlQuery, getPostgreSqlQuery
-
-
-
-
Method Detail
-
getQuery
protected String getQuery()
- Specified by:
getQuery
in classAbstractOrphanedTestCaseProvider
-
-