Interface TestNameResponsibilityEntry
-
- All Superinterfaces:
ResponsibilityEntry
,TestNameInfo
- All Known Implementing Classes:
TestNameResponsibilityEntryImpl
public interface TestNameResponsibilityEntry extends TestNameInfo, ResponsibilityEntry
- Since:
- 5.0
- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jetbrains.buildServer.responsibility.ResponsibilityEntry
ResponsibilityEntry.RemoveMethod, ResponsibilityEntry.State
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildProject
getProject()
Returns the project this responsibility associated withString
getProjectId()
Returns the project ID this responsibility associated with-
Methods inherited from interface jetbrains.buildServer.responsibility.ResponsibilityEntry
getComment, getRemoveMethod, getReporterUser, getResponsibleUser, getState, getTimestamp
-
Methods inherited from interface jetbrains.buildServer.tests.TestNameInfo
getTestName, getTestNameId
-
-
-
-
Method Detail
-
getProjectId
@NotNull String getProjectId()
Returns the project ID this responsibility associated with- Returns:
- the project ID this responsibility associated with
- Since:
- 7.0
-
getProject
@NotNull BuildProject getProject()
Returns the project this responsibility associated with- Returns:
- the project this responsibility associated with
- Since:
- 8.0
-
-