Class QueuedBuildJsonDecorator
java.lang.Object
com.atlassian.bamboo.ww2.actions.build.AbstractBuildJsonDecorator
com.atlassian.bamboo.ww2.actions.build.QueuedBuildJsonDecorator
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
ConstructorDescriptionQueuedBuildJsonDecorator
(@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
Methods inherited from class com.atlassian.bamboo.ww2.actions.build.AbstractBuildJsonDecorator
getBaseJson
-
Constructor Details
-
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 Details
-
getJson
public void getJson(JsonStream jsonBuildObject) throws IOException, com.opensymphony.webwork.dispatcher.json.JSONException - Throws:
IOException
com.opensymphony.webwork.dispatcher.json.JSONException
-