IBMStreams / streamsx.topology

Develop streaming applications for IBM Streams in Python, Java & Scala.
http://ibmstreams.github.io/streamsx.topology
Apache License 2.0
29 stars 43 forks source link

deleteBuilds refactored #2534

Closed ghost closed 4 years ago

ghost commented 4 years ago

This PR refactores the deleteBuilds() function from the EdgeImageContext. It moves the function to the BuildServiceContext, gives it variable Args, so that it can be used for DISTRIBUTED submission and EDGE submission.

ghost commented 4 years ago

The last two commits should have gone into a new PR.