Package jetbrains.buildServer.tests
Interface TestNameInfo
-
- All Known Subinterfaces:
TestNameResponsibilityEntry
- All Known Implementing Classes:
TestNameResponsibilityEntryImpl
public interface TestNameInfoTest name and test name Id.- Since:
- 6.5
- Author:
- Leonid Bushuev from JetBrains
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestNamegetTestName()Returns the test name associated with this entry.longgetTestNameId()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
-
-