com.atlassian.bamboo.plugins.php.task
Class PhpUnitConfigImpl

java.lang.Object
  extended by com.atlassian.bamboo.plugins.php.task.AbstractPhpUnitConfig
      extended by com.atlassian.bamboo.plugins.php.task.PhpUnitConfigImpl
All Implemented Interfaces:
PhpUnitConfig

public class PhpUnitConfigImpl
extends AbstractPhpUnitConfig


Field Summary
static java.lang.String PHPUNIT_CAPABILITY_PREFIX
           
 
Fields inherited from class com.atlassian.bamboo.plugins.php.task.AbstractPhpUnitConfig
CFG_ARGUMENTS, CFG_COVERAGE_HTML_DIRECTORY_NAME, CFG_COVERAGE_HTML_ENABLED, CFG_COVERAGE_HTML_ENABLED_BOOLEAN, CFG_LOG_JUNIT_ENABLED, CFG_LOG_JUNIT_ENABLED_BOOLEAN, CFG_LOG_JUNIT_FILENAME
 
Fields inherited from interface com.atlassian.bamboo.plugins.php.task.PhpUnitConfig
PLUGIN_KEY_PHPUNIT, PLUGIN_KEY_PHPUNIT33X
 
Constructor Summary
PhpUnitConfigImpl(TaskContext taskContext, CapabilityContext capabilityContext)
           
 
Method Summary
protected  java.util.List<java.lang.String> buildCommandline()
           
 
Methods inherited from class com.atlassian.bamboo.plugins.php.task.AbstractPhpUnitConfig
getArguments, getBuilderPath, getCommandline, getCoverageHtmlDirectoryName, getExtraEnvironment, getLogJunitFilename, getWorkingDirectory, isCoverageHtmlEnabled, isLogJunitEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PHPUNIT_CAPABILITY_PREFIX

public static final java.lang.String PHPUNIT_CAPABILITY_PREFIX
See Also:
Constant Field Values
Constructor Detail

PhpUnitConfigImpl

public PhpUnitConfigImpl(@NotNull
                         TaskContext taskContext,
                         @NotNull
                         CapabilityContext capabilityContext)
Method Detail

buildCommandline

@NotNull
protected java.util.List<java.lang.String> buildCommandline()
Specified by:
buildCommandline in class AbstractPhpUnitConfig


Copyright © 2011 Atlassian. All Rights Reserved.