public interface WorkflowProgressAware
Modifier and Type | Method and Description |
---|---|
void |
addError(String name,
String error) |
void |
addErrorMessage(String error) |
int |
getAction() |
Map |
getAdditionalInputs() |
MutableIssue |
getIssue() |
Project |
getProject() |
Project |
getProjectObject()
Legacy synonym for
getProject() |
ApplicationUser |
getRemoteApplicationUser() |
ApplicationUser |
getRemoteUser()
Deprecated.
Use
getRemoteApplicationUser() instead. Since v6.0. |
void |
setAction(int action) |
ApplicationUser getRemoteUser()
getRemoteApplicationUser()
instead. Since v6.0.ApplicationUser getRemoteApplicationUser()
int getAction()
void setAction(int action)
void addErrorMessage(String error)
Map getAdditionalInputs()
MutableIssue getIssue()
Project getProject()
Project getProjectObject()
getProject()
Copyright © 2002-2019 Atlassian. All Rights Reserved.