Interface SubTask

All Known Implementing Classes:
SubTaskImpl

@PublicApi public interface SubTask
  • Method Details

    • getSequence

      Long getSequence()
    • getDisplaySequence

      Long getDisplaySequence()
    • getParent

      Issue getParent()
      Returns the Parent Issue.
      Returns:
      the Parent Issue.
    • getSubTask

      Issue getSubTask()
      Returns the SubTask Issue.
      Returns:
      the SubTask Issue.