com.atlassian.bamboo.builder
Class ScriptBuilder

java.lang.Object
  extended by com.atlassian.bamboo.command.Command
      extended by com.atlassian.bamboo.builder.AbstractBuilder
          extended by com.atlassian.bamboo.builder.ScriptBuilder
All Implemented Interfaces:
Builder, EnvironmentVariablesAwareBuilder, MutableEnvironmentVariablesAwareBuilder, InitablePluginModule, BambooPluginModule, BuildConfigurationAwarePlugin, BuilderV2, ConfigurablePlugin, RenderableBuildConfiguration, java.io.Serializable

Deprecated.

@Deprecated
public class ScriptBuilder
extends AbstractBuilder

This class provides a command line Script version of Builder.

See Also:
Serialized Form

Field Summary
static java.lang.String DEFAULT_UNIX_EXECUTOR
          Deprecated.  
static java.lang.String DEFAULT_WINDOWS_EXECUTOR
          Deprecated.  
static java.lang.String NAME
          Deprecated.  
static java.lang.String PARAM_ARG
          Deprecated.  
static java.lang.String PARAM_SCRIPT
          Deprecated.  
 
Fields inherited from class com.atlassian.bamboo.builder.AbstractBuilder
BUILD_FAILED_MARKER, BUILD_SUCCESSFUL_MARKER, buildDirectoryManager, DEFAULT_TEST_REPORTS_XML, errorUpdateHandler, FIND_FAILURE_MESSAGE_IN_LAST, FIND_SUCCESS_MESSAGE_IN_LAST, PARAM_BUILD_LABEL, PARAM_BUILDJDK, PARAM_ENV_VAR, PARAM_HASTESTS, PARAM_HOME, PARAM_PROJECT_FILE, PARAM_TEST_RESULTS_DIRECTORY, PARAM_WORKING_SUB_DIR, SEARCH_BUILD_SUCCESS_FAIL_MESSAGE_EVERYWHERE, templateRenderer
 
Fields inherited from class com.atlassian.bamboo.command.Command
buildLoggerManager, customVariableContext
 
Fields inherited from interface com.atlassian.bamboo.builder.Builder
CAPABILITY_BUILDER_PREFIX, CAPABILITY_BUILDER_TYPE
 
Constructor Summary
ScriptBuilder()
          Deprecated.  
 
Method Summary
 java.util.Map<java.lang.String,LabelPathMap> addDefaultLabelPathMaps(java.util.Map<java.lang.String,LabelPathMap> labelPathMaps)
          Deprecated.  
 void addDefaultValues(BuildConfiguration configuration)
          Deprecated. Extension point for adding default values to the form for RenderableBuildConfiguration.getEditHtml(com.atlassian.bamboo.ww2.actions.build.admin.create.BuildConfiguration, com.atlassian.bamboo.plan.Plan)
 java.util.Map<java.lang.String,java.lang.String> customiseLabelTypeMap(java.util.Map<java.lang.String,java.lang.String> labelPathMaps)
          Deprecated. Allows the builder to add extra label -> builder type key mappings
 java.lang.String getArgument()
          Deprecated.  
 java.lang.String[] getCommandArguments(ReadOnlyCapabilitySet capabilitySet)
          Deprecated. What are the arguments for the command line to execute Variable substitution is not required for the arguments, substitution will be performed later.
 java.lang.String getCommandExecutable(ReadOnlyCapabilitySet capabilitySet)
          Deprecated. What is the executable for the command line to execute.
 java.util.Map<java.lang.String,java.lang.String> getFullParams()
          Deprecated. Gets the full params that's used to persist.
 java.lang.String getName()
          Deprecated. Returns a human readable version of the current Builder type
 java.lang.String getScript()
          Deprecated. What is the name of the build script to be executed
 java.lang.String getUrl()
          Deprecated.  
 boolean isLabelPathMapConfigurable()
          Deprecated. Returns true if the Builder can have its LabelPathMap configurable.
 boolean isPathValid(java.lang.String path)
          Deprecated. Returns true if the passed path is valid for this builder.
 void setArgument(java.lang.String argument)
          Deprecated.  
 void setParams(FilteredMap filteredParams)
          Deprecated. Updates the current builder object with
 void setScript(java.lang.String script)
          Deprecated. Specify the script to be executed by the build
 ErrorCollection validate(BuildConfiguration buildConfiguration)
          Deprecated. Validates the properties in the BuildConfiguration object.
 ErrorCollection validate(FilteredMap filteredBuilderParams)
          Deprecated. Validate that the scripts mandatory fields have been defined correctly
 
