|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BuilderManager
| Method Summary | |
|---|---|
List |
getAllBuilders()
A list of Builder objects available to the system with default configuration. |
Map |
getAllBuildersAsMap()
|
List |
getAllConfigurableBuilders()
Returns all builders with Builder.isLabelPathMapConfigurable() returning true |
Builder |
getBuilder(String key,
Map params)
Creates a new builder with the specified key, instantiated with the given params |
Map |
getBuilderLabelPathMaps()
Obtain the total set of builder maps. |
String |
getPathForLabel(String label)
Looks up the collection of LabelPathMap objects and returns the "path" property for the label |
| Method Detail |
|---|
Builder getBuilder(String key,
Map params)
key - - full plugin key of the build e.g com.atlassian.bamboo.plugin.system.builder:antparams - - params that the builder will be instantiated with. Can be null
BuilderList getAllBuilders()
Builder objects available to the system with default configuration.
List of Builders. Collections.EMPTY_LIST if none availableMap getAllBuildersAsMap()
String getPathForLabel(String label)
LabelPathMap objects and returns the "path" property for the label
label -
Map getBuilderLabelPathMaps()
Builder and the values are
LabelPathMap
List getAllConfigurableBuilders()
Builder.isLabelPathMapConfigurable() returning true
Builder. Collections.EMPTY_LIST if none available
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||