|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 TestClass
testCase
- to add.public java.lang.String getName()
TestClass
getName
in interface TestClass
protected void setName(java.lang.String name)
@NotNull public java.util.List<TestCase> getTestCases()
TestClass
getTestCases
in interface TestClass
public Plan getPlan()
TestClass
getPlan
in interface TestClass
protected void setPlan(Plan plan)
@NotNull public TestClass copyTestClass(@NotNull Plan plan)
TestClass
TestClass
. Includes all child TestCase
s but not the Plan
copyTestClass
in interface TestClass
public int hashCode()
hashCode
in class com.atlassian.core.bean.EntityObject
public boolean equals(java.lang.Object o)
equals
in class com.atlassian.core.bean.EntityObject
public 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 |