Class ViewQuarantinedTests

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.PlanActionSupport
com.atlassian.bamboo.ww2.actions.chains.ViewQuarantinedTests
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, PlanReadSecurityAware, PlanAware, ProjectAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ViewQuarantinedTests extends PlanActionSupport implements PlanReadSecurityAware
See Also:
  • Constructor Details

    • ViewQuarantinedTests

      public ViewQuarantinedTests()
  • Method Details

    • doDefault

      public String doDefault()
      Description copied from class: BambooActionSupport
      Default action just sends to the input
      Overrides:
      doDefault in class BambooActionSupport
    • getQuarantinedTestCases

      public List<TestCaseForDisplay> getQuarantinedTestCases()
    • getQuarantiningUser

      public com.atlassian.user.User getQuarantiningUser(TestCase testCase) throws com.atlassian.user.EntityException
      Throws:
      com.atlassian.user.EntityException
    • getTestCaseHistory

      public List<TestCaseResult> getTestCaseHistory(TestCase testCase)
    • setTestQuarantineManager

      public void setTestQuarantineManager(TestQuarantineManager testQuarantineManager)
    • setTestsManager

      public void setTestsManager(TestsManager testsManager)
    • setUserManager

      public void setUserManager(com.atlassian.user.UserManager userManager)