[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
Thu May 2 04:39:53 EDT 2013


Andre Dietisheim created JBIDE-14366:
----------------------------------------

             Summary: 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.1.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