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 TypeMethodDescriptionvoidaddSubTaskType(String subTaskName, String subTaskDescription) Adds a new sub-task type.voiddeleteSubTaskType(String subTaskName) Delete an existing sub-task type.voiddisable()Disables sub-tasks.voidenable()Enables sub-tasks.boolean
-
Constructor Details
-
SubtasksImpl
-
-
Method Details
-
enable
public void enable()Description copied from interface:SubtasksEnables sub-tasks. -
disable
public void disable()Description copied from interface:SubtasksDisables sub-tasks. -
isEnabled
public boolean isEnabled() -
addSubTaskType
Description copied from interface:SubtasksAdds a new sub-task type. Enables sub-tasks if they are disabled.- Specified by:
addSubTaskTypein 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:SubtasksDelete an existing sub-task type.- Specified by:
deleteSubTaskTypein interfaceSubtasks- Parameters:
subTaskName- The name of the sub-task type to be deleted.
-