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
-
-
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
Constructors Constructor Description QueuedBuildJsonDecorator(@NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull BuildQueueItemViewForJsonDecorator buildQueueItem, int index, AgentManager agentManager, @NotNull BuildExecutionManager buildExecutionManager, @NotNull EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry, @NotNull BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager, @NotNull Collection<ElasticImageConfiguration> imagesForExecutable, @NotNull Set<Long> agentsForExecutable, @NotNull Collection<EphemeralAgentTemplate> templatesForExecutable)
QueuedBuildJsonDecorator(@NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull DeploymentQueueItemViewForJsonDecorator deploymentQueueItem, int index, AgentManager agentManager, @NotNull BambooPermissionManager bambooPermissionManager, @NotNull EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry, TriggerManager triggerManager, @NotNull Collection<ElasticImageConfiguration> imagesForExecutable, @NotNull Set<Long> agentsForExecutable, @NotNull Collection<EphemeralAgentTemplate> templatesForExecutable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getJson(JsonStream jsonBuildObject)
-
Methods inherited from class com.atlassian.bamboo.ww2.actions.build.AbstractBuildJsonDecorator
getBaseJson
-
-
-
-
Constructor Detail
-
QueuedBuildJsonDecorator
public QueuedBuildJsonDecorator(@NotNull @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull @NotNull BuildQueueItemViewForJsonDecorator buildQueueItem, int index, AgentManager agentManager, @NotNull @NotNull BuildExecutionManager buildExecutionManager, @NotNull @NotNull EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry, @NotNull @NotNull BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager, @NotNull @NotNull Collection<ElasticImageConfiguration> imagesForExecutable, @NotNull @NotNull Set<Long> agentsForExecutable, @NotNull @NotNull Collection<EphemeralAgentTemplate> templatesForExecutable)
-
QueuedBuildJsonDecorator
public QueuedBuildJsonDecorator(@NotNull @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull @NotNull DeploymentQueueItemViewForJsonDecorator deploymentQueueItem, int index, AgentManager agentManager, @NotNull @NotNull BambooPermissionManager bambooPermissionManager, @NotNull @NotNull EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry, TriggerManager triggerManager, @NotNull @NotNull Collection<ElasticImageConfiguration> imagesForExecutable, @NotNull @NotNull Set<Long> agentsForExecutable, @NotNull @NotNull Collection<EphemeralAgentTemplate> templatesForExecutable)
-
-
Method Detail
-
getJson
public void getJson(JsonStream jsonBuildObject) throws IOException, com.opensymphony.webwork.dispatcher.json.JSONException
- Throws:
IOException
com.opensymphony.webwork.dispatcher.json.JSONException
-
-