Package jetbrains.buildServer.serverSide
Interface TestEx
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description STestchangeProject(String projectId)Returns a copy of the test in a new project.SProjectgetProject()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()
-
-