java.lang.Object | |
↳ | com.atlassian.jira.config.MockSubTaskManager |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Change the parent of the given subtask to the given new parent on behalf
of the given user.
| |||||||||||
Enables sub-tasks on the instance.
| |||||||||||
Enables sub-tasks on the instance.
| |||||||||||
Returns the parent issue ID of this the given issue.
| |||||||||||
Returns the parent issue ID of this the given issue.
| |||||||||||
Returns the parent issue ID of this the given issue.
| |||||||||||
Returns the SubTaskBean for the given parent issue in the context of the given user.
| |||||||||||
Returns a list of issue links associated with the issue
| |||||||||||
Returns the SubTask IssueType with the given ID.
| |||||||||||
Returns the SubTask IssueType with the given ID.
| |||||||||||
Retrieves all the sub-task issue types
| |||||||||||
Create new issue type and adds it to default scheme.
| |||||||||||
Create new issue type and adds it to default scheme.
| |||||||||||
Return true if the given issue is a subtask.
| |||||||||||
Update existing sub-task issue type.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Change the parent of the given subtask to the given new parent on behalf of the given user.
subTask | The SubTask |
---|---|
parentIssue | The parent Issue |
currentUser | The user |
RemoveException | |
---|---|
CreateException |
CreateException |
---|
Enables sub-tasks on the instance. If there are no sub-task issue types present, then the default sub-task issue type will be created.
CreateException |
---|
Enables sub-tasks on the instance.
createDefaultIfMissing | if true and there are no sub-task issue types present, then the default
sub-task issue type will be created. |
---|
CreateException |
---|
Returns the parent issue ID of this the given issue. Will return null if the given issue is not a subtask.
issue | the issue |
---|
Returns the parent issue ID of this the given issue. Will return null if the given issue is not a subtask.
issue | the issue |
---|
Returns the parent issue ID of this the given issue. Will return null if the given issue is not a subtask.
issue | the issue ID of the subtask |
---|
Returns the SubTaskBean for the given parent issue in the context of the given user.
issue | the Issue |
---|---|
remoteUser | the user |
Returns a list of issue links associated with the issue
issueId | issue id |
---|
Returns the SubTask IssueType with the given ID.
id | the ID |
---|
Returns the SubTask IssueType with the given ID.
id | the ID |
---|
Retrieves all the sub-task issue types
IssueType
s.Create new issue type and adds it to default scheme.
CreateException |
---|
Create new issue type and adds it to default scheme.
CreateException |
---|
Return true if the given issue is a subtask.
issue | the issue |
---|
Update existing sub-task issue type.
DataAccessException |
---|