[jbosstools-issues] [JBoss JIRA] Issue Comment Edited: (JBIDE-9762) Openshift Express: add #getUrl and #getGitUri to Application

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Fri Sep 23 11:05:26 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-9762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630258#comment-12630258 ] 

Andre Dietisheim edited comment on JBIDE-9762 at 9/23/11 11:05 AM:
-------------------------------------------------------------------

Application#getGitUri is now implemented and tested.

The next step is to provide Application#getUrl which should be easy since I added all the infrastructure to be able to get fetch values on the application (the basic problem is that you dont get any valuable response when you create an app. All informations about an appliation may only be retrieved when requesting the user info - it will respond with a list of all applications. I therefore provided lazy instance variables on the Application that will request the user info when they get accessed).

      was (Author: adietish):
    Application#getGitUri is now implemented and tested.
  
> Openshift Express: add #getUrl and #getGitUri to Application
> ------------------------------------------------------------
>
>                 Key: JBIDE-9762
>                 URL: https://issues.jboss.org/browse/JBIDE-9762
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: JBossAS/Servers
>    Affects Versions: 3.3.0.M4
>            Reporter: Andre Dietisheim
>            Assignee: Andre Dietisheim
>             Fix For: 3.3.0.M4
>
>
> Currently there's no way to find out about the url an openshift application is reachable at. We could offer this on the Application class with a method #getUrl.
> There's also no way currently to find out in what repo this application is reachable. We could offer this via a #getGitUri method on the Application class.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list