stable
Clone or download
Read-only
part of story #18408 plan Features in Program Increment This route should return plannable artifacts for a program Change-Id: I0299afa6b09c3280af43ac36bc9e7f3106f8d4c0
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/scaled_agile/include/Adapter/Program/ToBePlaned/ToBePlannedElementsDao.php | +58 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Adapter/Program/ToBePlaned/ToBePlannedElementsRetriever.php | +94 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/ToBePlanned/RetrieveToBePlannedElements.php | +30 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/ToBePlanned/ToBePlannedElementsStore.php | +30 | −0 | Go to diff View file |
M | plugins/scaled_agile/include/REST/v1/ProjectResource.php | +59 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/REST/v1/ToBePlannedElementCollectionRepresentation.php | +39 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/REST/v1/ToBePlannedElementRepresentation.php | +64 | −0 | Go to diff View file |
M | plugins/scaled_agile/tests/rest/ScaledAgile/ProjectResourceTest.php | +20 | −0 | Go to diff View file |
M | plugins/scaled_agile/tests/rest/_fixtures/program_scaled_agile/project.xml | +94 | −0 | Go to diff View file |
A | plugins/scaled_agile/tests/unit/Adapter/Program/ToBePlaned/ToBePlannedElementRetrieverTest.php | +157 | −0 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/DisplayProgramBacklogControllerTest.php | +7 | −3 | Go to diff View file |