com.atlassian.bamboo.builder
Interface EnvironmentVariablesAwareBuilder

All Superinterfaces:
BambooPluginModule, BuildConfigurationAwarePlugin, Builder, BuilderV2, ConfigurablePlugin, InitablePluginModule, RenderableBuildConfiguration, java.io.Serializable
All Known Subinterfaces:
MutableEnvironmentVariablesAwareBuilder

Deprecated. since 3.1 use TaskType. EnvironmentVariableAccessor and ExternalProcessBuilder are available to assist with handling environment variables.

@Deprecated
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()
          Deprecated. 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
customizeBuildRequirements, removeBuildRequirements
 
Methods inherited from interface com.atlassian.bamboo.v2.build.BuildConfigurationAwarePlugin
addDefaultValues, prepareConfigObject, validate
 
Methods inherited from interface com.atlassian.bamboo.plugin.InitablePluginModule
init
 
Methods inherited from interface com.atlassian.bamboo.v2.build.RenderableBuildConfiguration
getEditHtml, getViewHtml
 

Method Detail

getEnvironmentVariables

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

Returns:
build environment variables


Copyright © 2011 Atlassian. All Rights Reserved.