com.atlassian.bamboo.plugins.grails
Class GrailsBuildTask

java.lang.Object
  extended by com.atlassian.bamboo.plugins.grails.GrailsBuildTask
All Implemented Interfaces:
InternalTaskType<TaskContext>, TaskType

public class GrailsBuildTask
extends java.lang.Object
implements TaskType


Constructor Summary
GrailsBuildTask(ProcessService processService, TestCollationService testCollationService, EnvironmentVariableAccessor environmentVariableAccessor, CapabilityContext capabilityContext)
           
 
Method Summary
 TaskResult execute(TaskContext taskContext)
          Execute the task
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrailsBuildTask

public GrailsBuildTask(ProcessService processService,
                       TestCollationService testCollationService,
                       EnvironmentVariableAccessor environmentVariableAccessor,
                       CapabilityContext capabilityContext)
Method Detail

execute

@NotNull
public TaskResult execute(@NotNull
                                  TaskContext taskContext)
                   throws TaskException
Description copied from interface: TaskType
Execute the task

Specified by:
execute in interface InternalTaskType<TaskContext>
Specified by:
execute in interface TaskType
Returns:
a TaskResult representing the status of the task execution
Throws:
TaskException


Copyright © 2011 Atlassian. All Rights Reserved.