PHP Class REBELinBLUE\Deployer\Http\Controllers\DashboardController

Inheritance: extends Controller
Afficher le fichier Open project: rebelinblue/deployer

Méthodes publiques

Méthode Description
cctray ( REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface $projectRepository ) : Illuminate\View\View Generates an XML file for CCTray.
index ( REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface $deploymentRepository, REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface $projectRepository ) : Illuminate\View\View The main page of the dashboard.
timeline ( REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface $deploymentRepository ) : Illuminate\View\View Returns the timeline.

Private Methods

Méthode Description
buildTimelineData ( REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface $deploymentRepository ) : array Builds the data for the timeline.

Method Details

cctray() public méthode

Generates an XML file for CCTray.
public cctray ( REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface $projectRepository ) : Illuminate\View\View
$projectRepository REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface
Résultat Illuminate\View\View

index() public méthode

The main page of the dashboard.
public index ( REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface $deploymentRepository, REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface $projectRepository ) : Illuminate\View\View
$deploymentRepository REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface
$projectRepository REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface
Résultat Illuminate\View\View

timeline() public méthode

Returns the timeline.
public timeline ( REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface $deploymentRepository ) : Illuminate\View\View
$deploymentRepository REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface
Résultat Illuminate\View\View