com.atlassian.bamboo.ww2.actions.build
Class CurrentlyBuildingJsonDecorator

java.lang.Object
  extended by com.atlassian.bamboo.ww2.actions.build.AbstractBuildJsonDecorator
      extended by com.atlassian.bamboo.ww2.actions.build.CurrentlyBuildingJsonDecorator

public class CurrentlyBuildingJsonDecorator
extends AbstractBuildJsonDecorator

Decorator for a build that's currently building


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.actions.build.AbstractBuildJsonDecorator
AbstractBuildJsonDecorator.BuildStatus, AbstractBuildJsonDecorator.MessageType
 
Field Summary
 
Fields inherited from class com.atlassian.bamboo.ww2.actions.build.AbstractBuildJsonDecorator
buildResultKey, hasBuildPermission, hasReadPermission, messageText, messageType, planKey, planName, status
 
Constructor Summary
CurrentlyBuildingJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, CurrentlyBuilding currentlyBuilding, LocalAgentManager localAgentManager, BuildExecutionManager buildExecutionManager, BambooPermissionManager bambooPermissionManager)
           
 
Method Summary
 com.opensymphony.webwork.dispatcher.json.JSONObject getJson()
           
 
Methods inherited from class com.atlassian.bamboo.ww2.actions.build.AbstractBuildJsonDecorator
getBaseJson
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentlyBuildingJsonDecorator

public CurrentlyBuildingJsonDecorator(@NotNull
                                      com.opensymphony.xwork.TextProvider textProvider,
                                      @NotNull
                                      CurrentlyBuilding currentlyBuilding,
                                      @NotNull
                                      LocalAgentManager localAgentManager,
                                      @NotNull
                                      BuildExecutionManager buildExecutionManager,
                                      @NotNull
                                      BambooPermissionManager bambooPermissionManager)
Method Detail

getJson

@NotNull
public com.opensymphony.webwork.dispatcher.json.JSONObject getJson()
                                                            throws com.opensymphony.webwork.dispatcher.json.JSONException
Throws:
com.opensymphony.webwork.dispatcher.json.JSONException


Copyright © 2010 Atlassian. All Rights Reserved.