Arbit - project tracking

Arbit - project tracking

API documentation :: Package Ci Element Index

Element index for package Ci

Package indexes

[ a ] [ b ] [ c ] [ d ] [ e ] [ g ] [ i ] [ l ] [ m ] [ o ] [ p ] [ r ] [ s ] [ t ] [ v ] [ x ] [ _ ]

Letter '_'

__construct
in file result.php, method arbitCiModuleResultStruct::__construct()
    Construct signal struct from its major data fields.
__construct
in file manager.php, method arbitModuleCiModelManager::__construct()
    Construct model manager from current request context
__construct
in file base.php, method arbitModuleCiModelBase::__construct()
    Construct model from base path
__construct
in file overview.php, method arbitCiOverviewViewModel::__construct()
    Construct view model from common values
__construct
in file detail.php, method arbitCiDetailViewModel::__construct()
    Construct view model from common values

Letter 'a'

arbitCiModuleResultStruct
in file result.php, class arbitCiModuleResultStruct
    Source module annotate signal struct
arbitModuleCiBuildTimelineChartModel
in file build_timeline.php, class arbitModuleCiBuildTimelineChartModel
    arbit CI module base chart model
arbitModuleCiBuildTypesChartModel
in file build_types.php, class arbitModuleCiBuildTypesChartModel
    arbit CI module base chart model
arbitModuleCiChartModel
in file chart.php, class arbitModuleCiChartModel
    arbit CI module base chart model
arbitModuleCiController
in file controller.php, class arbitModuleCiController
    Base php_doc controller.
arbitModuleCiDefintion
in file definition.php, class arbitModuleCiDefintion
    Arbit Ci module definition
arbitModuleCiException
in file exceptions.php, class arbitModuleCiException
    Basic arbit notification module exception
arbitModuleCiModelBase
in file base.php, class arbitModuleCiModelBase
    arbit CI module base model
arbitModuleCiModelManager
in file manager.php, class arbitModuleCiModelManager
    Model manager of the Continous Interation module, maintaining the stored results and managing the models, which present the results.
arbitModuleCiOverviewModel
in file overview.php, class arbitModuleCiOverviewModel
    arbit CI module base overview model
arbitModuleCiPhpcsViolationsChartModel
in file pdepend_violations.php, class arbitModuleCiPhpcsViolationsChartModel
    arbit CI module base chart model
arbitModuleCiPhpcsViolationsOverviewModel
in file phpcs.php, class arbitModuleCiPhpcsViolationsOverviewModel
    Base php_doc controller.
arbitModuleCiPhplocClassesChartModel
in file phploc-classes.php, class arbitModuleCiPhplocClassesChartModel
    arbit CI module base chart model
arbitModuleCiPhplocLocChartModel
in file phploc-loc.php, class arbitModuleCiPhplocLocChartModel
    arbit CI module base chart model
arbitModuleCiUnitCoverageChartModel
in file test-coverage.php, class arbitModuleCiUnitCoverageChartModel
    arbit CI module base chart model
arbitModuleCiUnitLocChartModel
in file test-loc.php, class arbitModuleCiUnitLocChartModel
    arbit CI module base chart model
arbitModuleCiUnitTestsChartModel
in file tests.php, class arbitModuleCiUnitTestsChartModel
    arbit CI module base chart model
arbitModuleCiUnitTestsExecutionChartModel
in file tests_execution.php, class arbitModuleCiUnitTestsExecutionChartModel
    arbit CI module base chart model
arbitModuleCiUnitTestsOverviewModel
in file tests.php, class arbitModuleCiUnitTestsOverviewModel
    Base php_doc controller.
availableReports
in file manager.php, method arbitModuleCiModelManager::availableReports()
    Get list of available reports
arbitCiDetailViewModel
in file detail.php, class arbitCiDetailViewModel
    Base model struct for the source diffs
arbitCiOverviewViewModel
in file overview.php, class arbitCiOverviewViewModel
    Base model struct for the source diffs
arbitModuleCiXHtmlHandler
in file xhtml.php, class arbitModuleCiXHtmlHandler
    XHtml view handler generating XHtml from the provided view model.

Letter 'b'

$base
in file base.php, variable arbitModuleCiModelBase::$base
    Base path for reports
base.php
procedural page base.php
build_timeline.php
procedural page build_timeline.php
build_types.php
procedural page build_types.php

Letter 'c'

$caches
in file definition.php, variable arbitModuleCiDefintion::$caches
    Array with caches registered on initialization Each cache must have a unique name, normally prefixed with the module identifier. time to live for the cache.
$chartModels
in file manager.php, variable arbitModuleCiModelManager::$chartModels
    Chart models, which are available Additional chart model may be registered using the method registerChartModel, so that external modules may embed additional models.
chart
in file controller.php, method arbitModuleCiController::chart()
    Chart action
