public interface Task extends PropertySupport
Modifier and Type | Method and Description |
---|---|
TaskAnchor |
getAnchor() |
ApplicationUser |
getAuthor() |
Date |
getCreatedDate() |
long |
getId() |
TaskOperations |
getPermittedOperations() |
TaskState |
getState() |
String |
getText() |
getProperties
@Nonnull TaskAnchor getAnchor()
@Nonnull ApplicationUser getAuthor()
@Nonnull Date getCreatedDate()
long getId()
@Nullable TaskOperations getPermittedOperations()
null
if none are permitted@Nonnull @RequiredString(size=32768) String getText()
Copyright © 2019 Atlassian. All rights reserved.