com.atlassian.bamboo.ww2.actions.build
Class QueuedBuildJsonDecorator
java.lang.Object
com.atlassian.bamboo.ww2.actions.build.AbstractBuildJsonDecorator
com.atlassian.bamboo.ww2.actions.build.QueuedBuildJsonDecorator
public class QueuedBuildJsonDecorator
- extends AbstractBuildJsonDecorator
Decorator for a build that's waiting in the queue
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.