com.atlassian.bamboo.results.tests
Class TestClassResultMap

java.lang.Object
  extended by org.apache.commons.collections.map.AbstractMapDecorator
      extended by org.apache.commons.collections.map.ListOrderedMap
          extended by com.atlassian.bamboo.results.tests.TestClassResultMap
All Implemented Interfaces:
java.io.Serializable, java.util.Map, org.apache.commons.collections.IterableMap, org.apache.commons.collections.OrderedMap

public class TestClassResultMap
extends org.apache.commons.collections.map.ListOrderedMap

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class org.apache.commons.collections.map.ListOrderedMap
insertOrder
 
Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
map
 
Constructor Summary
TestClassResultMap()
           
 
Method Summary
 long getTotalTestClasses()
           
 long getTotalTests()
           
 java.lang.Object put(TestResults testResults)
           
 
Methods inherited from class org.apache.commons.collections.map.ListOrderedMap
asList, clear, decorate, entrySet, firstKey, get, getValue, indexOf, keySet, lastKey, mapIterator, nextKey, orderedMapIterator, previousKey, put, putAll, remove, remove, toString, values
 
Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
containsKey, containsValue, equals, get, hashCode, isEmpty, size
 

Constructor Detail

TestClassResultMap

public TestClassResultMap()
Method Detail

put

public java.lang.Object put(TestResults testResults)

getTotalTestClasses

public long getTotalTestClasses()

getTotalTests

public long getTotalTests()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.