Package org.apache.maven.archiva.security

Examples of org.apache.maven.archiva.security.UserRepositoriesStub


    protected static final String TEST_SCM_URL = "scmUrl";

    protected void setObservableRepos( List<String> repoIds )
    {
        UserRepositoriesStub repos = (UserRepositoriesStub) lookup( UserRepositories.class );
        repos.setObservableRepositoryIds( repoIds );
    }
View Full Code Here


        ActionContext.setContext( new ActionContext( new HashMap<String, Object>() ) );
    }

    protected void setObservableRepos( List<String> repoIds )
    {
        UserRepositoriesStub repos = (UserRepositoriesStub) lookup( UserRepositories.class );
        repos.setObservableRepositoryIds( repoIds );
    }
View Full Code Here

TOP

Related Classes of org.apache.maven.archiva.security.UserRepositoriesStub

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.