com.atlassian.bamboo.v2.build.agent.capability
Interface CapabilityTypeModule

All Superinterfaces:
BambooPluginModule, CapabilityType, java.lang.Comparable<CapabilityType>, InitablePluginModule
All Known Implementing Classes:
AbstractCapabilityTypeModule, HgCapabilityType

public interface CapabilityTypeModule
extends CapabilityType, InitablePluginModule


Method Summary
 java.lang.String getEditHtml()
          Returns the edit form for this capability type.
 
Methods inherited from interface com.atlassian.bamboo.v2.build.agent.capability.CapabilityType
getCapability, getCapabilityTypeKey, getCapabilityTypeLabel, getExtraInfo, getLabel, getNewKeyFromLabel, getSortOrder, getValueDescriptionKey, getViewTypeAction, isAllowRename, updatePlanForNewLabel, validate
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.atlassian.bamboo.plugin.InitablePluginModule
init
 

Method Detail

getEditHtml

java.lang.String getEditHtml()
Returns the edit form for this capability type.

Returns:
the edit form for this capability type.


Copyright © 2010 Atlassian. All Rights Reserved.