Uses of Class
com.atlassian.mywork.service.ActionResult

Packages that use ActionResult
com.atlassian.mywork.service   
 

Uses of ActionResult in com.atlassian.mywork.service
 

Fields in com.atlassian.mywork.service declared as ActionResult
static ActionResult ActionResult.FAILED
          Failed result without result url
static ActionResult ActionResult.SUCCESS
          Successful result without result url
 

Methods in com.atlassian.mywork.service that return ActionResult
 ActionResult ActionService.execute(java.lang.String username, org.codehaus.jackson.JsonNode action)
          Executes an action as the given user.
 



Copyright © 2013 Atlassian. All Rights Reserved.