com.atlassian.bamboo.task
Interface InternalTaskType<V extends InternalTaskContext>

Type Parameters:
V - The context for running the task type.
All Known Subinterfaces:
TaskType
All Known Implementing Classes:
AbstractShellBuildTask, AntBuildTask, BuilderCompatibilityTask, CommandBuildTask, GrailsBuildTask, JUnitResultParserTask, Maven1BuildTask, Maven2BuildTask, Maven3BuildTask, MavenDependenciesProcessorTask, PhpUnitBuildTask, ScriptBuildTask

public interface InternalTaskType<V extends InternalTaskContext>

A generic super interface for Task extension points. This is for internal use only and should not be extended directly.

Since:
3.1

Method Summary
 TaskResult execute(V taskContext)
           
 

Method Detail

execute

TaskResult execute(@NotNull
                   V taskContext)
                   throws TaskException
Throws:
TaskException


Copyright © 2011 Atlassian. All Rights Reserved.