Xinc-Plugin-Repos-Configuration
[ class tree: Xinc-Plugin-Repos-Configuration ] [ index: Xinc-Plugin-Repos-Configuration ] [ all elements ]

Class: Xinc_Plugin_Repos_Configuration_Task

Source Location: /Xinc/Plugin/Repos/Configuration/Task.php

Class Overview

Xinc_Plugin_Task_Base
   |
   --Xinc_Plugin_Repos_Configuration_Task



Methods


Inherited Variables

Inherited Methods

Class: Xinc_Plugin_Task_Base

Xinc_Plugin_Task_Base::__construct()
Constructor, stores a reference to the plugin for usage of functionality
Xinc_Plugin_Task_Base::getName()
Returns name of task by lowercasing class name.
Xinc_Plugin_Task_Base::getTasks()
Xinc_Plugin_Task_Base::getXml()
Xinc_Plugin_Task_Base::init()
Xinc_Plugin_Task_Base::registerTask()
Support for subtasks, empty by default.
Xinc_Plugin_Task_Base::setXml()

Class Details

[line 32]


[ Top ]


Class Methods


method getName [line 65]

string getName( )

Returns name of task.



Tags:

return:  Name of task.
access:  public


Overrides Xinc_Plugin_Task_Base::getName() (Returns name of task by lowercasing class name.)

[ Top ]

method getPluginSlot [line 40]

integer getPluginSlot( )

Returns the slot of this task inside a build.



Tags:

return:  The slot number.
see:  Xinc/Plugin/Slot.php for available slots
access:  public


[ Top ]

method process [line 70]

void process( Xinc_Build_Interface $build)



Tags:

access:  public


Parameters:

Xinc_Build_Interface   $build  

[ Top ]

method validate [line 50]

boolean validate( )

Validates if a task can run by checking configs, directries and so on.



Tags:

return:  Is true if task can run.
access:  public


[ Top ]


Documentation generated on Sun, 09 Dec 2012 21:49:35 +0100 by phpDocumentor 1.4.4