com.atlassian.bamboo.resultsummary.tests
Interface TestClassResultDescriptor

All Superinterfaces:
NameProvider
All Known Subinterfaces:
TestClassResult
All Known Implementing Classes:
TestClassResultImpl

public interface TestClassResultDescriptor
extends NameProvider


Method Summary
 java.lang.String getName()
           
 java.lang.String getShortName()
           
 

Method Detail

getName

@Nullable
java.lang.String getName()
Specified by:
getName in interface NameProvider
Returns:
the name of TestClass

getShortName

@Nullable
java.lang.String getShortName()
Returns:
the short name of the TestClass (strips leading package names)


Copyright © 2012 Atlassian. All Rights Reserved.