com.atlassian.bamboo.ww2.aware
Interface TestCaseAware
- All Superinterfaces:
- BuildAware
- All Known Implementing Classes:
- ViewTestCaseAction
public interface TestCaseAware
- extends BuildAware
An interface for classes that has access to a given TestCase
object.
Any classes that is TestCaseAware
must also be BuildAware
BUILD_SELECTED_DATE_FILTER
static final java.lang.String BUILD_SELECTED_DATE_FILTER
- See Also:
- Constant Field Values
getTestCase
TestCase getTestCase()
setTestCase
void setTestCase(TestCase testCase)
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.