Class EditResponsibilityBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.tests.EditResponsibilityBean
-
public class EditResponsibilityBean extends Object
- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestCheckboxcreateTestCheckbox(STestRun test)intgetAction()List<TestCheckbox>getAllResponsibleTests()SBuildgetBuild()StringgetComment()List<TestCheckbox>getFailedTestsFromBuild()List<TestCheckbox>getFailedTestsFromProject()List<User>getPotentiallyResponsibleUsers()UsergetResponsibleUser()StringgetTestName()booleanisFixAction()booleanisGiveupAction()booleanisReleaseAction()booleanisSetAction()booleanisShowAllTestLink()voidsetAllResponsibleTests(List<TestCheckbox> allResponsibleTests)voidsetBuild(SBuild build)voidsetFailedTestsFromBuild(List<TestCheckbox> failedTests)voidsetFailedTestsFromProject(List<TestCheckbox> failedTestsFromProject)
-
-
-
Method Detail
-
getTestName
public String getTestName()
-
getResponsibleUser
public User getResponsibleUser()
-
getComment
public String getComment()
-
getAction
public int getAction()
-
isSetAction
public boolean isSetAction()
-
isFixAction
public boolean isFixAction()
-
isGiveupAction
public boolean isGiveupAction()
-
isReleaseAction
public boolean isReleaseAction()
-
createTestCheckbox
public TestCheckbox createTestCheckbox(STestRun test)
-
getFailedTestsFromBuild
public List<TestCheckbox> getFailedTestsFromBuild()
-
setFailedTestsFromBuild
public void setFailedTestsFromBuild(List<TestCheckbox> failedTests)
-
getBuild
public SBuild getBuild()
-
setBuild
public void setBuild(SBuild build)
-
getFailedTestsFromProject
public List<TestCheckbox> getFailedTestsFromProject()
-
setFailedTestsFromProject
public void setFailedTestsFromProject(List<TestCheckbox> failedTestsFromProject)
-
getAllResponsibleTests
public List<TestCheckbox> getAllResponsibleTests()
-
setAllResponsibleTests
public void setAllResponsibleTests(List<TestCheckbox> allResponsibleTests)
-
isShowAllTestLink
public boolean isShowAllTestLink()
-
-