Class PhpUnitBuildTaskHelper
java.lang.Object
com.atlassian.bamboo.plugins.php.task.utils.PhpUnitBuildTaskHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull Set<Requirement>
calculateRequirements
(@NotNull TaskConfiguratorHelper taskConfiguratorHelper, @NotNull TaskDefinition taskDefinition) static @NotNull PhpUnitConfig
createConfig
(@NotNull TaskIdentifier taskIdentifier, @NotNull TaskContext taskContext, @NotNull CapabilityContext capabilityContext, @NotNull EnvironmentVariableAccessor environmentVariableAccessor)
-
Method Details
-
calculateRequirements
@NotNull public static @NotNull Set<Requirement> calculateRequirements(@NotNull @NotNull TaskConfiguratorHelper taskConfiguratorHelper, @NotNull @NotNull TaskDefinition taskDefinition) -
createConfig
@NotNull public static @NotNull PhpUnitConfig createConfig(@NotNull @NotNull TaskIdentifier taskIdentifier, @NotNull @NotNull TaskContext taskContext, @NotNull @NotNull CapabilityContext capabilityContext, @NotNull @NotNull EnvironmentVariableAccessor environmentVariableAccessor)
-