com.atlassian.plugins.osgi.test.rest
Class TestDetailRepresentation

java.lang.Object
  extended by com.atlassian.plugins.osgi.test.rest.TestDetailRepresentation
Direct Known Subclasses:
TestResultDetailRepresentation

public class TestDetailRepresentation
extends Object

Since:
version

Constructor Summary
TestDetailRepresentation(String classname)
           
 
Method Summary
 List<String> getAllTestMethods()
           
 String getClassname()
           
 String getDivId()
           
 void setAllTestMethods(List<String> allTestMethods)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDetailRepresentation

public TestDetailRepresentation(String classname)
Method Detail

getClassname

public String getClassname()

getDivId

public String getDivId()

getAllTestMethods

public List<String> getAllTestMethods()

setAllTestMethods

public void setAllTestMethods(List<String> allTestMethods)


Copyright © 2014 Atlassian. All rights reserved.