Class PhpUnitBuildTaskHelper
- java.lang.Object
-
- com.atlassian.bamboo.plugins.php.task.utils.PhpUnitBuildTaskHelper
-
public class PhpUnitBuildTaskHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @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 Detail
-
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)
-
-