Class CurrentlyBuildingJsonDecorator
- java.lang.Object
-
- com.atlassian.bamboo.ww2.actions.build.AbstractBuildJsonDecorator
-
- com.atlassian.bamboo.ww2.actions.build.CurrentlyBuildingJsonDecorator
-
public class CurrentlyBuildingJsonDecorator extends AbstractBuildJsonDecorator
Decorator for a build that's currently building
-
-
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 CurrentlyBuildingJsonDecorator(@NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull CurrentlyBuilding currentlyBuilding, @NotNull AgentManager agentManager, @NotNull BambooPermissionManager bambooPermissionManager, @NotNull TriggerManager triggerManager, @NotNull ImmutablePlan plan)
-
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
-
CurrentlyBuildingJsonDecorator
public CurrentlyBuildingJsonDecorator(@NotNull @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull @NotNull CurrentlyBuilding currentlyBuilding, @NotNull @NotNull AgentManager agentManager, @NotNull @NotNull BambooPermissionManager bambooPermissionManager, @NotNull @NotNull TriggerManager triggerManager, @NotNull @NotNull ImmutablePlan plan)
-
-
Method Detail
-
getJson
public void getJson(JsonStream jsonBuildObject) throws IOException, com.opensymphony.webwork.dispatcher.json.JSONException
- Throws:
IOException
com.opensymphony.webwork.dispatcher.json.JSONException
-
-