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.MessageType
 
Field Summary
 
Fields inherited from class com.atlassian.bamboo.ww2.actions.build.AbstractBuildJsonDecorator
hasBuildPermission, hasReadPermission, messageText, messageType, queueItem, triggerManager
 
Constructor Summary
QueuedBuildJsonDecorator(com.opensymphony.xwork2.TextProvider textProvider, BuildQueueItemViewForJsonDecorator buildQueueItem, int index, BuildExecutionManager buildExecutionManager, BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager)
           
QueuedBuildJsonDecorator(com.opensymphony.xwork2.TextProvider textProvider, DeploymentQueueItemViewForJsonDecorator deploymentQueueItem, int index, BuildExecutionManager buildExecutionManager, EnvironmentService environmentService, 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.xwork2.TextProvider textProvider,
                                @NotNull
                                BuildQueueItemViewForJsonDecorator buildQueueItem,
                                int index,
                                @NotNull
                                BuildExecutionManager buildExecutionManager,
                                @NotNull
                                BambooPermissionManager bambooPermissionManager,
                                TriggerManager triggerManager)

QueuedBuildJsonDecorator

public QueuedBuildJsonDecorator(@NotNull
                                com.opensymphony.xwork2.TextProvider textProvider,
                                @NotNull
                                DeploymentQueueItemViewForJsonDecorator deploymentQueueItem,
                                int index,
                                @NotNull
                                BuildExecutionManager buildExecutionManager,
                                @NotNull
                                EnvironmentService environmentService,
                                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 © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.