public interface ProcessInfo
ProcessInfo allows communication between process owner and process itself.
If you know processId, you can access its state using ProcessHandleManager.getInfo(Long)
method.
Modifier and Type | Method and Description |
---|---|
ProcessDisplayParameters |
getParameters() |
ProcessStatus |
getStatus() |
boolean |
isVisibleTo(com.atlassian.jira.user.ApplicationUser user) |
@Nullable ProcessStatus getStatus()
@Nullable ProcessDisplayParameters getParameters()
boolean isVisibleTo(@Nullable com.atlassian.jira.user.ApplicationUser user)
user
- User keyCopyright © 2017 ALM Works. All Rights Reserved.