stable
Clone or download
Read-only
part of story #17879 add Teams to Programs Change-Id: I0bd7c93a3faf6e1ccb12c9530509ff695e0b8948
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/scaled_agile/include/Adapter/Plan/PlanDao.php | +17 | −16 | Go to diff View file |
R | plugins/scaled_agile/include/Adapter/Plan/ProgramAccessException.php | Go to diff View file | ||
R | plugins/scaled_agile/include/Adapter/Plan/ProgramAdapter.php | Go to diff View file | ||
R | plugins/scaled_agile/include/Adapter/Plan/ProjectIsNotAProgramException.php | Go to diff View file | ||
A | plugins/scaled_agile/include/Adapter/Team/AtLeastOneTeamShouldBeDefinedException.php | +31 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Adapter/Team/ProjectIsAProgramException.php | +31 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Adapter/Team/TeamAccessException.php | +31 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Adapter/Team/TeamAdapter.php | +79 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Adapter/Team/TeamDao.php | +50 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Adapter/Team/TeamException.php | +27 | −0 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Plan/BuildProgram.php | +3 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Plan/CreatePlan.php | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Plan/PlanCreator.php | +2 | −2 | Go to diff View file |
R | plugins/scaled_agile/include/Program/Plan/Program.php | Go to diff View file | ||
M | plugins/scaled_agile/include/REST/v1/ProjectResource.php | +52 | −11 | Go to diff View file |
R | plugins/scaled_agile/include/REST/v1/ProjectResourcePutRepresentation.php | Go to diff View file | ||
A | plugins/scaled_agile/include/REST/v1/ProjectResourcePutTeamsRepresentation.php | +39 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Team/Creation/BuildTeam.php | +38 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Team/Creation/CreateTeam.php | +41 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Team/Creation/Team.php | +44 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Team/Creation/TeamCollection.php | +67 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Team/Creation/TeamCreator.php | +73 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Team/Creation/TeamStore.php | +31 | −0 | Go to diff View file |
M | plugins/scaled_agile/tests/rest/ScaledAgile/ProjectResourceTest.php | +20 | −0 | Go to diff View file |
R | plugins/scaled_agile/tests/unit/Adapter/Plan/ProgramAdapterTest.php | Go to diff View file | ||
A | plugins/scaled_agile/tests/unit/Adapter/Team/TeamAdapterTest.php | +130 | −0 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Plan/PlanCreatorTest.php | +3 | −3 | Go to diff View file |
A | plugins/scaled_agile/tests/unit/Program/Team/TeamCreatorTest.php | +64 | −0 | Go to diff View file |