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

Method Summary
 java.lang.String getKey()
           
 java.lang.String getTitle()
           
 java.lang.String getTitleKey()
           
 void setKey(java.lang.String key)
           
 void setTitle(java.lang.String title)
           
 void setTitleKey(java.lang.String titleKey)
           
 
Methods inherited from interface com.atlassian.bamboo.v2.build.ConfigurablePlugin
addDefaultValues, customizeBuildRequirements, getEditHtml, getViewHtml, prepareConfigObject, removeBuildRequirements, validate
 
Methods inherited from interface com.atlassian.bamboo.plugin.InitablePluginModule
init
 
Methods inherited from interface com.atlassian.bamboo.fieldvalue.ConvertibleFromConfig
populateFromConfig, toConfiguration
 

Method Detail

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.