|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommandDecorator
| Method Summary | |
|---|---|
boolean |
canDecorate(Command command)
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)
Given a list of command line arguments, return a possibly new list of arguments. |
void |
init(BuildContext context)
|
| 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.
@NotNull
java.util.List<java.lang.String> decorateArguments(@NotNull
java.util.List<java.lang.String> arguments)
canDecorate(com.atlassian.bamboo.command.Command) method returns true.
arguments - 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 | |||||||||