Class SubtasksImpl

java.lang.Object
com.atlassian.jira.functest.framework.admin.SubtasksImpl
All Implemented Interfaces:
Subtasks

public class SubtasksImpl extends Object implements Subtasks
Since:
v4.0
  • Constructor Details

    • SubtasksImpl

      public SubtasksImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData)
  • Method Details

    • enable

      public void enable()
      Description copied from interface: Subtasks
      Enables sub-tasks.
      Specified by:
      enable in interface Subtasks
    • disable

      public void disable()
      Description copied from interface: Subtasks
      Disables sub-tasks.
      Specified by:
      disable in interface Subtasks
    • isEnabled

      public boolean isEnabled()
      Specified by:
      isEnabled in interface Subtasks
      Returns:
      true if sub-tasks are currently enabled.
    • addSubTaskType

      public void addSubTaskType(String subTaskName, String subTaskDescription)
      Description copied from interface: Subtasks
      Adds a new sub-task type. Enables sub-tasks if they are disabled.
      Specified by:
      addSubTaskType in interface Subtasks
      Parameters:
      subTaskName - The name of the new sub-task type.
      subTaskDescription - The description of the new sub-task type.
    • deleteSubTaskType

      public void deleteSubTaskType(String subTaskName)
      Description copied from interface: Subtasks
      Delete an existing sub-task type.
      Specified by:
      deleteSubTaskType in interface Subtasks
      Parameters:
      subTaskName - The name of the sub-task type to be deleted.