com.atlassian.bamboo.builder
Interface MutableEnvironmentVariablesAwareBuilder

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

public interface MutableEnvironmentVariablesAwareBuilder
extends EnvironmentVariablesAwareBuilder


Field Summary
 
Fields inherited from interface com.atlassian.bamboo.builder.Builder
CAPABILITY_BUILDER_PREFIX, CAPABILITY_BUILDER_TYPE
 
Method Summary
 void setEnvironmentVariables(java.lang.String envVars)
          Define the system environment variabled required to build the build.
 
Methods inherited from interface com.atlassian.bamboo.builder.EnvironmentVariablesAwareBuilder
getEnvironmentVariables
 
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

setEnvironmentVariables

void setEnvironmentVariables(java.lang.String envVars)
Define the system environment variabled required to build the build.

Parameters:
envVars - The params


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.