com.atlassian.bamboo.plugins.php.task.utils
Class PhpUnitBuildTaskHelper

java.lang.Object
  extended by com.atlassian.bamboo.plugins.php.task.utils.PhpUnitBuildTaskHelper

public class PhpUnitBuildTaskHelper
extends java.lang.Object


Method Summary
static java.util.Set<Requirement> calculateRequirements(TaskConfiguratorHelper taskConfiguratorHelper, TaskDefinition taskDefinition)
           
static PhpUnitConfig createConfig(TaskIdentifier taskIdentifier, TaskContext taskContext, CapabilityContext capabilityContext, EnvironmentVariableAccessor environmentVariableAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

calculateRequirements

@NotNull
public static java.util.Set<Requirement> calculateRequirements(@NotNull
                                                                       TaskConfiguratorHelper taskConfiguratorHelper,
                                                                       @NotNull
                                                                       TaskDefinition taskDefinition)

createConfig

@NotNull
public static PhpUnitConfig createConfig(@NotNull
                                                 TaskIdentifier taskIdentifier,
                                                 @NotNull
                                                 TaskContext taskContext,
                                                 @NotNull
                                                 CapabilityContext capabilityContext,
                                                 @NotNull
                                                 EnvironmentVariableAccessor environmentVariableAccessor)


Copyright © 2012 Atlassian. All Rights Reserved.