com.atlassian.bamboo.chains.plugins
Interface ChainConfigurationPanel
- All Superinterfaces:
- BambooPluginModule, ConfigurablePlugin, ConvertibleFromConfig, InitablePluginModule
- All Known Implementing Classes:
- AbstractChainConfigurationPanel
public interface ChainConfigurationPanel
- extends ConfigurablePlugin, ConvertibleFromConfig
Adds a configuration Panel to the Chain
UI.
This interface and its derivatives should be considered internal and are unsupported
- Since:
- 2.6
getTitle
java.lang.String getTitle()
setTitle
void setTitle(java.lang.String title)
getTitleKey
java.lang.String getTitleKey()
setTitleKey
void setTitleKey(java.lang.String titleKey)
getKey
java.lang.String getKey()
setKey
void setKey(java.lang.String key)
Copyright © 2010 Atlassian. All Rights Reserved.