tasks/system/SequentialTask.php

Show: inherited
Table of Contents

\SequentialTask

Package: phing\tasks\system

Sequential is a container task that contains other Phing Task objects.

The sequential task has no attributes and does not support any nested elements apart from Ant tasks. Any valid Ant task may be embedded within the sequential task.

Implements
\TaskContainer
Parent(s)
\Task < \ProjectComponent
Since
2.1.2  

Properties

Propertyprivate  $nestedTasks= 'array()'

Optional Vector holding the nested tasks

Default valuearray()Details
Type
n/a

Methods

methodpublicaddTask( \Task $nestedTask ) : void

Add a nested task to Sequential.

@param object The task to be added to the container

Parameters
Name Type Description
$nestedTask \Task

Nested task to execute Sequential

methodpublicgetDescription( ) : void

methodpublicgetLocation( ) : void

methodpublicgetOwningTarget( ) : void

methodpublicgetProject( ) : void

methodprotectedgetRegisterSlot( ) : void

methodpublicgetRuntimeConfigurableWrapper( ) : void

methodpublicgetTaskName( ) : void

methodpublicgetTaskType( ) : void

methodpublicinit( ) : void

methodpubliclog( ) : void

methodpublicmain( ) : void

Execute all nestedTasks.

Throws
Exception Description
\BuildException if one of the nested tasks fails.
methodpublicmaybeConfigure( ) : void

methodpublicperform( ) : void

methodpublicsetDescription( ) : void

methodpublicsetLocation( ) : void

methodpublicsetOwningTarget( ) : void

methodpublicsetProject( ) : void

methodpublicsetRuntimeConfigurableWrapper( ) : void

methodpublicsetTaskName( ) : void

methodpublicsetTaskType( ) : void

Documentation was generated by DocBlox 0.17.1.