public interface Subtasks
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() |
void enable()
void disable()
boolean isEnabled()
void addSubTaskType(String subTaskName, String subTaskDescription)
subTaskName
- The name of the new sub-task type.subTaskDescription
- The description of the new sub-task type.void deleteSubTaskType(String subTaskName)
subTaskName
- The name of the sub-task type to be deleted.Copyright © 2002-2019 Atlassian. All Rights Reserved.