phpDocumentor TestlinkAPI
[ class tree: TestlinkAPI ] [ index: TestlinkAPI ] [ all elements ]

Element index for package TestlinkAPI

[ a ] [ b ] [ c ] [ d ] [ e ] [ g ] [ i ] [ k ] [ n ] [ o ] [ r ] [ s ] [ t ] [ u ] [ v ] [ x ] [ _ ]

_

_

__construct
in file xmlrpc.php, method TestlinkXMLRPCServer::__construct()
    Constructor sets up the IXR_Server and db connection
__construct
in file APIKey.php, method APIKey::__construct()
a

a

$assignedToParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$assignedToParamName
    string for parameter names are all defined statically
$automatedParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$automatedParamName
    string for parameter names are all defined statically
about
in file xmlrpc.php, method TestlinkXMLRPCServer::about()
    Gives basic information about the API
addKeyForUser
in file APIKey.php, method APIKey::addKeyForUser()
api.const.inc.php
procedural page api.const.inc.php
APIErrors.php
procedural page APIErrors.php
APIKey
in file APIKey.php, class APIKey
APIKey.php
procedural page APIKey.php
authenticate
in file xmlrpc.php, method TestlinkXMLRPCServer::authenticate()
    authenticates a user based on the devKey provided
b

b

$buildIDParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$buildIDParamName
    string for parameter names are all defined statically
$buildNameParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$buildNameParamName
    string for parameter names are all defined statically
$buildNotesParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$buildNotesParamName
    string for parameter names are all defined statically
BUILDID_NOGUESS
in file APIErrors.php, constant BUILDID_NOGUESS
    Constants
BUILDID_NOGUESS_STR
in file APIErrors.php, constant BUILDID_NOGUESS_STR
    Constants
BUILDID_NOT_INTEGER
in file APIErrors.php, constant BUILDID_NOT_INTEGER
    Constants
BUILDID_NOT_INTEGER_STR
in file APIErrors.php, constant BUILDID_NOT_INTEGER_STR
    Constants
BUILD_GUESS_DEFAULT_MODE
in file xmlrpc.php, class constant TestlinkXMLRPCServer::BUILD_GUESS_DEFAULT_MODE
c

c

$customFieldNameParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$customFieldNameParamName
    string for parameter names are all defined statically
checkBuildID
in file xmlrpc.php, method TestlinkXMLRPCServer::checkBuildID()
    Helper method to see if the buildID provided is valid
checkGuess
in file xmlrpc.php, method TestlinkXMLRPCServer::checkGuess()
    Helper method to see if the guess is set
checkStatus
in file xmlrpc.php, method TestlinkXMLRPCServer::checkStatus()
    Helper method to see if the status provided is valid
checkTestCaseID
in file xmlrpc.php, method TestlinkXMLRPCServer::checkTestCaseID()
    Helper method to see if the tcid provided is valid
checkTestCaseIdentity
in file xmlrpc.php, method TestlinkXMLRPCServer::checkTestCaseIdentity()
    Helper method to see if the testcase identity provided is valid Identity can be specified in one of these modes:
checkTestCaseName
in file xmlrpc.php, method TestlinkXMLRPCServer::checkTestCaseName()
    Helper method to see if the testcasename provided is valid
checkTestPlanID
in file xmlrpc.php, method TestlinkXMLRPCServer::checkTestPlanID()
    Helper method to see if the tplanid provided is valid
checkTestProjectID
in file xmlrpc.php, method TestlinkXMLRPCServer::checkTestProjectID()
    Helper method to see if the TestProjectID provided is valid
checkTestSuiteID
in file xmlrpc.php, method TestlinkXMLRPCServer::checkTestSuiteID()
    Helper method to see if the TestSuiteID provided is valid
clientSample.php
procedural page clientSample.php
createBuild
in file xmlrpc.php, method TestlinkXMLRPCServer::createBuild()
    Creates a new build for a specific test plan
createTestCase
in file xmlrpc.php, method TestlinkXMLRPCServer::createTestCase()
    Create a new test case
createTestProject
in file xmlrpc.php, method TestlinkXMLRPCServer::createTestProject()
clientSample.php
procedural page clientSample.php
clientSample2.php
procedural page clientSample2.php
d

d

$deepParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$deepParamName
    string for parameter names are all defined statically
$devKeyParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$devKeyParamName
    string for parameter names are all defined statically
DEV_KEY
in file clientSample.php, constant DEV_KEY
e

e

$executedParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$executedParamName
    string for parameter names are all defined statically
$executeStatusParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$executeStatusParamName
    string for parameter names are all defined statically
g

g

$guessParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$guessParamName
    string for parameter names are all defined statically
GENERAL_ERROR_CODE
in file APIErrors.php, constant GENERAL_ERROR_CODE
    a catch all generic error
GENERAL_SUCCESS_CODE
in file APIErrors.php, constant GENERAL_SUCCESS_CODE
    Constants
GENERAL_SUCCESS_STR
in file APIErrors.php, constant GENERAL_SUCCESS_STR
    Constants
getAPIKey
in file APIKey.php, method APIKey::getAPIKey()
getAPIKeys
in file APIKey.php, method APIKey::getAPIKeys()
getBuildsForTestPlan
in file xmlrpc.php, method TestlinkXMLRPCServer::getBuildsForTestPlan()
    Gets a list of active builds within a test plan
getLatestBuildForTestPlan
in file xmlrpc.php, method TestlinkXMLRPCServer::getLatestBuildForTestPlan()
    Gets the latest build by date for a specific test plan
getProjects
in file xmlrpc.php, method TestlinkXMLRPCServer::getProjects()
    Gets a list of all projects
getProjectTestPlans
in file xmlrpc.php, method TestlinkXMLRPCServer::getProjectTestPlans()
    Gets a list of test plans within a project
getTestCaseCustomFieldDesignValue
in file xmlrpc.php, method TestlinkXMLRPCServer::getTestCaseCustomFieldDesignValue()
    Gets value of a Custom Field with scope='design' for a given Test case
getTestCaseIDByName
in file xmlrpc.php, method TestlinkXMLRPCServer::getTestCaseIDByName()
    Find a test case by its name
getTestCasesForTestPlan
in file xmlrpc.php, method TestlinkXMLRPCServer::getTestCasesForTestPlan()
    getTestCasesForTestPlan List test cases linked to a test plan
getTestCasesForTestSuite
in file xmlrpc.php, method TestlinkXMLRPCServer::getTestCasesForTestSuite()
    List test cases within a test suite
getTestSuitesForTestPlan
in file xmlrpc.php, method TestlinkXMLRPCServer::getTestSuitesForTestPlan()
    List test suites within a test plan alphabetically
i

i

INSUFFICIENT_RIGHTS
in file APIErrors.php, constant INSUFFICIENT_RIGHTS
    Constants
INSUFFICIENT_RIGHTS_STR
in file APIErrors.php, constant INSUFFICIENT_RIGHTS_STR
    Constants
INVALID_AUTH
in file APIErrors.php, constant INVALID_AUTH
    2000 level - authentication errors
INVALID_AUTH_STR
in file APIErrors.php, constant INVALID_AUTH_STR
    Constants
INVALID_BUILDID
in file APIErrors.php, constant INVALID_BUILDID
    4000 level - Build errors
INVALID_BUILDID_STR
in file APIErrors.php, constant INVALID_BUILDID_STR
    Constants
INVALID_STATUS
in file APIErrors.php, constant INVALID_STATUS
    6000 level - Status errors
INVALID_STATUS_STR
in file APIErrors.php, constant INVALID_STATUS_STR
    Constants
INVALID_TCASEID
in file APIErrors.php, constant INVALID_TCASEID
    5000 level - Test Case errors
INVALID_TCASEID_STR
in file APIErrors.php, constant INVALID_TCASEID_STR
    Constants
INVALID_TESTCASE_EXTERNAL_ID
in file APIErrors.php, constant INVALID_TESTCASE_EXTERNAL_ID
    Constants
INVALID_TESTCASE_EXTERNAL_ID_STR
in file APIErrors.php, constant INVALID_TESTCASE_EXTERNAL_ID_STR
    Constants
INVALID_TESTPROJECTID
in file APIErrors.php, constant INVALID_TESTPROJECTID
    7000 level - Test Project errors
INVALID_TESTPROJECTID_STR
in file APIErrors.php, constant INVALID_TESTPROJECTID_STR
    Constants
INVALID_TESTSUITEID
in file APIErrors.php, constant INVALID_TESTSUITEID
    8000 level - Test Suite errors
INVALID_TESTSUITEID_STR
in file APIErrors.php, constant INVALID_TESTSUITEID_STR
    Constants
INVALID_TPLANID
in file APIErrors.php, constant INVALID_TPLANID
    3000 level - Test Plan errors