Methods inherited from class com.atlassian.bamboo.builder.AbstractBuilder
collateTestResults, customizeBuildRequirements, executeBuild, getBuildDir, getBuildDirectoryManager, getBuildJdk, getCapabilityPrefix, getCompleteKey, getEditHtml, getEnvironmentVariables, getFilteredParams, getKey, getKeyPrefix, getLabel, getPath, getPathHelp, getProjectFile, getSubstitutedEnvironmentVariables, getTemplateContext, getTestChecked, getTestResultsDirectory, getViewHtml, getWorkingDirectory, getWorkingSubDirectory, hasPassed, hasTests, init, isJdkValid, outputEndsWith, populateBuildErrors, prepareConfigObject, removeAllSystemJdkRequirements, removeBuildRequirements, runBuild, setAdministrationConfiguration, setBuildDir, setBuildDirectoryManager, setBuildJdk, setBuildLogFileAccessorFactory, setEnvironmentVariables, setErrorUpdateHandler, setHasTests, setJdkManager, setKey, setLabel, setProjectFile, setTemplateRenderer, setTestChecked, setTestResultsDirectory, setWorkingSubDirectory, toString, validate
 
Methods inherited from class com.atlassian.bamboo.command.Command
decorateCommandLine, executeCommand, getBuildLoggerManager, getCommandLine, getCustomEnvironmentVars, getEnvironmentSetting, getSubstitutedCommandLine, isWindowsPlatform, setBuildLoggerManager, setCustomVariableContext, setPluginAccessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_UNIX_EXECUTOR

public static final java.lang.String DEFAULT_UNIX_EXECUTOR
Deprecated. 
See Also:
Constant Field Values

DEFAULT_WINDOWS_EXECUTOR

public static final java.lang.String DEFAULT_WINDOWS_EXECUTOR
Deprecated. 
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
Deprecated. 
See Also:
Constant Field Values

PARAM_SCRIPT

public static final java.lang.String PARAM_SCRIPT
Deprecated. 
See Also:
Constant Field Values

PARAM_ARG

public static final java.lang.String PARAM_ARG
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ScriptBuilder

public ScriptBuilder()
Deprecated. 
Method Detail

getName

@NotNull
public java.lang.String getName()
Deprecated. 
Description copied from interface: Builder
Returns a human readable version of the current Builder type

Returns:

getUrl

public java.lang.String getUrl()
Deprecated. 

getScript

public java.lang.String getScript()
Deprecated. 
What is the name of the build script to be executed

Returns:
The name of the script

setScript

public void setScript(java.lang.String script)
Deprecated. 
Specify the script to be executed by the build

Parameters:
script - The script file to execute

getCommandExecutable

@NotNull
public java.lang.String getCommandExecutable(ReadOnlyCapabilitySet capabilitySet)
Deprecated. 
Description copied from class: Command
What is the executable for the command line to execute. Variable substitution is not required for exectutable, substitution will be performed later.

Overrides:
getCommandExecutable in class Command
Returns:
the executable as a string

getCommandArguments

@NotNull
public java.lang.String[] getCommandArguments(ReadOnlyCapabilitySet capabilitySet)
Deprecated. 
Description copied from class: Command
What are the arguments for the command line to execute Variable substitution is not required for the arguments, substitution will be performed later.

