Hi,
i want to get all the project names into a dropdown menu in my plugin , Is there any way to get the project names ,pls help me to do this
Inject ProjectManager into your plugin code and use projectManager.getProjectObjects() to get a list
Or just get the component:
ProjectManager projectManager = ComponentManager.getComponentInstanceOfType(ProjectManager.class); Collection<Project> projects = projectManager.getProjectObjects();
Hi Nageswarara,
Please use this API : ComponentAccessor.getProjectManager().getProjectObjects()
in the UI : traverse the project list and use apis of project object class
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Please can i have pom dependencies for deploying the Project Manager interface
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.