INVALID_TPLANID_STR
in file APIErrors.php, constant INVALID_TPLANID_STR
    Constants
k

k

$keywordIDParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$keywordIDParamName
    string for parameter names are all defined statically
n

n

$noteParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$noteParamName
    string for parameter names are all defined statically
NOT_YET_IMPLEMENTED
in file APIErrors.php, constant NOT_YET_IMPLEMENTED
    Constants
NOT_YET_IMPLEMENTED_STR
in file APIErrors.php, constant NOT_YET_IMPLEMENTED_STR
    Constants
NO_BUILDID
in file APIErrors.php, constant NO_BUILDID
    Constants
NO_BUILDID_STR
in file APIErrors.php, constant NO_BUILDID_STR
    Constants
NO_BUILD_FOR_TPLANID
in file APIErrors.php, constant NO_BUILD_FOR_TPLANID
    Constants
NO_BUILD_FOR_TPLANID_STR
in file APIErrors.php, constant NO_BUILD_FOR_TPLANID_STR
    Constants
NO_CUSTOMFIELD_BY_THIS_NAME
in file APIErrors.php, constant NO_CUSTOMFIELD_BY_THIS_NAME
    9000 level - Custom Fields
NO_CUSTOMFIELD_BY_THIS_NAME_STR
in file APIErrors.php, constant NO_CUSTOMFIELD_BY_THIS_NAME_STR
    Constants
NO_DEV_KEY
in file APIErrors.php, constant NO_DEV_KEY
    Error codes below 1000 are system level
NO_DEV_KEY_STR
in file APIErrors.php, constant NO_DEV_KEY_STR
    Constants
NO_STATUS
in file APIErrors.php, constant NO_STATUS
    Constants
NO_STATUS_STR
in file APIErrors.php, constant NO_STATUS_STR
    Constants
NO_TCASEEXTERNALID
in file APIErrors.php, constant NO_TCASEEXTERNALID
    Constants
NO_TCASEEXTERNALID_STR
in file APIErrors.php, constant NO_TCASEEXTERNALID_STR
    Constants
NO_TCASEID
in file APIErrors.php, constant NO_TCASEID
    Constants
NO_TCASEID_STR
in file APIErrors.php, constant NO_TCASEID_STR
    Constants
NO_TESTCASENAME
in file APIErrors.php, constant NO_TESTCASENAME
    Constants
NO_TESTCASENAME_STR
in file APIErrors.php, constant NO_TESTCASENAME_STR
    Constants
NO_TESTCASE_BY_THIS_NAME
in file APIErrors.php, constant NO_TESTCASE_BY_THIS_NAME
    Constants
NO_TESTCASE_BY_THIS_NAME_STR
in file APIErrors.php, constant NO_TESTCASE_BY_THIS_NAME_STR
    Constants
NO_TESTPROJECTID
in file APIErrors.php, constant NO_TESTPROJECTID
    Constants
NO_TESTPROJECTID_STR
in file APIErrors.php, constant NO_TESTPROJECTID_STR
    Constants
NO_TESTSUITEID
in file APIErrors.php, constant NO_TESTSUITEID
    Constants
NO_TESTSUITEID_STR
in file APIErrors.php, constant NO_TESTSUITEID_STR
    Constants
NO_TEST_MODE
in file APIErrors.php, constant NO_TEST_MODE
    Constants
NO_TEST_MODE_STR
in file APIErrors.php, constant NO_TEST_MODE_STR
    Constants
NO_TPLANID
in file APIErrors.php, constant NO_TPLANID
    Constants
NO_TPLANID_STR
in file APIErrors.php, constant NO_TPLANID_STR
    Constants
o

o

OFF
in file xmlrpc.php, class constant TestlinkXMLRPCServer::OFF
ON
in file xmlrpc.php, class constant TestlinkXMLRPCServer::ON
r

r

repeat
in file xmlrpc.php, method TestlinkXMLRPCServer::repeat()
    Repeats a message back
reportResult
in file clientSample.php, function reportResult()
reportTCResult
in file xmlrpc.php, method TestlinkXMLRPCServer::reportTCResult()
    Reports a result for a single test case
s

s

$statusParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$statusParamName
    string for parameter names are all defined statically
sayHello
in file xmlrpc.php, method TestlinkXMLRPCServer::sayHello()
    Lets you see if the server is up and running
SERVER_URL
in file clientSample.php, constant SERVER_URL
setTestMode
in file xmlrpc.php, method TestlinkXMLRPCServer::setTestMode()
    turn on/off testMode