Overrides:
getCommandArguments in class Command
Parameters:
capabilitySet - - for the current context
Returns:
the executable as a string[]. Spaces/division of strings in the array should not matter.

validate

public ErrorCollection validate(FilteredMap filteredBuilderParams)
Deprecated. 
Validate that the scripts mandatory fields have been defined correctly

Specified by:
validate in class AbstractBuilder
Returns:
The collection of form errors. An empty list if there are no errors.

validate

@NotNull
public ErrorCollection validate(@NotNull
                                        BuildConfiguration buildConfiguration)
Deprecated. 
Description copied from interface: BuildConfigurationAwarePlugin
Validates the properties in the BuildConfiguration object. The name of the properties match those passed in through the form fragments in RenderableBuildConfiguration.getEditHtml(com.atlassian.bamboo.ww2.actions.build.admin.create.BuildConfiguration, com.atlassian.bamboo.plan.Plan) template.

Parameters:
buildConfiguration - - @NotNull
Returns:
ErrorCollection keyed by the field name. @NotNull

addDefaultValues

public void addDefaultValues(@NotNull
                             BuildConfiguration configuration)
Deprecated. 
Description copied from interface: BuildConfigurationAwarePlugin
Extension point for adding default values to the form for RenderableBuildConfiguration.getEditHtml(com.atlassian.bamboo.ww2.actions.build.admin.create.BuildConfiguration, com.atlassian.bamboo.plan.Plan)

Parameters:
configuration - - @NotNull

getFullParams

@NotNull
public java.util.Map<java.lang.String,java.lang.String> getFullParams()
Deprecated. 
Description copied from interface: Builder
Gets the full params that's used to persist.

Specified by:
getFullParams in interface Builder
Overrides:
getFullParams in class AbstractBuilder
Returns:
Map key by the full param key (e.g. builder.ant.label). Never null

setParams

public void setParams(@NotNull
                      FilteredMap filteredParams)
Deprecated. 
Description copied from interface: Builder
Updates the current builder object with

Specified by:
setParams in interface Builder
Overrides:
setParams in class AbstractBuilder
Parameters:
filteredParams - - Filtered Map with the prefix builder key stripped out

isPathValid

public boolean isPathValid(@Nullable
                           java.lang.String path)
Deprecated. 
Description copied from interface: Builder
Returns true if the passed path is valid for this builder. The definition of a path depends on the builder itself. It could be the path to the executable (e.g script builder) or just the home directory (e.g. Ant builder)

Returns:
true if valid

isLabelPathMapConfigurable

public boolean isLabelPathMapConfigurable()
Deprecated. 
Description copied from interface: Builder
Returns true if the Builder can have its LabelPathMap configurable. If it can't be, it won't be displayed on the ConfigureBuilder page.

Specified by:
isLabelPathMapConfigurable in interface Builder
Overrides:
isLabelPathMapConfigurable in class AbstractBuilder
Returns:
true if LabelPathMap is configurable

customiseLabelTypeMap

public java.util.Map<java.lang.String,java.lang.String> customiseLabelTypeMap(java.util.Map<java.lang.String,java.lang.String> labelPathMaps)
Deprecated. 
Description copied from interface: Builder
Allows the builder to add extra label -> builder type key mappings

Specified by:
customiseLabelTypeMap in interface Builder
Overrides:
customiseLabelTypeMap in class AbstractBuilder
Parameters:
labelPathMaps - may be null

addDefaultLabelPathMaps

public java.util.Map<java.lang.String,LabelPathMap> addDefaultLabelPathMaps(@NotNull
                                                                            java.util.Map<java.lang.String,LabelPathMap> labelPathMaps)
Deprecated. 
Returns:

getArgument

public java.lang.String getArgument()
Deprecated. 

setArgument

public void setArgument(java.lang.String argument)
Deprecated. 


Copyright © 2011 Atlassian. All Rights Reserved.