Package jetbrains.buildServer.serverSide
Interface TestEx
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description STest
changeProject(String projectId)
Returns a copy of the test in a new project.SProject
getProject()
Returns the associated project instance.-
Methods inherited from interface jetbrains.buildServer.serverSide.STest
getAllResponsibilities, getCurrentMuteInfo, getName, getProjectExternalId, getProjectId, getResponsibility, getTestId, getTestNameId, isMuted
-
-
-
-
Method Detail
-
getProject
@Nullable SProject getProject()
Returns the associated project instance.- Returns:
- the associated project instance
- See Also:
STest.getProjectId()
-
-