| Constructor and Description | 
|---|
SubtasksImpl(net.sourceforge.jwebunit.WebTester tester,
            JIRAEnvironmentData environmentData)  | 
| Modifier and Type | Method and Description | 
|---|---|
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 SubtasksImpl(net.sourceforge.jwebunit.WebTester tester,
                    JIRAEnvironmentData environmentData)
public void enable()
Subtaskspublic void disable()
Subtaskspublic boolean isEnabled()
public void addSubTaskType(String subTaskName, String subTaskDescription)
SubtasksaddSubTaskType in interface SubtaskssubTaskName - The name of the new sub-task type.subTaskDescription - The description of the new sub-task type.public void deleteSubTaskType(String subTaskName)
SubtasksdeleteSubTaskType in interface SubtaskssubTaskName - The name of the sub-task type to be deleted.Copyright © 2002-2021 Atlassian. All Rights Reserved.