Uses of Class
com.atlassian.bamboo.testutils.TestClassDescriptor
-
Packages that use TestClassDescriptor Package Description com.atlassian.bamboo.testutils com.atlassian.bamboo.testutils.model -
-
Uses of TestClassDescriptor in com.atlassian.bamboo.testutils
Fields in com.atlassian.bamboo.testutils with type parameters of type TestClassDescriptor Modifier and Type Field Description static Collection<TestClassDescriptor>
TestBuildDetailsHelper. SUBDIR_PERFORCE_FAILED_TESTS
static Collection<TestClassDescriptor>
TestBuildDetailsHelper. SUBDIR_PERFORCE_SUCCESS_TESTS
static Collection<TestClassDescriptor>
TestBuildDetailsHelper. SUBDIR_SVN_FAILED_TESTS
static Collection<TestClassDescriptor>
TestBuildDetailsHelper. SUBDIR_SVN_MIXED_TESTS
static Collection<TestClassDescriptor>
TestBuildDetailsHelper. SUBDIR_SVN_SUCCESS_TESTS
-
Uses of TestClassDescriptor in com.atlassian.bamboo.testutils.model
Methods in com.atlassian.bamboo.testutils.model that return types with arguments of type TestClassDescriptor Modifier and Type Method Description Collection<TestClassDescriptor>
TestJobDetails. getTestClasses()
Method parameters in com.atlassian.bamboo.testutils.model with type arguments of type TestClassDescriptor Modifier and Type Method Description void
TestJobDetails. setTestClasses(Collection<TestClassDescriptor> testClasses)
-