Class SubtasksImpl
java.lang.Object
com.atlassian.jira.functest.framework.admin.SubtasksImpl
- All Implemented Interfaces:
Subtasks
- Since:
- v4.0
-
Constructor Summary
ConstructorsConstructorDescriptionSubtasksImpl
(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
SubtasksImpl
-
-
Method Details
-
enable
public void enable()Description copied from interface:Subtasks
Enables sub-tasks. -
disable
public void disable()Description copied from interface:Subtasks
Disables sub-tasks. -
isEnabled
public boolean isEnabled() -
addSubTaskType
Description copied from interface:Subtasks
Adds a new sub-task type. Enables sub-tasks if they are disabled.- Specified by:
addSubTaskType
in interfaceSubtasks
- Parameters:
subTaskName
- The name of the new sub-task type.subTaskDescription
- The description of the new sub-task type.
-
deleteSubTaskType
Description copied from interface:Subtasks
Delete an existing sub-task type.- Specified by:
deleteSubTaskType
in interfaceSubtasks
- Parameters:
subTaskName
- The name of the sub-task type to be deleted.
-