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

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

public class PhpUnit33XConfigImpl
extends AbstractPhpUnitConfig


Field Summary
static java.lang.String PHPUNIT_33X_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
PhpUnit33XConfigImpl(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_33X_CAPABILITY_PREFIX

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

PhpUnit33XConfigImpl

public PhpUnit33XConfigImpl(@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.