Class AbstractPhpUnitConfig
java.lang.Object
com.atlassian.bamboo.plugins.php.task.AbstractPhpUnitConfig
- All Implemented Interfaces:
PhpUnitConfig
- Direct Known Subclasses:
PhpUnit33XConfigImpl,PhpUnitConfigImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface com.atlassian.bamboo.plugins.php.task.PhpUnitConfig
PLUGIN_KEY_PHPUNIT, PLUGIN_KEY_PHPUNIT33X -
Constructor Summary
ConstructorsConstructorDescriptionAbstractPhpUnitConfig(@NotNull TaskContext taskContext, @NotNull CapabilityContext capabilityContext, @NotNull String capabilityPrefix, @NotNull EnvironmentVariableAccessor environmentVariableAccessor) -
Method Summary
-
Field Details
-
CFG_ARGUMENTS
- See Also:
-
CFG_LOG_JUNIT_ENABLED
- See Also:
-
CFG_LOG_JUNIT_ENABLED_BOOLEAN
- See Also:
-
CFG_LOG_JUNIT_FILENAME
- See Also:
-
CFG_COVERAGE_HTML_ENABLED
- See Also:
-
CFG_COVERAGE_HTML_ENABLED_BOOLEAN
- See Also:
-
CFG_COVERAGE_HTML_DIRECTORY_NAME
- See Also:
-
-
Constructor Details
-
AbstractPhpUnitConfig
public AbstractPhpUnitConfig(@NotNull @NotNull TaskContext taskContext, @NotNull @NotNull CapabilityContext capabilityContext, @NotNull @NotNull String capabilityPrefix, @NotNull @NotNull EnvironmentVariableAccessor environmentVariableAccessor)
-
-
Method Details
-
buildCommandline
-
getCommandline
- Specified by:
getCommandlinein interfacePhpUnitConfig
-
getExtraEnvironment
- Specified by:
getExtraEnvironmentin interfacePhpUnitConfig
-
getArguments
- Specified by:
getArgumentsin interfacePhpUnitConfig
-
getBuilderPath
-
getCoverageHtmlDirectoryName
-
isCoverageHtmlEnabled
public boolean isCoverageHtmlEnabled() -
isLogJunitEnabled
public boolean isLogJunitEnabled()- Specified by:
isLogJunitEnabledin interfacePhpUnitConfig
-
getLogJunitFilename
Description copied from interface:PhpUnitConfigGet "Log test execution to an XML file" configuration value.- Specified by:
getLogJunitFilenamein interfacePhpUnitConfig- Returns:
- Path which is relative to source root.
-
getRootDirectory
- Specified by:
getRootDirectoryin interfacePhpUnitConfig
-
getWorkingDirectory
- Specified by:
getWorkingDirectoryin interfacePhpUnitConfig
-