Examples of JtracRepositoryConnector


Examples of info.jtrac.mylyn.JtracRepositoryConnector

 
 
  @Override
  public boolean performFinish() {
    // TODO see if this needs to go into NewTaskPage like trac
    JtracRepositoryConnector connector = JtracPlugin.getDefault().getConnector();
    JtracTaskDataHandler taskDataHandler = (JtracTaskDataHandler) connector.getTaskDataHandler();
    RepositoryTaskData repositoryTaskData = new RepositoryTaskData(taskDataHandler.getAttributeFactory(),
        JtracRepositoryConnector.REPO_TYPE, taskRepository.getUrl(),
        TasksUiPlugin.getDefault().getNextNewRepositoryTaskId());
    NewTaskEditorInput editorInput = new NewTaskEditorInput(taskRepository, repositoryTaskData);
    IWorkbenchPage page = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.