com.atlassian.bamboo.builder
Interface EnvironmentVariablesAwareBuilder

All Superinterfaces:
BambooPluginModule, Builder, BuilderV2, ConfigurablePlugin, java.io.Serializable
All Known Subinterfaces:
MutableEnvironmentVariablesAwareBuilder
All Known Implementing Classes:
AbstractBuilder, AbstractMavenBuilder, AntBuilder, CustomCommandBuilder, Maven2Builder, MavenBuilder, PhpUnitBuilder, ScriptBuilder

public interface EnvironmentVariablesAwareBuilder
extends Builder


Field Summary
 
Fields inherited from interface com.atlassian.bamboo.builder.Builder
CAPABILITY_BUILDER_PREFIX, CAPABILITY_BUILDER_TYPE
 
Method Summary
 java.lang.String getEnvironmentVariables()
          Provides the ui form with the build's system environment variables
 
Methods inherited from interface com.atlassian.bamboo.builder.Builder
addDefaultLabelPathMaps, customiseLabelTypeMap, getBuildJdk, getCompleteKey, getFullParams, getKey, getLabel, getName, getPath, getPathHelp, hasTests, isLabelPathMapConfigurable, isPathValid, setBuildJdk, setLabel, setParams, validate
 
Methods inherited from interface com.atlassian.bamboo.v2.build.BuilderV2
executeBuild, hasPassed, populateBuildErrors
 
Methods inherited from interface com.atlassian.bamboo.v2.build.ConfigurablePlugin
addDefaultValues, customizeBuildRequirements, getEditHtml, getViewHtml, init, prepareConfigObject, validate
 

Method Detail

getEnvironmentVariables

java.lang.String getEnvironmentVariables()
Provides the ui form with the build's system environment variables

Returns:
build environment variables


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.