|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomBuildProcessor
Allows for a custom build process to be run after the main Builder. If you need to add custom build comfigurations,
the key value pairs must be prefixed with "custom". All values added with the prefix "custom" will be available in
the BuildDefinition.getCustomConfiguration()
map. e.g. If you need to the user to enter in a value for "foo",
use the text field name "custom.foo" and BuildDefinition.getCustomConfiguration()
's get('foo') method to retrieve
the value.
Method Summary |
---|
Methods inherited from interface com.atlassian.bamboo.v2.build.task.BuildTask |
---|
call, init |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |