Skip to content

Latest commit

 

History

History
305 lines (106 loc) · 2.55 KB

File metadata and controls

305 lines (106 loc) · 2.55 KB
title footer
\leantime\domain\services\sprints
false

sprints

  • Full name: \leantime\domain\services\sprints

Methods

__construct

public sprints::__construct(): mixed

Return Value:


getSprint

public sprints::getSprint(mixed $id): mixed

Parameters:

Parameter Type Description
id mixed

Return Value:


getCurrentSprintId

getCurrentSprintId returns the ID of the current sprint in the project provided

public sprints::getCurrentSprintId( $projectId): int|bool

Parameters:

Parameter Type Description
projectId ****

Return Value:


getUpcomingSprint

public sprints::getUpcomingSprint(mixed $projectId): mixed

Parameters:

Parameter Type Description
projectId mixed

Return Value:


getAllSprints

public sprints::getAllSprints(mixed $projectId): mixed

Parameters:

Parameter Type Description
projectId mixed

Return Value:


getAllFutureSprints

public sprints::getAllFutureSprints(mixed $projectId): mixed

Parameters:

Parameter Type Description
projectId mixed

Return Value:


addSprint

public sprints::addSprint(mixed $params): mixed

Parameters:

Parameter Type Description
params mixed

Return Value:


editSprint

public sprints::editSprint(mixed $params): mixed

Parameters:

Parameter Type Description
params mixed

Return Value:


getSprintBurndown

public sprints::getSprintBurndown(mixed $sprint): mixed

Parameters:

Parameter Type Description
sprint mixed

Return Value:


getCummulativeReport

public sprints::getCummulativeReport(mixed $project): mixed

Parameters:

Parameter Type Description
project mixed

Return Value:



Automatically generated from source code comments on 2023-02-28 using phpDocumentor