com.atlassian.bamboo.ww2.actions.build.admin.config.task
Class DecoratedTaskManipulationResult

java.lang.Object
  extended by com.atlassian.bamboo.ww2.actions.build.admin.config.task.DecoratedTaskManipulationResult

public class DecoratedTaskManipulationResult
extends java.lang.Object

Decoration of task used when displaying on the UI.


Constructor Summary
DecoratedTaskManipulationResult(TaskDefinition taskDefinition, TaskModuleDescriptor taskModuleDescriptor, com.google.common.collect.Multimap<java.lang.String,java.lang.String> requirementConflicts)
           
 
Method Summary
 com.opensymphony.webwork.dispatcher.json.JSONObject getJsonObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoratedTaskManipulationResult

public DecoratedTaskManipulationResult(@NotNull
                                       TaskDefinition taskDefinition,
                                       @Nullable
                                       TaskModuleDescriptor taskModuleDescriptor,
                                       @NotNull
                                       com.google.common.collect.Multimap<java.lang.String,java.lang.String> requirementConflicts)
Method Detail

getJsonObject

@NotNull
public com.opensymphony.webwork.dispatcher.json.JSONObject getJsonObject()
                                                                  throws com.opensymphony.webwork.dispatcher.json.JSONException
Throws:
com.opensymphony.webwork.dispatcher.json.JSONException


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.