controller.php
procedural page controller.php
chart.php
procedural page chart.php
configureTemplate
in file xhtml.php, method arbitModuleCiXHtmlHandler::configureTemplate()
    Configure tempalte library

Letter 'd'

definition.php
procedural page definition.php
detail.php
procedural page detail.php

Letter 'e'

exceptions.php
procedural page exceptions.php

Letter 'g'

getAvailableChartReports
in file manager.php, method arbitModuleCiModelManager::getAvailableChartReports()
    Returns instances of chart models based on available reports Returns an array with instances for all chart models, which have been registered and which dependencies are met by available reports.
getAvailableOverviewReports
in file manager.php, method arbitModuleCiModelManager::getAvailableOverviewReports()
    Returns instances of overview models based on available reports Returns an array with instances for all overview models, which have been registered and which dependencies are met by available reports.
getAvailableResults
in file manager.php, method arbitModuleCiModelManager::getAvailableResults()
    Get a list of available reports Returns an array of results, which are available to the CI module.
getBasePath
in file manager.php, method arbitModuleCiModelManager::getBasePath()
    Get base path
getBuildData
in file build_timeline.php, method arbitModuleCiBuildTimelineChartModel::getBuildData()
    Get build data Returns build data as an array of two arrays, one containing the failed builds indexed by their build date, and one the successful builds.
getChart
in file tests_execution.php, method arbitModuleCiUnitTestsExecutionChartModel::getChart()
    Return the chart data model
getChart
in file phploc-classes.php, method arbitModuleCiPhplocClassesChartModel::getChart()
    Return the chart data model
getChart
in file test-loc.php, method arbitModuleCiUnitLocChartModel::getChart()
    Return the chart data model
getChart
in file test-coverage.php, method arbitModuleCiUnitCoverageChartModel::getChart()
    Return the chart data model
getChart
in file phploc-loc.php, method arbitModuleCiPhplocLocChartModel::getChart()
    Return the chart data model
getChart
in file tests.php, method arbitModuleCiUnitTestsChartModel::getChart()
    Return the chart data model
getChart
in file pdepend_violations.php, method arbitModuleCiPhpcsViolationsChartModel::getChart()
    Return the chart data model
getChart
in file build_types.php, method arbitModuleCiBuildTypesChartModel::getChart()
    Return the chart data model
getChart
in file build_timeline.php, method arbitModuleCiBuildTimelineChartModel::getChart()
    Return the chart data model
getChart
in file chart.php, method arbitModuleCiChartModel::getChart()
    Return the chart data model
getClassData
in file phploc-classes.php, method arbitModuleCiPhplocClassesChartModel::getClassData()
    Get build data Returns build data as an array of two arrays, one containing the failed builds indexed by their build date, and one the successful builds.
getCoverageData
in file phploc-loc.php, method arbitModuleCiPhplocLocChartModel::getCoverageData()
    Get build data Returns build data as an array of two arrays, one containing the failed builds indexed by their build date, and one the successful builds.
getCoverageData
in file test-coverage.php, method arbitModuleCiUnitCoverageChartModel::getCoverageData()
    Get build data Returns build data as an array of two arrays, one containing the failed builds indexed by their build date, and one the successful builds.
getCoverageData
in file test-loc.php, method arbitModuleCiUnitLocChartModel::getCoverageData()
    Get build data Returns build data as an array of two arrays, one containing the failed builds indexed by their build date, and one the successful builds.
getDate
in file base.php, method arbitModuleCiModelBase::getDate()
    Get date from file Get the date the report has been created for a given file.
getExecutionData
in file tests_execution.php, method arbitModuleCiUnitTestsExecutionChartModel::getExecutionData()
    Get execution data
getIdentifier
in file test-loc.php, method arbitModuleCiUnitLocChartModel::getIdentifier()
    Return identifier for chart model
getIdentifier
in file tests_execution.php, method arbitModuleCiUnitTestsExecutionChartModel::getIdentifier()
    Return identifier for chart model
getIdentifier
in file test-coverage.php, method arbitModuleCiUnitCoverageChartModel::getIdentifier()
    Return identifier for chart model
getIdentifier
in file phploc-loc.php, method arbitModuleCiPhplocLocChartModel::getIdentifier()
    Return identifier for chart model
getIdentifier
in file build_timeline.php, method arbitModuleCiBuildTimelineChartModel::getIdentifier()
    Return identifier for chart model
getIdentifier
in file build_types.php, method arbitModuleCiBuildTypesChartModel::getIdentifier()
    Return identifier for chart model
getIdentifier
in file chart.php, method arbitModuleCiChartModel::getIdentifier()
    Return identifier for chart model
getIdentifier
in file phploc-classes.php, method arbitModuleCiPhplocClassesChartModel::getIdentifier()
    Return identifier for chart model
getIdentifier
in file pdepend_violations.php, method arbitModuleCiPhpcsViolationsChartModel::getIdentifier()
    Return identifier for chart model
