Package org.guvnor.asset.management.model

Examples of org.guvnor.asset.management.model.ConfigureRepositoryEvent


        params.put("RepositoryName", repository);
        params.put("SourceBranchName", sourceBranch);
        params.put("DevBranchName", devBranch);
        params.put("RelBranchName", releaseBranch);
        params.put("Version", version);
        configureRepositoryEvent.fire(new ConfigureRepositoryEvent(params));
       
    }
View Full Code Here

TOP

Related Classes of org.guvnor.asset.management.model.ConfigureRepositoryEvent

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.