Interface ComponentInputs

All Superinterfaces:
Map<String,Object>
All Known Subinterfaces:
JiraComponentInputs
All Known Implementing Classes:
ComponentInputsImpl, JiraComponentInputsImpl

public interface ComponentInputs extends Map<String,Object>
ComponentInputs is a specialised Map that has friendly accessors for common / required properties. Is otherwise semantically identical to HashMap. ie Not threadsafe, mutable

Changes in this class may also require additions in ComponentInputsDeserializer.