Package com.atlassian.bamboo.ww2.aware
Interface JsonStatusProvider
- All Known Implementing Classes:
FinishSetupAction
,SetupDatabaseConnectionAction
,SetupEmbeddedDatabaseAction
public interface JsonStatusProvider
Allows the interceptor ExecAndWaitWithJSONStatusUpdateInterceptor to retrieve the current status
of the action to pass back to the UI.
-
Method Summary
Modifier and TypeMethodDescriptioncom.opensymphony.webwork.dispatcher.json.JSONObject
-
Method Details
-
getJsonStatus
- Returns:
- JSONObject with status information required to update the UI.
- Throws:
Exception
-