Class PhpUnit33XConfigImpl
- java.lang.Object
-
- com.atlassian.bamboo.plugins.php.task.AbstractPhpUnitConfig
-
- com.atlassian.bamboo.plugins.php.task.PhpUnit33XConfigImpl
-
- All Implemented Interfaces:
PhpUnitConfig
public class PhpUnit33XConfigImpl extends AbstractPhpUnitConfig
-
-
Field Summary
Fields Modifier and Type Field Description static 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
Constructors Constructor Description PhpUnit33XConfigImpl(@NotNull TaskContext taskContext, @NotNull CapabilityContext capabilityContext, @NotNull EnvironmentVariableAccessor environmentVariableAccessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @NotNull List<String>
buildCommandline()
-
Methods inherited from class com.atlassian.bamboo.plugins.php.task.AbstractPhpUnitConfig
getArguments, getBuilderPath, getCommandline, getCoverageHtmlDirectoryName, getExtraEnvironment, getLogJunitFilename, getRootDirectory, getWorkingDirectory, isCoverageHtmlEnabled, isLogJunitEnabled
-
-
-
-
Field Detail
-
PHPUNIT_33X_CAPABILITY_PREFIX
public static final String PHPUNIT_33X_CAPABILITY_PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PhpUnit33XConfigImpl
public PhpUnit33XConfigImpl(@NotNull @NotNull TaskContext taskContext, @NotNull @NotNull CapabilityContext capabilityContext, @NotNull @NotNull EnvironmentVariableAccessor environmentVariableAccessor)
-
-
Method Detail
-
buildCommandline
@NotNull protected @NotNull List<String> buildCommandline()
- Specified by:
buildCommandline
in classAbstractPhpUnitConfig
-
-