|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.plugins.builder.php.AbstractPhpUnitCommandDecorator
public abstract class AbstractPhpUnitCommandDecorator
Constructor Summary | |
---|---|
AbstractPhpUnitCommandDecorator()
|
Method Summary | |
---|---|
boolean |
canDecorate(Command command)
Given a command, determine whether or not it can be decorated. |
java.util.Map<java.lang.String,java.lang.String> |
getCustomConfiguration()
|
java.lang.String |
getWorkingSubDirectory()
|
void |
init(BuildContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.command.CommandDecorator |
---|
decorateArguments |
Constructor Detail |
---|
public AbstractPhpUnitCommandDecorator()
Method Detail |
---|
public boolean canDecorate(Command command)
CommandDecorator
canDecorate
in interface CommandDecorator
command
- the command that will be decorated
true
if the command can be decorated by this Decorator. false otherwise.
public void init(BuildContext context)
init
in interface CommandDecorator
public java.util.Map<java.lang.String,java.lang.String> getCustomConfiguration()
public java.lang.String getWorkingSubDirectory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |