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