]
Andre Dietisheim updated JBIDE-14366:
-------------------------------------
Fix Version/s: 4.2.0.Alpha1
(was: 4.2.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.0.Alpha1
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: