[jbosstools-issues] [JBoss JIRA] (JBIDE-14366) openshift-java-client: add method overloads that allow users to provide specific timeouts to specific operations

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Wed Jul 17 10:05:26 EDT 2013


     [ https://issues.jboss.org/browse/JBIDE-14366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andre Dietisheim updated JBIDE-14366:
-------------------------------------

    Fix Version/s: 4.2.x
                       (was: 4.1.x)

    
> openshift-java-client: add method overloads that allow users to provide specific timeouts to specific operations
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-14366
>                 URL: https://issues.jboss.org/browse/JBIDE-14366
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: openshift
>    Affects Versions: 4.1.0.Beta1
>            Reporter: Andre Dietisheim
>            Assignee: Andre Dietisheim
>             Fix For: 4.2.x
>
>
> We need to have means for users to provide specific timeouts for specific operations. Ex. to create an application we'd call 
> {code}
> domain.createApplication(name, cartridge, scale, gear)
> {code}
> If we want to increase timeouts for this specific operation, we cannot. We have to increase the url connection timeouts via the system properties. We should therefore offer
> {code}
> domain.createApplication(name, cartridge, scale, gear, TIMEOUT)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list