|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.resultsummary.tests.TestClassImpl
public class TestClassImpl
| Field Summary |
|---|
| Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject |
|---|
id |
| Constructor Summary | |
|---|---|
TestClassImpl()
|
|
TestClassImpl(java.lang.String name,
Plan plan)
|
|
| Method Summary | |
|---|---|
void |
addTest(TestCase testCase)
Add a testCase to this group |
int |
compareTo(TestClass testClass)
|
TestClass |
copyTestClass(Plan plan)
Creates a copy of the TestClass. |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getName()
The real name of the test class |
Plan |
getPlan()
Get the plan that this test class belongs to |
java.lang.String |
getShortName()
Get the short name for this class for the UI |
java.util.List<TestCase> |
getTestCases()
Retrieve the TestCases that are part of this class. |
int |
hashCode()
|
protected void |
setName(java.lang.String name)
|
protected void |
setPlan(Plan plan)
|
| Methods inherited from class com.atlassian.bamboo.core.BambooEntityObject |
|---|
getId, setId |
| Methods inherited from class com.atlassian.core.bean.EntityObject |
|---|
clone, getCreationDate, getCurrentDate, getLastModificationDate, setClock, setCreationDate, setLastModificationDate |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestClassImpl()
public TestClassImpl(java.lang.String name,
Plan plan)
| Method Detail |
|---|
public java.lang.String getShortName()
TestClass
getShortName in interface TestClass
public void addTest(@NotNull
TestCase testCase)
TestClass
addTest in interface TestClasstestCase - to add.public java.lang.String getName()
TestClass
getName in interface TestClassprotected void setName(java.lang.String name)
@NotNull public java.util.List<TestCase> getTestCases()
TestClass
getTestCases in interface TestClasspublic Plan getPlan()
TestClass
getPlan in interface TestClassprotected void setPlan(Plan plan)
@NotNull
public TestClass copyTestClass(@NotNull
Plan plan)
TestClassTestClass. Includes all child TestCases but not the Plan
copyTestClass in interface TestClasspublic int hashCode()
hashCode in class com.atlassian.core.bean.EntityObjectpublic boolean equals(java.lang.Object o)
equals in class com.atlassian.core.bean.EntityObjectpublic int compareTo(TestClass testClass)
compareTo in interface java.lang.Comparable<TestClass>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||