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

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

public class QueuedBuildJsonDecorator
extends AbstractBuildJsonDecorator

Decorator for a build that's waiting in the queue


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
buildNumber, buildResultKey, chainName, hasBuildPermission, hasReadPermission, jobKey, jobName, messageText, messageType, planKey, planName, planResultKey, projectName, status, triggerManager, triggerReason
 
Constructor Summary
QueuedBuildJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, BuildContext buildContext, int index, AgentManager agentManager, BuildExecutionManager buildExecutionManager, BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager)
           
 
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

QueuedBuildJsonDecorator

public QueuedBuildJsonDecorator(@NotNull
                                com.opensymphony.xwork.TextProvider textProvider,
                                @NotNull
                                BuildContext buildContext,
                                int index,
                                @NotNull
                                AgentManager agentManager,
                                @NotNull
                                BuildExecutionManager buildExecutionManager,
                                @NotNull
                                BambooPermissionManager bambooPermissionManager,
                                TriggerManager triggerManager)
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 © 2012 Atlassian. All Rights Reserved.