jetbrains.buildServer.tests
Interface TestNameInfo

All Known Subinterfaces:
TestNameResponsibilityEntry
All Known Implementing Classes:
TestNameResponsibilityEntryImpl

public interface TestNameInfo

Test name and test name Id.

Since:
6.5
Author:
Leonid Bushuev from JetBrains

Method Summary
 TestName getTestName()
          Returns the test name associated with this entry.
 long getTestNameId()
          Returns the test name id associated with this entry.
 

Method Detail

getTestName

@NotNull
TestName getTestName()
Returns the test name associated with this entry.

Returns:
test name

getTestNameId

long getTestNameId()
Returns the test name id associated with this entry.

Returns:
test name id