tasks/system/ExitTask.php

Show: inherited
Table of Contents

Exits the active build, giving an additional message if available.

Author
Hans Lellelid (Phing)  
Author
Nico Seessle (Ant)  
Package
phing.tasks.system  
Version
$Revision: 526 $  

\ExitTask

Package: phing\tasks\system

Exits the active build, giving an additional message if available.

Parent(s)
\Task < \ProjectComponent
Author
Hans Lellelid (Phing)  
Author
Nico Seessle (Ant)  
Version
$Revision: 526 $  

Properties

Propertyprivate  $ifCondition= ''
Details
Type
n/a
Propertyprivate  $message= ''
Details
Type
n/a
Propertyprivate  $unlessCondition= ''
Details
Type
n/a

Methods

methodpublicaddText(  $msg ) : void

Set a multiline message.

Parameters
Name Type Description
$msg
methodpublicgetDescription( ) : void

methodpublicgetLocation( ) : void

methodpublicgetOwningTarget( ) : void

methodpublicgetProject( ) : void

methodprotectedgetRegisterSlot( ) : void

methodpublicgetRuntimeConfigurableWrapper( ) : void

methodpublicgetTaskName( ) : void

methodpublicgetTaskType( ) : void

methodpublicinit( ) : void

methodpubliclog( ) : void

methodpublicmain( ) : void

Throws
Exception Description
\BuildException
methodpublicmaybeConfigure( ) : void

methodpublicperform( ) : void

methodpublicsetDescription( ) : void

methodpublicsetIf( \c $c ) : void

Only fail if a property of the given name exists in the current project.

Parameters
Name Type Description
$c \c

property name

methodpublicsetLocation( ) : void

methodpublicsetMessage( \value $value ) : void

A message giving further information on why the build exited.

Parameters
Name Type Description
$value \value

message to output

methodpublicsetMsg( string $value ) : void

A message giving further information on why the build exited.

Parameters
Name Type Description
$value string

message to output

methodpublicsetOwningTarget( ) : void

methodpublicsetProject( ) : void

methodpublicsetRuntimeConfigurableWrapper( ) : void

methodpublicsetTaskName( ) : void

methodpublicsetTaskType( ) : void

methodpublicsetUnless( \c $c ) : void

Only fail if a property of the given name does not exist in the current project.

Parameters
Name Type Description
$c \c

property name

methodprivatetestIfCondition( ) : boolean

Returns
Type Description
boolean
methodprivatetestUnlessCondition( ) : boolean

Returns
Type Description
boolean
Documentation was generated by DocBlox 0.17.1.