Package com.atlassian.jira.task.context
Interface Context.Task
- All Superinterfaces:
AutoCloseable
- Enclosing interface:
Context
A Task is a unit of work. They should be completed in a
finallyblock.
-
Method Summary
-
Method Details
-
complete
void complete() -
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-