Submit
Path:
~
/
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
git
/
vendor
/
plesk
/
ext-git-plugins
/
src
/
DeploymentPlugin
/
File Content:
DeploymentStep.php
<?php // Copyright 1999-2022. Plesk International GmbH. All rights reserved. namespace PleskExt\Git\Plugins\DeploymentPlugin; interface DeploymentStep { /** * Returns the title of the deployment step */ public function getTitle(): string; /** * Returns the path to the deployment step icon file. */ public function getIcon(): string; /** * Executes the actions of a deployment step * * @throws \pm_Exception */ public function run(): void; }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
DeploymentPlugin.php
1454 bytes
0644
DeploymentStep.php
510 bytes
0644
N4ST4R_ID | Naxtarrr