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

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

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


Constructor Summary
PhpUnitCommandDecorator()
           
 
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()
           
 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

PhpUnitCommandDecorator

public PhpUnitCommandDecorator()
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

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


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.