public interface

Subtasks

com.atlassian.jira.functest.framework.admin.Subtasks
Known Indirect Subclasses

Class Overview

Grouping of admin tasks related to the Sub-Tasks section

Summary

Public Methods
void addSubTaskType(String subTaskName, String subTaskDescription)
Adds a new sub-task type.
void deleteSubTaskType(String subTaskName)
Delete an existing sub-task type.
void disable()
Disables sub-tasks.
void enable()
Enables sub-tasks.
boolean isEnabled()

Public Methods

public void addSubTaskType (String subTaskName, String subTaskDescription)

Adds a new sub-task type. Enables sub-tasks if they are disabled.

Parameters
subTaskName The name of the new sub-task type.
subTaskDescription The description of the new sub-task type.

public void deleteSubTaskType (String subTaskName)

Delete an existing sub-task type.

Parameters
subTaskName The name of the sub-task type to be deleted.

public void disable ()

Disables sub-tasks.

public void enable ()

Enables sub-tasks.

public boolean isEnabled ()

Returns
  • true if sub-tasks are currently enabled.