|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.command.AbstractCommandDecorator<AntBuilder> com.atlassian.bamboo.builder.ant.AbstractAntCommandDecorator com.atlassian.bamboo.builder.ant.IsolatedTmpDirAntCommandDecorator
public class IsolatedTmpDirAntCommandDecorator
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 |
---|
public IsolatedTmpDirAntCommandDecorator()
Method Detail |
---|
@NotNull public java.util.List<java.lang.String> decorateArguments(@NotNull java.util.List<java.lang.String> args)
CommandDecorator
CommandDecorator.canDecorate(com.atlassian.bamboo.command.Command)
method returns true.
args
- the original list of command line arguments configured in the Builder configuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |