Class PhpUnit33XConfigImpl
java.lang.Object
com.atlassian.bamboo.plugins.php.task.AbstractPhpUnitConfig
com.atlassian.bamboo.plugins.php.task.PhpUnit33XConfigImpl
- All Implemented Interfaces:
PhpUnitConfig
-
Field Summary
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
ConstructorDescriptionPhpUnit33XConfigImpl
(@NotNull TaskContext taskContext, @NotNull CapabilityContext capabilityContext, @NotNull EnvironmentVariableAccessor environmentVariableAccessor) -
Method Summary
Methods inherited from class com.atlassian.bamboo.plugins.php.task.AbstractPhpUnitConfig
getArguments, getBuilderPath, getCommandline, getCoverageHtmlDirectoryName, getExtraEnvironment, getLogJunitFilename, getRootDirectory, getWorkingDirectory, isCoverageHtmlEnabled, isLogJunitEnabled
-
Field Details
-
PHPUNIT_33X_CAPABILITY_PREFIX
- See Also:
-
-
Constructor Details
-
PhpUnit33XConfigImpl
public PhpUnit33XConfigImpl(@NotNull @NotNull TaskContext taskContext, @NotNull @NotNull CapabilityContext capabilityContext, @NotNull @NotNull EnvironmentVariableAccessor environmentVariableAccessor)
-
-
Method Details
-
buildCommandline
- Specified by:
buildCommandline
in classAbstractPhpUnitConfig
-