spring-cloud-deployer-cloudfoundry
spring-cloud-deployer-cloudfoundry copied to clipboard
Conversions for setting staging and startup timeout values
The setter is of the type Duration. A property passed as a string will need to be converted to this Java object.
I could not find where this value is taken from user specified properties and used in the deployment. Needs investigation