|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TaskProcessCommandDecorator
@Deprecated public interface CommandDecorator
Method Summary | |
---|---|
boolean |
canDecorate(Command command)
Deprecated. Given a command, determine whether or not it can be decorated. |
java.util.List<java.lang.String> |
decorateArguments(java.util.List<java.lang.String> arguments)
Deprecated. Given a list of command line arguments, return a possibly new list of arguments. |
void |
init(BuildContext context)
Deprecated. |
Method Detail |
---|
void init(BuildContext context)
boolean canDecorate(Command command)
command
- the command that will be decorated
true
if the command can be decorated by this Decorator. false otherwise.
decorateArguments
@NotNull
java.util.List<java.lang.String> decorateArguments(@NotNull
java.util.List<java.lang.String> arguments)
- Deprecated.
- 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
canDecorate(com.atlassian.bamboo.command.Command)
method returns true.
- Parameters:
arguments
- the original list of command line arguments configured in the Builder configuration
- Returns:
- a possibly modified list of arguments to use for building
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2011 Atlassian. All Rights Reserved.