t

t

$testCaseExternalIDParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$testCaseExternalIDParamName
    string for parameter names are all defined statically
$testCaseIDParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$testCaseIDParamName
    string for parameter names are all defined statically
$testCaseNameParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$testCaseNameParamName
    string for parameter names are all defined statically
$testCasePrefixParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$testCasePrefixParamName
    string for parameter names are all defined statically
$testModeParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$testModeParamName
    string for parameter names are all defined statically
$testPlanIDParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$testPlanIDParamName
    string for parameter names are all defined statically
$testProjectIDParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$testProjectIDParamName
    string for parameter names are all defined statically
$testProjectNameParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$testProjectNameParamName
    string for parameter names are all defined statically
$testSuiteIDParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$testSuiteIDParamName
    string for parameter names are all defined statically
$testSuiteNameParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$testSuiteNameParamName
    string for parameter names are all defined statically
$timeStampParamName
in file xmlrpc.php, variable TestlinkXMLRPCServer::$timeStampParamName
    string for parameter names are all defined statically
TCASEID_NOT_INTEGER
in file APIErrors.php, constant TCASEID_NOT_INTEGER
    Constants
TCASEID_NOT_INTEGER_STR
in file APIErrors.php, constant TCASEID_NOT_INTEGER_STR
    Constants
TCASEID_NOT_IN_TPLANID
in file APIErrors.php, constant TCASEID_NOT_IN_TPLANID
    Constants
TCASEID_NOT_IN_TPLANID_STR
in file APIErrors.php, constant TCASEID_NOT_IN_TPLANID_STR
    Constants
TESTCASENAME_NOT_STRING
in file APIErrors.php, constant TESTCASENAME_NOT_STRING
    Constants
TESTCASENAME_NOT_STRING_STR
in file APIErrors.php, constant TESTCASENAME_NOT_STRING_STR
    Constants
TestlinkXMLRPCServer
in file xmlrpc.php, class TestlinkXMLRPCServer
    The entry class for serving XML-RPC Requests
TESTPROJECTNAME_EXISTS
in file APIErrors.php, constant TESTPROJECTNAME_EXISTS
    Constants
TESTPROJECTNAME_SINTAX_ERROR
in file APIErrors.php, constant TESTPROJECTNAME_SINTAX_ERROR
    Constants
TESTPROJECT_TESTCASEPREFIX_EXISTS
in file APIErrors.php, constant TESTPROJECT_TESTCASEPREFIX_EXISTS
    Constants
TESTPROJECT_TESTCASEPREFIX_IS_EMPTY
in file APIErrors.php, constant TESTPROJECT_TESTCASEPREFIX_IS_EMPTY
    Constants
TESTPROJECT_TESTCASEPREFIX_IS_TOO_LONG
in file APIErrors.php, constant TESTPROJECT_TESTCASEPREFIX_IS_TOO_LONG
    Constants
TEST_DB_HOST
in file api.const.inc.php, constant TEST_DB_HOST
TEST_DB_NAME
in file api.const.inc.php, constant TEST_DB_NAME
TEST_DB_PASS
in file api.const.inc.php, constant TEST_DB_PASS
TEST_DB_TYPE
in file api.const.inc.php, constant TEST_DB_TYPE
TEST_DB_USER
in file api.const.inc.php, constant TEST_DB_USER
TEST_DSN
in file api.const.inc.php, constant TEST_DSN
    DB Constants used for testing
THIRD_PARTY_CODE
in file clientSample.php, constant THIRD_PARTY_CODE
    Need the IXR class for client
TPLANID_NOT_INTEGER
in file APIErrors.php, constant TPLANID_NOT_INTEGER
    Constants
TPLANID_NOT_INTEGER_STR
in file APIErrors.php, constant TPLANID_NOT_INTEGER_STR
    Constants
u

u

updateTestCase
in file xmlrpc.php, method TestlinkXMLRPCServer::updateTestCase()
    Update an existing test case
UserHasRight
in file xmlrpc.php, method TestlinkXMLRPCServer::UserHasRight()
v

v

$validStatusList
in file xmlrpc.php, variable TestlinkXMLRPCServer::$validStatusList
    An array containing strings for valid statuses
$version
in file xmlrpc.php, variable TestlinkXMLRPCServer::$version
x

x

xmlrpc.php
procedural page xmlrpc.php

Documentation generated on Thu, 16 Oct 2008 13:08:50 -0600 by phpDocumentor 1.4.2