PHP Class Components_Release_Task_Bugs, horde

Inheritance: extends Components_Release_Task_Base
Show file Open project: horde/horde

Public Methods

Method Description
_getBugs ( array $options ) : null Return the handler for bugs.horde.org.
run ( &$options ) : null Run the task.
validate ( array $options ) : array Validate the preconditions required for this release task.

Method Details

_getBugs() public method

Return the handler for bugs.horde.org.
public _getBugs ( array $options ) : null
$options array Additional options.
return null

run() public method

Run the task.
public run ( &$options ) : null
return null

validate() public method

Validate the preconditions required for this release task.
public validate ( array $options ) : array
$options array Additional options.
return array An empty array if all preconditions are met and a list of error messages otherwise.