Package org.eclipse.mylyn.tasks.core

Examples of org.eclipse.mylyn.tasks.core.RepositoryStatus


        return (repository.getCredentials(AuthenticationType.REPOSITORY) == null);
    }

    public static void assertLoggedIn(TaskRepository repository) throws CoreException {
        if (!isLoggedIn(repository)) {
            throw new CoreException(new RepositoryStatus(
                    repository,
                    IStatus.ERROR,
                    GoogleCodeCorePlugin.PLUGIN_ID,
                    RepositoryStatus.ERROR_REPOSITORY_LOGIN,
                     "not logged in"));
View Full Code Here

TOP

Related Classes of org.eclipse.mylyn.tasks.core.RepositoryStatus

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.