Package DE_EPAGES::Installer::API::FishEyeHandler
API for interaction with FishEye
Functions
getBranch
returns brach related to EPG number and/or fisheye file
Syntax |
$FishEyeHandler->getBranch($Revision, $EPG, $Path ); |
Input |
|
Return |
|
getBranchArray
returns array of Branch related to EPG number and/or fisheye file
Syntax |
$FishEyeHandler->getBranchArray( $EPG, $Path ); |
Input |
|
Return |
|
getFilenames
returns all files associated with passed issue
Syntax |
$FishEyeHandler->getFilenames( $EPG ); |
Input |
|
Return |
|
getInformation
returns revision, date, path, user and brach related to EPG number and/or fisheye file
Syntax |
$FishEyeHandler->getInformation( $EPG, $Path ); |
Input |
|
Return |
|
getRevisions
returns all revisions associated with passed file
Syntax |
$FishEyeHandler->getRevisions( $Path, $EPG, $Branch ); |
Input |
|
Return |
|
getUserArray
returns array of user related to EPG number and/or fisheye file
Syntax |
$FishEyeHandler->getUserArray( $EPG, $Path ); |
Input |
|
Return |
|
new
initializes rest client as class variable
Syntax |
$FishEyeHandler->new( $Host ); |
Input |
|