public class

SubtasksImpl

extends AbstractFuncTestUtil
implements Subtasks
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.AbstractFuncTestUtil
     ↳ com.atlassian.jira.functest.framework.admin.SubtasksImpl

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
Public Constructors
SubtasksImpl(WebTester tester, JIRAEnvironmentData environmentData)
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()
[Expand]
Inherited Methods
From class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
From class java.lang.Object
From interface com.atlassian.jira.functest.framework.admin.Subtasks
From interface com.atlassian.jira.testkit.client.log.FuncTestLogger

Public Constructors

public SubtasksImpl (WebTester tester, JIRAEnvironmentData environmentData)

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 ()