Package com.saasovation.agilepm.port.adapter.persistence

Examples of com.saasovation.agilepm.port.adapter.persistence.LevelDBSprintRepository


        this.backlogItemRepository = new LevelDBBacklogItemRepository();
        this.productOwnerRepository = new LevelDBProductOwnerRepository();
        this.productRepository = new LevelDBProductRepository();
        this.releaseRepository = new LevelDBReleaseRepository();
        this.sprintRepository = new LevelDBSprintRepository();
        this.teamMemberRepository = new LevelDBTeamMemberRepository();
        this.teamRepository = new LevelDBTeamRepository();

        super.setUp();
    }
View Full Code Here

TOP

Related Classes of com.saasovation.agilepm.port.adapter.persistence.LevelDBSprintRepository

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.