com.atlassian.bamboo.plugins.builder.php
Class AbstractPhpUnitCommandDecorator

java.lang.Object
  extended by com.atlassian.bamboo.plugins.builder.php.AbstractPhpUnitCommandDecorator
All Implemented Interfaces:
CommandDecorator, BambooPluginModule
Direct Known Subclasses:
CloverPhpUnitCommandDecorator

public abstract class AbstractPhpUnitCommandDecorator
extends java.lang.Object
implements CommandDecorator


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

AbstractPhpUnitCommandDecorator

public AbstractPhpUnitCommandDecorator()
Method Detail

canDecorate

public boolean canDecorate(Command command)
Description copied from interface: CommandDecorator
Given a command, determine whether or not it can be decorated. If this method returns false, then the decorateArguments method will not get called.

Specified by:
canDecorate in interface CommandDecorator
Parameters:
command - the command that will be decorated
Returns:
true if the command can be decorated by this Decorator. false otherwise.

init

public void init(BuildContext context)
Specified by:
init in interface CommandDecorator

getCustomConfiguration

public java.util.Map<java.lang.String,java.lang.String> getCustomConfiguration()

getWorkingSubDirectory

public java.lang.String getWorkingSubDirectory()


Copyright © 2011 Atlassian. All Rights Reserved.