com.atlassian.bamboo.builder.ant
Class IsolatedTmpDirAntCommandDecorator

java.lang.Object
  extended by com.atlassian.bamboo.command.AbstractCommandDecorator<AntBuilder>
      extended by com.atlassian.bamboo.builder.ant.AbstractAntCommandDecorator
          extended by com.atlassian.bamboo.builder.ant.IsolatedTmpDirAntCommandDecorator
All Implemented Interfaces:
CommandDecorator, BambooPluginModule

public class IsolatedTmpDirAntCommandDecorator
extends AbstractAntCommandDecorator


Constructor Summary
IsolatedTmpDirAntCommandDecorator()
           
 
Method Summary
 java.util.List<java.lang.String> decorateArguments(java.util.List<java.lang.String> args)
          Given a list of command line arguments, return a possibly new list of arguments.
 
Methods inherited from class com.atlassian.bamboo.builder.ant.AbstractAntCommandDecorator
addArgument
 
Methods inherited from class com.atlassian.bamboo.command.AbstractCommandDecorator
canDecorate, getBuildContext, getCommand, init, quoteArgument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsolatedTmpDirAntCommandDecorator

public IsolatedTmpDirAntCommandDecorator()
Method Detail

decorateArguments

@NotNull
public java.util.List<java.lang.String> decorateArguments(@NotNull
                                                                  java.util.List<java.lang.String> args)
Description copied from interface: CommandDecorator
Given a list of command line arguments, return a possibly new list of arguments. The returned list will be used for building. This method will only be invoked if the CommandDecorator.canDecorate(com.atlassian.bamboo.command.Command) method returns true.

Parameters:
args - the original list of command line arguments configured in the Builder configuration
Returns:
a possibly modified list of arguments to use for building


Copyright © 2010 Atlassian. All Rights Reserved.