getIdentifier
in file tests.php, method arbitModuleCiUnitTestsChartModel::getIdentifier()
    Return identifier for chart model
getMenu
in file controller.php, method arbitModuleCiController::getMenu()
    Return the menu for the source controller
getMenuTitle
in file overview.php, method arbitModuleCiOverviewModel::getMenuTitle()
    Get menu title for this model
getMenuTitle
in file phpcs.php, method arbitModuleCiPhpcsViolationsOverviewModel::getMenuTitle()
    Get menu title for this model
getMenuTitle
in file tests.php, method arbitModuleCiUnitTestsOverviewModel::getMenuTitle()
    Get menu title for this model
getMessagesPerFile
in file phpcs.php, method arbitModuleCiPhpcsViolationsOverviewModel::getMessagesPerFile()
    Get tests as array.
getResults
in file base.php, method arbitModuleCiModelBase::getResults()
    Get the last n results Get the last results for the specified module and result type. to the last 50 results.
getResultVersion
in file base.php, method arbitModuleCiModelBase::getResultVersion()
    Get the last n results Get the last results for the specified module and result type. to the last 50 results.
getTestsAsArray
in file tests.php, method arbitModuleCiUnitTestsOverviewModel::getTestsAsArray()
    Get tests as array.
getTestsData
in file tests.php, method arbitModuleCiUnitTestsChartModel::getTestsData()
    Get tests data
getViewModel
in file tests.php, method arbitModuleCiUnitTestsOverviewModel::getViewModel()
    Get view model representing the model
getViewModel
in file overview.php, method arbitModuleCiOverviewModel::getViewModel()
    Get view model representing the model
getViewModel
in file phpcs.php, method arbitModuleCiPhpcsViolationsOverviewModel::getViewModel()
    Get view model representing the model
getViolationsData
in file pdepend_violations.php, method arbitModuleCiPhpcsViolationsChartModel::getViolationsData()
    Get violations data

Letter 'i'

index
in file controller.php, method arbitModuleCiController::index()
    Index action The index action just dispatches to the default view of the source module - the custom source configuration.

Letter 'l'

linkDataSet
in file chart.php, method arbitModuleCiChartModel::linkDataSet()
    Link data set Set an URL for a given data set, so the ezcGraph driver can make the chart items clickable.

Letter 'm'

manager.php
procedural page manager.php
$moduleTemplates
in file xhtml.php, variable arbitModuleCiXHtmlHandler::$moduleTemplates
    Method template association for default calls.

Letter 'o'

$overviewModels
in file manager.php, variable arbitModuleCiModelManager::$overviewModels
    Overview models, which are available Additional overview model may be registered using the method registerOverviewModel, so that external modules may embed additional models.
overview.php
procedural page overview.php
overview
in file controller.php, method arbitModuleCiController::overview()
    Overview action
overview.php
procedural page overview.php

Letter 'p'

$properties
in file result.php, variable arbitCiModuleResultStruct::$properties
    Array containing the structs properties.
$properties
in file definition.php, variable arbitModuleCiDefintion::$properties
    Array containing the module structures properties.
pdepend_violations.php
procedural page pdepend_violations.php
phploc-classes.php
procedural page phploc-classes.php
phploc-loc.php
procedural page phploc-loc.php
phpcs.php
procedural page phpcs.php
$properties
in file overview.php, variable arbitCiOverviewViewModel::$properties
    Array containing the actual view data.
$properties
in file detail.php, variable arbitCiDetailViewModel::$properties
    Array containing the actual view data.

Letter 'r'

$request
in file manager.php, variable arbitModuleCiModelManager::$request
    Current request context
result.php
procedural page result.php
registerChartModel
in file manager.php, method arbitModuleCiModelManager::registerChartModel()
    Register chart model Register the model class of a chart model with its dependencies, in the form of:
registerOverviewModel
in file manager.php, method arbitModuleCiModelManager::registerOverviewModel()
    Register overview model Register the model class of a overview model with its dependencies, in the form of:
reportModuleResult
in file controller.php, method arbitModuleCiController::reportModuleResult()
    Handle source update signal

Letter 's'

storeResult
in file manager.php, method arbitModuleCiModelManager::storeResult()
    Store result

Letter 't'

test-coverage.php
procedural page test-coverage.php
test-loc.php
procedural page test-loc.php
tests.php
procedural page tests.php
tests_execution.php
procedural page tests_execution.php
tests.php
procedural page tests.php

Letter 'v'

$viewModels
in file definition.php, variable arbitModuleCiDefintion::$viewModels
    List of view models used by the module List of used view handlers associated with a list of view models used by the module, each associated with a callback to the concrete handler implementation to visit the view model.
view
in file controller.php, method arbitModuleCiController::view()
    View action

Letter 'x'

xhtml.php
procedural page xhtml.php
Documentation generated on Mon, 05 Apr 2010 14:01:26 +0200 by phpDocumentor 1.4.3