public interface TestClass extends BambooObject, Comparable<TestClass>
Modifier and Type | Method and Description |
---|---|
void |
addTest(TestCase testCase)
Add a testCase to this group
|
TestClass |
copyTestClass(Plan plan)
Creates a copy of the
TestClass . |
long |
getMasterJobId()
Get id of the master of the job this test class belongs to.
|
String |
getName()
The real name of the test class
|
Plan |
getPlan()
Get the plan that this test class belongs to.
|
String |
getShortName()
Get the short name for this class for the UI
|
List<TestCase> |
getTestCases()
Retrieve the TestCases that are part of this class.
|
setId
getId
compareTo
void addTest(TestCase testCase)
testCase
- to add.String getName()
List<TestCase> getTestCases()
Plan getPlan()
long getMasterJobId()
getPlan()
to find the actual branched job this class belongs to.String getShortName()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.