Class CurrentlyDeployingJsonDecorator
- java.lang.Object
-
- com.atlassian.bamboo.ww2.actions.build.AbstractBuildJsonDecorator
-
- com.atlassian.bamboo.ww2.actions.build.CurrentlyDeployingJsonDecorator
-
public class CurrentlyDeployingJsonDecorator extends AbstractBuildJsonDecorator
-
-
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 CurrentlyDeployingJsonDecorator(@NotNull DeploymentInProgress deploymentInProgress, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager, @NotNull AgentManager agentManager)
-
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
-
CurrentlyDeployingJsonDecorator
public CurrentlyDeployingJsonDecorator(@NotNull @NotNull DeploymentInProgress deploymentInProgress, @NotNull @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull @NotNull BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager, @NotNull @NotNull AgentManager agentManager)
-
-
Method Detail
-
getJson
public void getJson(JsonStream jsonBuildObject) throws IOException, com.opensymphony.webwork.dispatcher.json.JSONException
- Throws:
IOException
com.opensymphony.webwork.dispatcher.json.JSONException
-
-